saving . . . saved Error while executing a command has been deleted. Error while executing a command has been hidden .
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 26-04-20, 2:14 p.m. DNG

Answers:

Please ensure that the plots window in RStudio has been enabled in View mode. 
26-04-20, 4:17 p.m. sudhakarst
how to enabled in view mode

27-04-20, 12:36 p.m. nileshkavankar13@gmail.com
how to enabled in view mode

27-04-20, 12:36 p.m. nileshkavankar13@gmail.com

Login to add comment


 plot(factor(captaincy $names),captaincy $played

27-04-20, 1:15 p.m. nileshkavankar13@gmail.com


Log-in to answer to this question.