saving . . . saved Plot function has been deleted. Plot function has been hidden .
Plot function
Title
Question
plot(captaincy$names,captaincy$played)
Error in plot.window(...) : need finite 'xlim' values
In addition: Warning messages:
1: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion
2: In min(x) : no non-missing arguments to min; returning Inf
3: In max(x) : no non-missing arguments to max; returning -Inf

Error.

R Introduction-to-Data-Frames-in-R 07-08 min 0-10 sec 28-01-21, 2:38 p.m. pavanrajat

Answers:

Kindly increase the size of your plot window, by increasing the size of the pane associated with the plot window and try again.
28-01-21, 2:42 p.m. chrl3hr5@gmail.com


Please have a look at https://forums.spoken-tutorial.org/question/2241/r-pogram-data-frame/#answer4655
28-01-21, 2:43 p.m. sudhakarst
This resolves the problem. Thank you
31-05-21, 1:17 a.m. GurjeetKaur

Login to add comment


Log-in to answer to this question.