reviseSpeciesTraits: Bootstraps rasters for testing significance on comparable...

Description Usage Arguments Value Author(s)

View source: R/reviseSpeciesTraits.R

Description

Bootstraps rasters for testing significance on comparable rasters of different species or scenarios

Usage

1
2
3
4
5
6
7
8
reviseSpeciesTraits(
  speciesTable = NULL,
  updatedTable = NULL,
  destinationPath = tempdir(),
  returnTable = FALSE,
  species = c("BETU.PAP", "LARI.LAR", "PICE.GLA", "PICE.MAR", "PINU.BAN", "POPU.TRE",
    "PINU.CON")
)

Arguments

speciesTable

data.table. Table to be updated. If returnTable == TRUE this can be NULL. In this case, the function will use the ORIGINAL species table traits (from LANDIS-II).

updatedTable

data.table. Table used to update speciesTable. If NULL, the function uses a default.

destinationPath

character. Where to save the table. Default is tempdir().

returnTable

logical. If TRUE, it uses the ORIGINAL species table traits from LANDIS-II. If FALSE, you have to supply your own table.

species

character. Species to update the table for.

Value

Table of updated tree species traits to be used in LandR biomass simulation

Author(s)

Tati Micheletti


tati-micheletti/usefulFuns documentation built on July 7, 2020, 3:19 p.m.