On 21.01.2012 19:12, Ajay Askoolum wrote:
data(AirPassengers) brings AirPassengers into the workspace. How can I
idenfity what the structure of AirPassengers is? Is it a data.frame, a table
etc. etc.
1. read the help page!
?AirPassengers
2. Look at the structure by
str(AirPassengers)
Uwe Ligges
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.
______________________________________________
[email protected] 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.