vitMap: Create Plots for Parturition Markdown

View source: R/vitMap.R

vitMapR Documentation

Create Plots for Parturition Markdown

Description

Use movement data to create plots for Parturition Markdown Document

Usage

vitMap(locdat, vhist, labels, fold, plotdataPath, subsetmonth, hg = NULL)

Arguments

locdat

movement data

vhist

Lookup table

labels

vector of labels to include in plots. Options include: "Frequency", "TagNumber", and "VitFreq". If these labels are desired in plots, they MUST be included in your lookup table

fold

Folder to save plots in

plotdataPath

path to save plot data

subsetmonth

character of month to subset. Must match subsetmonth in full function.

Value

Returns plots for markdown in specified folder

Examples

system.time({ vitMap(locdat=mdat3,vhist=vhist,labels = "Frequency", fold= plotfolder, plotdataPath = plotdatapath) })
)

calculate movement rate
bring in frequency for report
rolling mean
2-day quantile
GAUSSIAN BRIDGE METRICS

khuggler/Ovis documentation built on Nov. 30, 2023, 7:41 p.m.