Description Usage Arguments Value Examples
View source: R/mean_calculations.R
Given an integer specification of the mean, convert to a string specification. This is done for code readability. In the technical documentation, the variable S^(f) gives the mean specifiation, but for readability mean_spec is instead used in the code. An error is thrown for invalid inputs. The valid cases are:
int str 0 pow_law_ord 1 log_ord 2 lin_ord 3 pow_law
1 | mean_spec_int_to_str(mean_spec_int)
|
mean_spec_int |
The mean specification as an integer |
The mean specification as a string
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.