Description Usage Arguments Note Author(s) See Also Examples
This function plot the number of samples collected from
different locations that are close to each other. This function
is similar but not the same as sample.locations
and sample.map
.
1 2 3 |
meta |
the OTU table to be used. |
siteID |
IDs of sampling sites for each unique pair of longitude and latitude. |
marker.size |
maptype to use, see also |
lat |
latitude of each sampling location |
lon |
longitude of each sampling location |
maptype |
maptype to use, see also |
zoom |
map zoom, an integer from 3 (continent) to 21 (building).
see also |
file |
the file path where the image should be created (see ?RAM.plotting). |
ext |
the file type to be used; one of |
height |
the height of the image to be created (in inches). |
width |
the width of the image to be created (in inches). |
This function is more suitable for plot sampling sites that are
close to each other.
If you are getting a 403/503 error, that likely means that the
current map provider is currently unavailable. Try calling the
function again in a few hours.
If you get a warning message of the form "Removed X rows
containing missing values (geom_point).
", this means that the
current zoom level is too high to display some or all of the
points. Try using a lower value forzoom
.
Wen Chen.
1 2 3 4 5 | data(meta)
## Not run:
sample.sites(meta=meta, zoom=8)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.