Description Usage Arguments Author(s)
Package crawlr implements coerce-methods (i.e,
(as(object, Class))) to convert "crwIS" S3 objects from
the crawl package to
"SpatialPointsDataFrame" or
"SpatialLines"
or "data.frame".
We will register the S3 'crwIS' class from crawl as a formally defined class to we can create the
1 2 3 4 5 6 | as.SPDF(crwISobj)
as.SL(crwISobj)
## S3 method for class 'crwIS'
as.data.frame(crwISobj)
|
crwISobj |
an object of class |
crwISobj |
an object of class |
crwISobj |
an object of class |
Josh M. London
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.