diff --git a/_quarto.yml b/_quarto.yml index 6b3d6ae..374ce6a 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -11,6 +11,7 @@ project: - modeling-02.qmd - modeling-03.qmd - modeling-04.qmd + - tidysdm-01.qmd - about.qmd execute: cache: true @@ -19,7 +20,7 @@ website: title: "Species distribution modeling with R" page-navigation: true back-to-top-navigation: true - page-footer: "Copyright 2023, Bigelow Laboratory for Ocean Science" + page-footer: "Copyright 2024, Bigelow Laboratory for Ocean Science" sidebar: style: "docked" search: true @@ -40,6 +41,8 @@ website: text: Modeling with split - href: modeling-04.qmd text: Background count + - href: tidysdm-01.qmd + text: Working with tidysdm - href: about.qmd text: About tools: diff --git a/covariates.qmd b/covariates.qmd index cad1043..4cac7f4 100644 --- a/covariates.qmd +++ b/covariates.qmd @@ -109,7 +109,7 @@ unweightedH = hist(days_sample, breaks = 'month', xlab = "Date") ``` -#### Weighted sampling in time +#### Weighted sampling in time{#sec-timeweighting} Let's take a look at the same process but this time we'll use a weight to sample more when we tend to have more observations. We'll use the original histogram counts diff --git a/data/bkg/bkg-covariates.gpkg b/data/bkg/bkg-covariates.gpkg index 0c5f3d9..6b82311 100644 Binary files a/data/bkg/bkg-covariates.gpkg and b/data/bkg/bkg-covariates.gpkg differ diff --git a/data/bkg/buffered-polygon.gpkg b/data/bkg/buffered-polygon.gpkg index efc60eb..7086932 100644 Binary files a/data/bkg/buffered-polygon.gpkg and b/data/bkg/buffered-polygon.gpkg differ diff --git a/data/obs/obs-covariates.gpkg b/data/obs/obs-covariates.gpkg index 375e19b..347bf0a 100644 Binary files a/data/obs/obs-covariates.gpkg and b/data/obs/obs-covariates.gpkg differ diff --git a/docs/about.html b/docs/about.html index 18b6b27..5cfba71 100644 --- a/docs/about.html +++ b/docs/about.html @@ -30,7 +30,7 @@ - + @@ -170,6 +170,12 @@ + +