Displaying 2 results from an estimated 2 matches for "100yr".
Did you mean:
1008r
2008 Sep 18
0
Joint distributions
...MASS)
x=D0$totaltp
y=D0$totalhm0
p1=1/(365*4)
Ps=c(p1,p1/10,p1/100)
contourplot(z~x+y,data=con2tr(kde2d(x,y,n=50)),xlim=c(0,32),ylim=c(0,16),xlab="Peak
period (sec)",ylab="Significant wave height
(m)",region=TRUE,fill=TRUE,at=Ps,labels=c("1yr","10yr","100yr"))
My problem is that I wish for the contour lines to extend to non-observed
return values. For ex. the 100-year value of wave heights is 15,5 m and 32,5
sec for peak periods. The contour lines are supposed to show "the worsed
expected sea-state" in 1- 10- and 100-year periods.
Is...
2011 Oct 28
1
Graphics Reciprocal labeling
Does R graphics have a way to easily label the horizontal axis by the
reciprocal
of the scaled value?
--
View this message in context: http://r.789695.n4.nabble.com/Graphics-Reciprocal-labeling-tp3949054p3949054.html
Sent from the R help mailing list archive at Nabble.com.