shrinkToRange | R Documentation |
Values outside the range will be set as the lower or upper boundary of the range.
shrinkToRange(x, theRange)
x |
the values to modify. |
theRange |
two values specifying the lower and upper boundary of the range. |
Returns the shrunk object.
Rehrauer, Hubert
Schmid, Peter
shrinkToRange(1:10,c(2,6))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.