Description Usage Arguments Value Note See Also Examples
Create an object of the class spgeoIN from the input arguments.
1 | ReadPoints(x, y, areanames = NA, verbose = FALSE, cleaning = FALSE)
|
x |
a |
y |
character string giving the path to a text file containing the polygons of points of interest (tab delimited, three columns with header: identifier, XCOOR, YCOOR) OR an object of the class |
areanames |
character string. If the polygons in the spgeoIN object were derived from a shape file or a SpatialPolygonsDataframe, this column indicates the name of the column used for area names. See the Speciesgeocoder tutorial for more information. If the polygons in the spgeoIN object were derived from a text file leave as default (Default = NA). |
verbose |
logical. If TRUE, the functions report the progress of the analyses. This is advisable for large datasets. |
cleaning |
logical. If TRUE, |
... |
Further arguments to be passed to |
An object of class spgeoIN.
See the speciesgeocodeR tutorial for further information and examples.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.