Hi,
I am just curious why does this happen:
I use Goldencheetah to analyse my run. It can call R to do further analysis.
I run into interesting problem (for me at least).
If I plot data using plot(d$time,d$heart.rate) everything is OK
if I use plot(d$heart.rate~d$time) I got error:
Error in inD
Thanks a lot for all the helpful comments! It finally works :handshake:
(I settled with the code of Gavin)
Best,
Durden
--
View this message in context:
http://www.nabble.com/r-plot-tp23739356p23757458.html
Sent from the R help mailing list archive at Nabble.com.
_
Hi Allen,
Its difficult to know what is the problem without knowing what type of
object is 'Disease.FL'. plot() is a generic function and it will act
differently depending on the type of object you are passing to it. As
always, you should provide 'provide commented, minimal, self-contained,
Dear list,
I have a question about using plot().
I tried the code:
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
4 matches
Mail list logo