The following object is masked from 'package:rnaturalearth':
countries110
# Run this in your console first# devtools::install_github("ropensci/rnaturalearthhires")library(rnaturalearthhires)# Plotting Mapslibrary(tidyverse) # Maps using ggplot() + geom_sf()
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(ggformula) # Maps using gf_sf()
Loading required package: scales
Attaching package: 'scales'
The following object is masked from 'package:purrr':
discard
The following object is masked from 'package:readr':
col_factor
Loading required package: ggridges
New to ggformula? Try the tutorials:
learnr::run_tutorial("introduction", package = "ggformula")
learnr::run_tutorial("refining", package = "ggformula")
library(tmap) # Thematic Maps, static and interactivelibrary(tmaptools)library(tmap.mapgl)library(osmdata) # Fetch map data from osmdata.org
Data (c) OpenStreetMap contributors, ODbL 1.0. https://www.openstreetmap.org/copyright
library(sfheaders) # Handcrafted Map data## Interactive Mapslibrary(leaflet) # interactive Mapslibrary(leaflet)library(leaflet.providers)library(leaflet.extras)library(threejs) # Globe maps in R. Part of the htmlwidgets family of packages
Loading required package: igraph
Attaching package: 'igraph'
The following objects are masked from 'package:lubridate':
%--%, union
The following objects are masked from 'package:dplyr':
as_data_frame, groups, union
The following objects are masked from 'package:purrr':
compose, simplify
The following object is masked from 'package:tidyr':
crossing
The following object is masked from 'package:tibble':
as_data_frame
The following objects are masked from 'package:stats':
decompose, spectrum
The following object is masked from 'package:base':
union
# For Spatial Data Frame Processinglibrary(sf)
Linking to GEOS 3.13.0, GDAL 3.10.1, PROJ 9.5.1; sf_use_s2() is TRUE