scaleCE | R Documentation |
scaleCE scales a vector of CPUE to a mean of one or avCE. The use of a mean of one means that visual comparisons between different time-series becomes visually simplified. The avCE option could be used to scale the CPUE to the average geometric mean - so as to put it on the nominal scale
scaleCE(invect, avCE = 1)
invect |
a vector of linear scale CPUE |
avCE |
defaults to one but can be set to any particular value |
a vector of CPUE re-scaled to a mean of one or avCE
## Not run:
ce <- c(0.4667187,1.2628564,0.8442146,0.9813531, 0.5554076,0.7426321)
scaleCE(ce)
scaleCE(ce,100.0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.