Description Usage Arguments Details Value Examples
Generates regular sequences from the minimum to the maximum of the input.
1 |
x |
Vector whoes range is used to generate the sequence. |
length.out |
desired length of the sequence. A non-negative number. |
extend |
Numeric, number of which to extend the range by. |
procent |
Indicates if extend is taken as a procentage. |
The extend parameter can be either of length 1 or 2. If the length is 1 then the number is subtracted from the minimum, and added to the maximum. Thus extending the range by extend * 2. If the length is 2 then the first number is subtracted from the minimum and the second number is added to the maximum.
If procent is set to TRUE then extend is taken as a procentage where 1 is equal to the range, i.e. the distance from the minimum to the maximum.
returns a vector of type "integer" or "double".
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.