Displaying 1 result from an estimated 1 matches for "data7902".
Did you mean:
data02
2003 May 16
1
data.frame contents are not displayed
Dear r-help,
I need to unite contents of two files with variables into one data
frame, produce some derivative variables from them and store them in
that data frame.
Here is the set of commands (processing first file for now)
data7902<-data.frame(year=NULL,lon=NULL,area=NULL,extent=NULL,area.std=NULL,extent.std=NULL,
area.norm=NULL,extent.norm=NULL);
area7902<-read.table("a7902-15.txt",
col.names=c("year","area","lon"),...