Description Arguments Author(s) Examples
This is to find non-linear behavior where adding up the parts is more than the value of the whole.
parts |
A vector of values |
whole |
A scalar representing the collective value of the parts |
Brian Lee Yung Rowe
1 2 | x <- rnorm(20)
parts_greater_than_whole(x, sum(x))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.