reproj {trip} | R Documentation |
Reprojection
Description
A reproj method for trip objects.
Usage
## S3 method for class 'trip'
reproj(x, target, ..., source = NULL)
Arguments
x |
trip object |
target |
target projection |
... |
ignored |
source |
projection of source data, usually ignore this for trips |
Value
a trip reprojected to 'target'
[Package trip version 1.10.0 Index]