pop_overl: Population-level multi-use map

View source: R/fcts packages.R

pop_overlR Documentation

Population-level multi-use map

Description

Produce a single map (raster) indicating all types of use found in a cluster.

Usage

pop_overl(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_overl<-pop_overl(clust_stack)
table(values(pop_overl))
plot(pop_overl)

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