R/aggregation.R

#' @title aggregation: A package for computing the number of individuals
#' detected by the network.
#'
#' @description This package contains functions to compute the  number of individuals
#' detected by the network in each geographical region as well as the number of
#' individuals detected by the network moving from one region to another at
#' successive time instants. For an example on how to use this package please read
#' \link{example}.
#' @docType package
#' @name aggregation
#' @import data.table
#' @import deduplication
#' @import doParallel
#' @import parallel
#' @import extraDistr
#' @import Matrix
NULL
bogdanoancea/aggregation documentation built on Nov. 29, 2020, 5:09 p.m.