plotMapLayout | R Documentation |
Visualize mapLayout output.
plotMapLayout(mapLayout)
mapLayout |
object returned by function |
mapLayout
## Not run: # Read the coordinates of the areas in the Antares interface, then convert it # in a map layout. layout <- readLayout() ml <- mapLayout(layout) # visualize mapLayout plotMapLayout(ml) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.