powered by
Plot an object of the class "pfSiteSel"
# S3 method for pfSiteSel plot( x, add = NULL, type = "Map", zoom = "Sites", pch = "|", xlim = NULL, ylim = NULL, cex = 1, plot_countries = FALSE, main = NULL, ... )
An object of the class "pfSiteSel".
An object returned by pfAddData (optional).
Character, type of plot among "Map" or "Chronology".
Character, zooming factor for type="Map": "Sites" or "World"
Pointer type see plot.
plot
Numeric, x axis limits.
Numeric, y axis limits.
Numeric, size of points.
Logical, default FALSE (if TRUE plot countries borderlines and coastlines)
Title.
…
# NOT RUN { ID=pfSiteSel(continent=="North America", long>-100) plot(ID,zoom="world") # }
Run the code above in your browser using DataLab