search for: coastcurv

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

2007 Mar 27
1
"Groups" in XYPLOT
...the order so #low curvature gets high probability of exceedence z<-cbind(Rank = r, PRank = 1-(r/(n+1))) #attach the probability to the table, result is high prob of exceed is in row with low curv #and low probabibility is in row with high curv freqs$rank<-z write.table(freqs, "C:/R_PLots/coastcurvfreqs.txt", sep=",", col.names=TRUE, row.names=TRUE, quote=TRUE, na="NA") ##############Make XYPLOT and export to ps coastcurv <- read.table("C:/R_PLots/coastcurvfreqs.txt", header=TRUE, sep=",", na.strings="NA", dec=".", strip...