powered by
"mean_spec"
Access and change elements in objects of class "mean_spec". The method names represent the name of the element to access / manipulate.
# S4 method for mean_spec orders(x)# S4 method for mean_spec long_memo(x)# S4 method for mean_spec include_mean(x)# S4 method for mean_spec orders(x) <- value# S4 method for mean_spec long_memo(x) <- value# S4 method for mean_spec include_mean(x) <- value
# S4 method for mean_spec long_memo(x)
# S4 method for mean_spec include_mean(x)
# S4 method for mean_spec orders(x) <- value
# S4 method for mean_spec long_memo(x) <- value
# S4 method for mean_spec include_mean(x) <- value
These methods return an object of class "mean_spec".
the input object or object to modify.
the value to modify the object x with.
x
These methods are intended to be used for accessing or manipulating individual elements of objects of class "mean_spec".
test_obj <- mean_spec() orders(test_obj) orders(test_obj) <- c(1, 1) orders(test_obj)
Run the code above in your browser using DataLab