These options will be used on objects of class 'zooreg'.
Usage
opts_zooreg(constructor = c("zooreg", "next"), ...)
Details
Depending on constructor
, we construct the object as follows:
"zooreg"
(default): We build the object usingzoo::zooreg()
, using thestart
andfrequency
arguments."next"
: Use the constructor for the next supported class.