| seqRg | R Documentation | 
Generate a regular sequence based on the range of a vector
seqRg(x, n, offset = 0, prop = TRUE) seqCol(df) seqRow(df)
| x | a vector. | 
| n | the number of values in the output sequence. | 
| offset | extend or reduce the range . | 
| prop | a logical. If  | 
| df | a data frame or a matrix. | 
seqCol(): a regular sequence based on the number of columns in a data frame.
seqRow(): a regular sequence based on the number of rows in a data frame.
seqRg(runif(10), 10) seqRg(1:10, 10, .5) seqCol(matrix(1, 3, 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.