pop_stack: Population-level single-use maps of each cluster

View source: R/fcts packages.R

pop_stackR Documentation

Population-level single-use maps of each cluster

Description

Produce maps (raster) indicating if at least one individual is using a pixel as a given cluster

Usage

pop_stack(clust_stack)

Arguments

clust_stack

The output of clust_stack

Value

A stack object with each raster showing use of each cluster

Examples

data(albatross)
grid<-loop(albatross, 35000)
table_grid<-table_cluster(albatross, grid)
ls_ind<-ind_clust(table_grid, max.n.clust=8)
pop<-pop_clust(albatross, ls_ind)
clust_stack<-clust_stack(grid, pop, ls_ind, table_grid)
pop_stack<-pop_stack(clust_stack)
plot(pop_stack)

BastilleRousseau/moveNT documentation built on Aug. 26, 2023, 5:54 a.m.