这是indexloc提供的服务,不要输入任何密码
Skip to content

Add some explanations about bbox = "FULL" #1156

@jguelat

Description

@jguelat

I've used this option a few times but I don't think it's documented anywhere. For example:

library(tmap)

tm_shape(World, 
         bbox = "FULL",
         crs = "+proj=ortho +lat_0=30 +lon_0=0") +
  tm_polygons() +
  tm_graticules()

Is this identical to bbox = sf::st_bbox()?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions