canadiangirl19 wrote:
> with the plot function I get the timeseries, I want a histogram but as a line
> and no bars.
> plot(x$LAN_3,type="h")
> 
I should have been clearer:

plot(hist(x$LAN_3,plot=FALSE)$counts,type="h",...)

Jim

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to