knitr::opts_chunk$set(echo = TRUE)
knitr::opts_knit$set(root.dir = "../")
library(rSDM)
occs <- as.data.frame(readr::read_csv("./data/locs_30m.csv"))

All species

occmap(occs, bg = 'leaflet', pcol = "black")

C. macloviana

occmap(occs[occs$species == "macloviana", ], bg = "leaflet", pcol = "black")

C. magellanica

occmap(occs[occs$species == "magellanica", ], bg = "leaflet", pcol = "black")

C. microglochin

occmap(occs[occs$species == "microglochin", ], bg = "leaflet", pcol = "black")

C. canescens

occmap(occs[occs$species == "canescens", ], bg = "leaflet", pcol = "black")

C. maritima

occmap(occs[occs$species == "maritima", ], bg = "leaflet", pcol = "black")


Pakillo/Carex.bipolar documentation built on July 27, 2020, 2:09 p.m.