Displaying 1 result from an estimated 1 matches for "coniferous".
2003 Jul 21
1
Setting name attributes to a vector - join?
...data that gives the cover type
as a string:
> cnd.names #the look up table, i.e., landcov[3,2] == 1 == "Montane
Meadow"
CndVal Cnddbname
1 1 Montane Meadow
2 2 Sierran Mixed Coniferous Forest
3 3 Mixed Montane Chaparral
4 4 Jeffrey Pine-Fir Forest
5 5 Sierran White Fir Forest
etc.
How can I create an object that has the string as its value?
I.e., foo[3] <- "Montane Meadow&...