Description Usage Arguments Value Examples
This function takes "minmax", which is a vector with a minimum and maximum value, and "increment", which defaults to 25, and goes up by that increment until it goes just over the maximum value. This is a helper function to draw boxes around points.
1 | getSubplotCoords(minmax = c(0, 100), increment = 25)
|
minmax |
A vector of two points, representing the minimum and maximum values. |
increment |
The increment value. |
This function returns a vector of numbers encompassing the min and max values provided.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.