svgMap: Graphic of trees maped

View source: R/mapsvg.R

svgMapR Documentation

Graphic of trees maped

Description

Map of trees from permanent plot based on cartesian coordinates

Usage

svgMap(
  mapData,
  subPlotCode = "A00",
  svgSave = TRUE,
  wd2save = file.path(getwd(), subPlotCode),
  dx = "dx",
  dy = "dy",
  tag = "tag",
  dbh = "dbh",
  status = "status",
  mapSize = c(13, 13),
  vpSize = c(0.9, 0.9),
  fontSize = 12,
  diagonal = FALSE
)

Arguments

mapData

list with data for each subquadrat with a buffer zone.

subPlotCode

Character string that indetified subplot code.

svgSave

logical, if TRUE the device is exported to a svg file.

wd2save

character string indicating the directory to save the svg fi

dx

name of the variável in censoData that contains the subplot x coord

dy

name of the variável in censoData that contains the subplot y coordenate of the trees.

tag

character string with the name of the variável in censoData that contains the tag code that identifies trees.

dbh

character string with the name of the variable diameter at breast high.

status

character string with the name of the variable with the status of the tree ("A" = alive, "D" = dead).

mapSize

size of the screen device window in inchs.

vpSize

proportion of plot area in 'mapSize'.

fontSize

numeric defining the font size.

diagonal

logical, if TRUE the diagonals will be ploted.

subquad

a character string of the name of the subquad variable, representing some subunit of the subplot.

Value

'svgGrid' returns figure device and export a svg file.

Author(s)

Alexandre Adalardo de Oliveira aleadalardo@gmail.com

See Also

gridSVG http://labtrop.ib.usp.br

Examples

## Not run: 
 svgMap(dataplot, svgSave =FALSE)

## End(Not run)

adalardo/Rppsp documentation built on June 10, 2025, 1:11 p.m.