---
title: "Function Directory"
author: "Cory Merow"
date: "`r Sys.Date()`"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{Function Directory}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

For full information on each function, see the associated help file.

##Data driven masking 

* `annotate` Match raster layers to date associated with point and extract the value of the respective raster at each point

* `maskRanger` Makes a mask and masks a potential distribution. 


##Expert masking 

* `rangeSVM` Delineate dinstinct ranges for two species which are known, based on expert expectations, not to co-occur. 
* `rasterizeRangeSVM` Project an SVM across a domain.


