-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Description
This example worked fine yesterday:
library(tmap)
tm = tm_shape(World) +
tm_polygons()
tm +
tm_graticules(labels.show = FALSE) +
tm_crs("+proj=ortho +lat_0=0 +lon_0=100", bbox = "FULL")+
tm_layout(bg.color = "lightblue",
earth_boundary = TRUE,
frame = FALSE)
#> Error in valid_numeric_matrix(x): is.numeric(x) is not TRUE
Created on 2025-07-07 with reprex v2.1.1
Metadata
Metadata
Assignees
Labels
No labels