saving . . . saved min max coords has been deleted. min max coords has been hidden .
min max coords
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

R Introduction-to-Data-Frames-in-R 06-07 min 50-60 sec 30-05-20, 12:23 a.m. yogeshbhosale988@gmail.com

Answers:

You are probably trying to plot a vector that consists of missing values NA, hence the error. This could be one of the reasons
01-06-20, 1:40 a.m. nags


Solution to above problem has already been put on the forum . Please refer
https://forums.spoken-tutorial.org/question/2241/r-pogram-data-frame/#answer4655
08-10-20, 11:15 p.m. DVB


Log-in to answer to this question.