pmap | R Documentation |
pmap
generates a pointwise .html file-map of a
binClstPath_instance in HTML5, using Google Maps JavaScript API v3
(https://developers.google.com/maps/documentation/javascript/). The
resulting file can be viewed locally in most browsers (an internet
connection is required for displaying the map tiles) or posted online.
pmap(
obj,
folder = "embcDocs",
apiKey = "",
mapType = "SATELLITE",
markerRadius = 15,
display = FALSE
)
## S4 method for signature 'binClstPath'
pmap(
obj,
folder = "embcDocs",
apiKey = "",
mapType = "SATELLITE",
markerRadius = 15,
display = FALSE
)
obj |
A binClstPath_instance. |
folder |
A character string indicating the name of the folder in which the .html file will be saved. If the folder does not exist it is automatically created, (defaults to '~/embcDocs'). |
apiKey |
A character string specifying the API Key to be passed to the Google Maps server. No Key is needed for using Google Maps JavaScript API v3, but users may wish to specify a key in order to monitor web traffic if the document is being posted online. |
mapType |
A character string specifying the type of map to be used in the background. This value is passed directly to the Google Maps server, and currently can be set to ROADMAP, SATELLITE, HYBRID, or TERRAIN. (See the Google Maps API documentation for more information.) |
markerRadius |
A numeric value indicating the radius of the markers to be plotted, (defaults to 5 pixels). |
display |
A boolean value (defaults to FALSE) to automatically launch the system's default browser from within R to visualize the generated .html document. |
The path/name of the saved html file.
## Not run:
# -- apply EMbC to the example path --
mybcp <- stbc(expth,info=-1)
# -- generate a pointwise HTML of the output --
pmap(mybcp)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.