Error while executing a command
Title
Question
> plot(captaincy$names,captaincy$played)
<font color="#ff3300">Error in plot.window(...) : need finite 'xlim' values</font>
<font color="#ffcc33">In addition: Warning messages:</font>
<font color="#ffcc33">1: In xy.coords(x, y, xlabel, ylabel, log) : NAs introduced by coercion</font>
<font color="#ffcc33">2: In min(x) : no non-missing arguments to min; returning Inf</font>
<font color="#ffcc33">3: In max(x) : no non-missing arguments to max; returning -Inf</font>
R Introduction-to-Data-Frames-in-R 07-08 min 0-10 sec
Answers:
Please ensure that the plots window in RStudio has been enabled in View mode.
Login to add comment