#' @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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.