search for: cwca1

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

Did you mean: cca1
2003 Jul 02
2
using [i] to plot & label all vector elements
...[i], length=0.1, lty=3) text(x[i],y[i],labels=c("srnv", "ann.precip", "area.gt500", "modc" , "cscd","nwca", "range.ann.T", "mean.ann.T", "min.ann.T", "sedi", "gran", "aluv", "cwca1", "elev", "volc", "gcv", "max.ann.T", "peak.flow.mnth"), cex=.75) When I tried using labels=rownames(x[i]) I get NULL. Three questions: 1. Why is that statement NULL? 2. Is there a way to plot the labels without having to hard code them as ab...