fibdl_checkof_inputs: Controle des tableaux pour le calcul de l IBDL

View source: R/fibdl_checkof_inputs.R

fibdl_checkof_inputsR Documentation

Controle des tableaux pour le calcul de l IBDL

Description

Controle des tableaux pour le calcul de l IBDL

Usage

fibdl_checkof_inputs(list_flor, add_information_station)

Arguments

list_flor

tableau representant la liste floristique

add_information_station

tableau representant les informations complementaires sur l unite d observation

Examples

list_flor <- read.csv2(system.file("listflor.csv", package = "IBDL"),fileEncoding = "utf-8")
info_uo<- utils::read.csv2(system.file("info_uo.csv", package = "IBDL"),fileEncoding = "utf-8")
fibdl_checkof_inputs(list_flor=list_flor,add_information_station=info_uo)

SebastienBoutry/IBDL documentation built on May 31, 2024, 2:29 a.m.