svgGrid: Grid for mapping

View source: R/mapsvg.R

svgGridR Documentation

Grid for mapping

Description

A figure to select mapping position

Usage

svgGrid(
  censoData,
  subPlotCode = "A00",
  subqSize = 10,
  gridSize = 0.2,
  svgSave = TRUE,
  wd2save = file.path(getwd(), subPlotCode),
  dx = "dx",
  dy = "dy",
  tag = "tag",
  dbhcm = "dbhcm",
  status = "status",
  subquad = "subquad",
  mapSize = c(13, 13),
  vpSize = c(0.9, 0.9),
  fontSize = 12,
  diagonal = FALSE
)

Arguments

censoData

data frame from permanent plot tree censo cartezian data.

subPlotCode

Character string that indetified subplot code.

gridSize

numeric vector. Size of the grid cell for mapping.

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.

status

the size of the subquadrat to map in each graphic.

subquad

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

mapSize

size of the figure in inchs.

diagonal

logical, if TRUE the diagonals will be plot.

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: 
 svgGrid(dataplot, svgSave = FALSE)

## End(Not run)


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