Displaying 2 results from an estimated 2 matches for "ple4".
Did you mean:
ple
2005 Aug 24
1
histogram method for S4 class.
...erce the object and plot it after it works but if the
method is applied within the histogram method it does not work. See the
code below (the FLCore package is here
http://prdownloads.sourceforge.net/flr/FLCore_1.0-1.tar.gz?download)
> library(FLCore)
Loading required package: lattice
> data(ple4)
> histogram(~data|year, data=ple4 at catch.n)
Error in inherits(x, "factor") : Object "x" not found
> histogram(~data|year, data=as.data.frame(ple4 at catch.n))
The catch.n slot is a FLQuant object and the code for histogram is the
following
setMethod("histogram&qu...
2005 Aug 24
1
histogram method for S4 class.
...erce the object and plot it after it works but if the
method is applied within the histogram method it does not work. See the
code below (the FLCore package is here
http://prdownloads.sourceforge.net/flr/FLCore_1.0-1.tar.gz?download)
> library(FLCore)
Loading required package: lattice
> data(ple4)
> histogram(~data|year, data=ple4 at catch.n)
Error in inherits(x, "factor") : Object "x" not found
> histogram(~data|year, data=as.data.frame(ple4 at catch.n))
The catch.n slot is a FLQuant object and the code for histogram is the
following
setMethod("histogram&qu...