Function used to compute `IFC_pops` It requires pops, regions and features.
popsCompute(
pops,
regions,
features,
pnt_in_poly_algorithm = 1,
pnt_in_poly_epsilon = 1e-12,
display_progress = TRUE,
title_progress = "",
...
)
list of populations.
list of regions.
data.frame of features.
algorithm used to determine if object belongs to a polygon region or not. Default is 1. Note that for the moment only 1(Trigonometry) is available.
epsilon to determine if object belongs to a polygon region or not. It only applies when algorithm is 1. Default is 1e-12.
whether to display a progress bar. Default is TRUE.
character string, giving the title of the progress bar. Default is "".
other arguments to be passed.
an object of class `IFC_pops`.