Oct 17, 2016 - Mike McMahon (mike.mcmahon@dfo-mpo.gc.ca)
Please refer to the wiki for more extensive documentation.
This package facilitates the creation of simple basemaps, with the option of adding the contents of a dataframe as point data. It is intentionally simple, but flexible.
use.buckets = TRUE
(i.e. bigger, darker symbols reflect larger values)In R, you first need to install the devtools package, then you can install this package directly from github. In practice, this looks like:
> require(devtools)
> install_github('Beothuk/bio.plotting')
Downloading GitHub repo Beothuk/bio.plotting@master
from URL https://api.github.com/repos/Beothuk/bio.plotting/zipball/master
Installing bio.plotting
....
Reloading installed bio.plotting
>
That's it!
Don't forget to require(bio.plotting)
to use it. Test it by running make_basemap()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.