RunVarroaPop: Run the VarroaPop honey bee colony model on a server via...

Description Usage Arguments Value Author(s) Examples

View source: R/run_varroapop.R

Description

Function to run the VarroaPop honey bee colony model for a given set of parameters. Currently using default weather from Columbus, Ohio 1990-2015. Optimized to run on the opencpu platform.

Usage

1
RunVarroaPop(parameters, weather_file = "Columbus")

Arguments

parameters

Named vector or list of VarroaPop inputs to be written to .txt file.

Value

A dataframe where each column is a VarroaPop output and rows are daily values (with the first row giving initial values at time 0.)

Author(s)

Jeffrey M Minucci, jminucci2@gmail.com

Examples

1
2
 parameters <- c("ICWorkerBrood"=1000, "ICWorkerAdult"=1500)
 RunVarroaPop(parameters)

quanted/VarroaPopWrapper documentation built on May 18, 2019, 11:28 p.m.