xlim {spex} | R Documentation |
Axis ranges from extent
Description
Functions xlim
and ylim
return the two-value counterparts of an extent.
Usage
xlim(x, ...)
## Default S3 method:
xlim(x, ...)
ylim(x, ...)
## Default S3 method:
ylim(x, ...)
Arguments
x |
any object with an extent understood by |
... |
reserved for future methods |
Details
Any projection metadata is dropped since this is a one-dimensional entity.
[Package spex version 0.7.1 Index]