Usage
sample.sites(meta, siteID="City", marker.size="small", lat="Latitude", lon="Longitude", maptype="hybrid", zoom=5, file=NULL, ext=NULL, width=8, height=8)
Arguments
meta
the OTU table to be used.
siteID
IDs of sampling sites for each unique pair of longitude and
latitude.
lat
latitude of each sampling location
lon
longitude of each sampling location
zoom
map zoom, an integer from 3 (continent) to 21 (building).
see also get_map
.
file
the file path where the image should be created
(see ?RAM.plotting).
ext
the file type to be used; one of "pdf"
, "png"
,
"tiff"
, "bmp"
, "jpg"
, or "svg"
.
height
the height of the image to be created (in inches).
width
the width of the image to be created (in inches).