convertutm: Title

Description Usage Arguments

Description

Title

Usage

1
2
3
4
5
6
convertutm(data, plotnum, yearcol = "campagne", year = 1984,
  datastation = DataParacou, Xutm = "Xutm", Yutm = "Yutm", X = "X",
  Y = "Y", plotcol = "n_parcelle", plotedge = "Plot",
  realedges = coordinates <- read.csv(file =
  file.path("C:/Users/nino.page/Desktop/TROLL project/treated_data/sim_prepare_paracou/understoreys",
  "coordinates.csv"), header = T, sep = ";", dec = ","))

Arguments

data

Data.frame - Your simulated plot with TROLL, out of a real data plot treated with the precedent functions

plotnum

Integer - Number of the plot corresponding to your data station

yearcol

The column of years

year

The year you work on

datastation

Data.frame - The whole dataset for your research station (here, Paracou)

Xutm

Character - The name of the column corresponding to UTM (here, 22S) X coordinates

Yutm

Character - The name of the column corresponding to UTM (here, 22S) Y coordinates

X

Character - The name of the column corresponding to intra-plot X coordinates

Y

Character - The name of the column corresponding to intra-plot Y coordinates

plotcol

Character - The name of the column indicating plot numbers in datastation

plotedge

Character - The name of the column indicating plot numbers in realedges

realedges

Data.frame - table containing your plots' edges, in UTM, extracted from some GIS software, with a column indicating the plot number.


Riodinino/TROLLmsc documentation built on May 14, 2019, 3:08 a.m.