center_out_uni | R Documentation |
Given some center, extend in the positive and negative directions to create a grid of values
center_out_uni(center, increment, length)
center |
Output of |
increment |
Granularity of the grid to the left and to the right of
|
length |
Number of grid values to the left and right of the grid (numeric scalar or vector of length two) |
If increment
or length
is a vector of two elements, the first
element corresponds to the left of center
and the second element
corresponds to the right of center
.
If one element is given for increment
or length
, then this
element applies to both the left and the right of center
.
A vector of grid values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.