knitr::opts_chunk$set(
  eval=T,
  collapse = TRUE,
  comment = "#>"
)
# library(tidyverse)
# library(sf)
# library(spsurvey)
# library(glue)
# library(BASSr)
# library(raster)
# library(rlang)
# library(patchwork)
# ont.proj <- 3161

Introduction

The goal of this vignette is to work from the very start to the end where you arrive at a set of sample locations. For today, I'm starting with a simulated landscape, but in a realized scenario you might already have hexagons with land cover values included.

Simulate Landscape




dhope/BASSr documentation built on April 12, 2024, 9:54 p.m.