Description Usage Arguments Value Examples
Extractor function for rowSums/squaredRowSums
1 |
data |
FELLA.DATA object |
method |
Character, exactly one of:
|
squared |
Logical, whether to return
|
Named vector with rowSums/squaredRowSums (internal usage)
1 2 3 4 5 | ## This function is internal
attach(environment(FELLA:::getSums))
data(FELLA.sample)
rowsums <- getSums(FELLA.sample, "diffusion", squared = FALSE)
hist(rowsums)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.