Description Usage Arguments Value Examples
Reads the table of pies mayores
Reads the table of pies menores
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | readPiesMayoresIFN2(prov, DBFdir = "DBF", plotIDs = NULL,
rem.nodensity = FALSE, rem.nospecies = FALSE, rem.noheight = FALSE,
height.cm = FALSE, subsetVars = TRUE)
readPiesMayoresIFN3(accessFiles, plotTypeIFN3 = c("A1", "NN"),
plotIDs = NULL, include.IFN2 = FALSE, rem.nospecies = FALSE,
rem.noheight = FALSE, rem.nodensity = FALSE,
rem.codes32 = character(0), rem.codes33 = character(0),
height.cm = FALSE, subsetVars = TRUE)
readPiesMayoresIFN4(accessFiles, plotTypeIFN4 = c("A1", "NN"),
plotIDs = NULL, include.IFN3 = FALSE, rem.nospecies = FALSE,
rem.noheight = FALSE, rem.nodensity = FALSE,
rem.codes43 = character(0), rem.codes44 = character(0),
height.cm = FALSE, subsetVars = TRUE, vars.IFN3 = c("OrdenIf3",
"Especie", "Dn1", "Dn2", "Ht", "Forma"))
readPiesMenoresIFN2(prov, DBFdir = "DBF", subsetVars = TRUE)
|
prov |
Character vector with codes of provinces (e.g. |
DBFdir |
String with the path where provinces are stored |
plotIDs |
String vector with a selection of plots |
rem.nodensity |
Flag to remove records without density |
rem.nospecies |
Flag to remove records without species identity |
rem.noheight |
Flag to remove records without tree height |
height.cm |
Flag to return height in 'cm' instead of 'meters' |
subsetVars |
Flag to filter data columns |
accessFiles |
A character vector of access files to be read. |
plotTypeIFN3 |
Subset of plot types to include:
|
include.IFN2 |
Flag to include diameter and height measured in IFN2 |
rem.codes32 |
set of tree codes in IFN2 corresponding to records to be removed:
|
rem.codes33 |
set of tree codes in IFN3 corresponding to records to be removed
|
plotTypeIFN4 |
Subset of plot types to include: |
include.IFN3 |
Flag to include diameter and height measured in IFN3 |
rem.codes43 |
set of tree codes in IFN3 corresponding to records to be removed:
|
rem.codes44 |
set of tree codes in IFN4 corresponding to records to be removed
|
vars.IFN3 |
String vector with column names of variables in the IFN3 table |
prov |
Character vector with codes of provinces (e.g. |
DBFdir |
String with the path where provinces are stored |
subsetVars |
Flag to filter data columns |
a data frame
a data frame
1 2 3 4 5 6 7 8 | ## Not run:
accessfilesIFN3 = list.files("//SERVERPROCESS/Miquel/Datasets/IFN/IFN3/MSAccess/",
pattern = "*[.]accdb", full.names = T)
treeData = readPiesMayoresIFN3(accessfilesIFN3[prov])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.