search for: nwca

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

Did you mean: nica
2003 Jul 02
2
using [i] to plot & label all vector elements
....1[i] y <- test.2[i] z <- test.3[i] # and added the arrows to the pc plot with the following brute force labeling. arrows(x0, y0, x[i],y[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=rownam...