Description Usage Arguments Details Examples
View source: R/package-support.R
Function to easily set plot buffer
1 | LMK_limset(x, factor = 1.2)
|
x |
A vector to be plotted |
factor |
to expand the data (default=1.2) |
Takes a vector of data, calculates the range of data and scales it by a factor. Returns new range of length=2
1 2 3 | vec <- 1:10
extend_vec <- LMK_limset(vec)
extend_vec
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.