plotStationLocations | R Documentation |
Plots station locations at the top of plots using the points function
plotStationLocations(
distance,
plabel,
distanceOffset = NULL,
cex = 9/10,
pch = 25,
col = "black"
)
distance |
a numerical vector indicating the distance |
plabel |
a numerical vector indication the placement of the labels |
distanceOffset |
a numerical value indicating the value to add and subtract from distace that will plot a line, default value is NULL |
cex |
a numerical value indicating the magnification |
pch |
a numerical value indicating the symbol |
col |
a character string indicating the color |
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.