This function displays the information of a map
object.
Usage
# S3 method for class 'map'
print(x, ...)
See also
Other map:
map_create()
,
rast.map()
Examples
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)
#>
#> ── GeoPressureR `map` object of pressure for 18LX ─────────────────────────────
#>
#> ── Map
#> • Extent (W, E, S, N): -16°, 23°, 0°, 50°
#> • Dimensions (lat x lon): 200 x 156 (res. 0.25°)
#>
#> ── Stationary periods stap (n=5)
#> Run `map$stap` to display full table