Plot function to be used in PDF

tplot(x, sweLyr = "Border", main, coi = c("fatal", "error"), pch, cex)

Arguments

x

list: a list object that has been downloaded using occurrences

sweLyr

string: layer of swe_WGS84 to be plotted as background. Options are =c("Border" [default], "Counties","LA_regions","FA_regions","Municipalities")

main

string: a title

coi

string vector: list of record issues to be mapped; these can be assertion column names, or 'all' or 'none' or any combination of 'error', 'warning' or 'fatal'. Column or categories in your data set can be viewed using check_assertions.

pch

single number or character representing point type. See description of pch in points.

cex

numeric: character (or symbol) expansion. See description of cex in points.