README.md

bio.plotting

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.

Installing this package

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().



Maritimes/bio.plotting documentation built on May 28, 2019, 8:22 a.m.