data-raw/examples/meshplot-eg.R

library(quadmesh)
f <- "~/Git/rasterwise/extdata/historical/historical.nc"
d <- angstroms::romsdata2d(f, "mrro")
mesh_plot(d)
coords <- angstroms::romscoords(f, c("lon", "lat"), transpose = TRUE)
mesh_plot(d, coords = coords)
maps::map(add = T)
mesh_plot(d)
data("wrld_simpl", package = "maptools")
it <- subset(wrld_simpl, NAME=="Italy")
hypertidy/quadmesh documentation built on Sept. 6, 2022, 12:14 a.m.