We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code returns a stars object:
stars
> osm_NLD <- read_osm(NLD_muni, ext=1.1) old-style crs object detected; please recreate object with a recent sf::st_crs() old-style crs object detected; please recreate object with a recent sf::st_crs() > class(osm_NLD) [1] "stars"
But doc says raster object:
raster
Value: The output of ‘read_osm’ is a ‘raster’ object.
There's also a few references to passing raster=FALSE and "a RasterStack is returned" - I think the docs need a refresh!
raster=FALSE
> packageDescription("tmaptools") Package: tmaptools Type: Package Title: Thematic Map Tools Version: 3.1-1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code returns a
stars
object:But doc says
raster
object:There's also a few references to passing
raster=FALSE
and "a RasterStack is returned" - I think the docs need a refresh!The text was updated successfully, but these errors were encountered: