print.map: Print a 'map' object

View source: R/print.map.R

print.mapR Documentation

Print a map object

Description

This function displays the information of a map object.

Usage

## S3 method for class 'map'
print(x, ...)

Arguments

x

a GeoPressureR map object

...

arguments passed to other methods

Value

map is returned invisibly and unchanged

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)


Rafnuss/GeoPressureR documentation built on April 17, 2025, 12:58 p.m.