print.map | R Documentation |
map
objectThis function displays the information of a map
object.
## S3 method for class 'map'
print(x, ...)
x |
a GeoPressureR |
... |
arguments passed to other methods |
map
is returned invisibly and unchanged
Other map:
map_create()
,
rast.map()
withr::with_dir(system.file("extdata", package = "GeoPressureR"), {
tag <- tag_create("18LX", quiet = TRUE) |>
tag_label(quiet = TRUE) |>
tag_label(quiet = TRUE) |>
tag_set_map(
extent = c(-16, 23, 0, 50),
scale = 4
) |>
geopressure_map(quiet = TRUE)
})
print(tag$map_pressure)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.