Recently Published

Plot
Plot
Plot
Plot
ApplyIt11
updated
Plot
Plot
Plot
HTML install.packages("mapview, tidycerse, sf") library(mapview) library(tidyverse) library(sf)
library(tidyverse) library(sf) cl20_4234 <- st_transform(cl20, 'EPSG:4234') cl20_4234 |> select(gridcode) |> plot(graticule = TRUE, axes = TRUE) cl20 |> select(id, gridcode, geometry) |> print(n = 3) print(cl20) install.packages("mapview") library(mapview) |> suppressPackageStartupMessages() mapviewOptions(fgb = FALSE) cl20_4234 |> mapview(zcol = "gridcode", legend = TRUE, col.regions = sf.colors)