Description Usage Arguments Details Value Examples
Returns a vector containing the minimum and maximum of all the given arguments.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | S4Range(x, ..., na.rm = FALSE, finite = FALSE, aes = "z")
## S4 method for signature 'knownContinuous'
S4Range(x, ..., na.rm = FALSE, finite = FALSE, aes = "z")
## S4 method for signature 'Rle'
S4Range(x, ..., na.rm = FALSE, finite = FALSE, aes = "z")
## S4 method for signature 'Ranges'
S4Range(x, ..., na.rm = FALSE, finite = FALSE, aes = "z")
## S4 method for signature 'GenomicRanges'
S4Range(x, ..., na.rm = FALSE, finite = FALSE, aes = "z")
## S4 method for signature 'WoodenHorse'
S4Range(x, ..., na.rm = FALSE, finite = FALSE, aes = "z")
|
x |
An object to determine the range of. |
... |
Optionally, more objects of the same class as |
na.rm |
|
finite |
|
aes |
An aesthetic for which to evaluate the function. |
Defaults to the range
function.
A vector indicating lower- and upper-bounds of the input.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.