Description Usage Arguments Value See Also Examples
Returns the bycolumn
slot of an fdata
object.
1 2 | ## S4 method for signature 'fdata'
getBycolumn(object)
|
object |
An |
The bycolumn
slot of the object
.
fdata for all slots of the fdata
class
1 2 3 | # Create an fdata object with Poisson data
f_data <- fdata(y = rpois(100, 312), sim = TRUE)
getBycolumn(f_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.