Displaying 1 result from an estimated 1 matches for "n3036574".
Did you mean:
1036574
2010 Nov 10
3
Plot Axes
R community,
I am creating a bivariate return level plot by adding calculated return
period values as lines onto an existing plot using the following code with
the points representing the return periods.
plot(H2,D2,pch="+",axes=TRUE)
points(H.10,D.10, type="l",col="blue")
points(H.20,D.20, type="l",col="green")
points(H.50,D.50,