svgGrid | R Documentation |
A figure to select mapping position
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
)
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. |
'svgGrid' returns figure device and export a svg file.
Alexandre Adalardo de Oliveira aleadalardo@gmail.com
gridSVG
http://labtrop.ib.usp.br
## Not run:
svgGrid(dataplot, svgSave = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.