loadIndividuals: Wrapper function loadIndividuals

Description Usage Arguments Value

View source: R/Individuals_Methods.R

Description

Wrapper function to create an individuals object using sf or SpatialPoints and data.frame.

The SpatialPoints object and the data.frame have to contain the same number of coordinates and rows.

Usage

1
loadIndividuals(sf, data, timeline)

Arguments

sf

a sf object

data

a data.frame containing individuals attributes. Rows numbers as individuals ID, columns names as dob (date of birth) | life_duration | toxic_threshold

timeline

Vector of the time line

Value

an Individuals object


briskaR documentation built on Dec. 11, 2021, 9:23 a.m.