Part_calcmoveStats: Wrapper function to create all variables necessary to create...

Description Usage Arguments Value

View source: R/Part_calcmoveStats.R

Description

Wrapper function to create all variables necessary to create ungulate parturition prediction models.

Usage

1
2
Part_calcmoveStats(dat, projstring, dataset, time.zone, folder,
  ncpus = ncpus, saveby = "Study", type = "Norm", imp = FALSE)

Arguments

dat

data

projstring

Experimental, leave as default (FALSE)

dataset

Short name of dataset without space ('SMElk')

time.zone

POSIX format timezone

folder

character folder path ('/home/user/folder')

ncpus

Number of cpus to use for parallel processing (minimum 2)

saveby

Character vector, either "Study" to save a single file of all data or "Animal" to save one file for each individual in your dataset

type

Character vector, either 'Norm' for normal running or 'NPred' for new predictions.

Value

Original data with rolling candidate variables


MovingUngulate/Part documentation built on May 30, 2019, 6:12 a.m.