search for: locatid

Displaying 1 result from an estimated 1 matches for "locatid".

Did you mean: located
2008 Jan 15
1
error in my selection
...interested in tabulating. There are few other columns but for my immediate purpose they are not of interest now. Code (and i hope it does not come scrambled): ---------------------- > x3 <- read.csv("unique_veg_id.csv") ### columns in my data: > dimnames(x3)[[2]] [1] "LocatID" "Region" "Total" "LocID" "UTMX" "UTMY" "Class" "cat3_name" "EventID" "day_sampl" "uniqueID" > > x3_reg1 <- x3[x3$Region == "JELA_reg1",]> >...