Displaying 1 result from an estimated 1 matches for "fdnzero".
Did you mean:
fd_zero
2009 Jan 07
0
Manipulating plots
...ving the mean and CI lines. I've tried to manipulate it with rggobi but can't work out how to get a handle on the active graph. I've tried to plot using the data structure in extRemes but there are some elements that are not suitable for export:
from extRemes.log:
dd <- get( "FDNzeros")
z <- dd[["models"]][[ 1]]
rlplot( z=z, ci=0.05, add.ci=TRUE)
> write.table(z)
Error in as.data.frame.default(x[[i]], optional = TRUE, stringsAsFactors = stringsAsFactors) :
cannot coerce class "gpd.fit" into a data.frame
Any suggestions??
Thanks, Ben...