This function calculates a center of the values above a given bound.
1 | adj.center(x, average = "mean", trim = 0.1, adjval = NULL)
|
x |
an input vector, data values. |
average |
type of the center being calculated, with choices "median" and "mean". Default is "median". |
adjval |
the lower bound above which the values will be included to calculate the center. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.