plot_cv_folds_points {glossa}R Documentation

Plot cross-validation fold assignments

Description

Plot cross-validation fold assignments

Usage

plot_cv_folds_points(data, polygon = NULL)

Arguments

data

Dataframe with columns: 'decimalLongitude', 'decimalLatitude', 'pa' and 'fold'.

polygon

An sf object representing the inverted study area.

Value

A ggplot object showing point color-coded by cv fold and shaped by presence/absence.


[Package glossa version 1.2.2 Index]