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