prep_for_pt2cell {h3jsr} | R Documentation |
Prepare inputs for point_to_cell
Description
Sets up a variety of possible input objects for
h3jsr::point_to_cell()
.
Usage
prep_for_pt2cell(input = NULL)
## S3 method for class 'sf'
prep_for_pt2cell(input = NULL)
## S3 method for class 'sfc'
prep_for_pt2cell(input = NULL)
## S3 method for class 'sfg'
prep_for_pt2cell(input = NULL)
## S3 method for class 'matrix'
prep_for_pt2cell(input = NULL)
## S3 method for class 'data.frame'
prep_for_pt2cell(input = NULL)
## S3 method for class 'numeric'
prep_for_pt2cell(input = NULL)
Arguments
input |
|
Value
matrix representation of supplied coordinates.
[Package h3jsr version 1.3.1 Index]