custom_moves: Customise samplers for outbreaker

Description Usage Arguments Details Value Author(s)

View source: R/custom_moves.R

Description

This function is used to specify customised movement functions (a.k.a. samplers) for outbreaker. Custom functions are specified as a named list or series of comma-separated, named arguments, indicating which type of movement they implement. Values currently available are:

Usage

1

Arguments

...

A list or a series of named, comma-separated functions implementing movements of parameters or augmented data.

Details

Movement functions must have an argument param, which is a list of parameters and augmented data of the class create_param. Each movement function will be enclosed with its other arguments, so that the resulting function will have a single argument 'param'. For non-standard movements (i.e. none of the names specified above), the closure will contain:

Value

A named list of movement functions with a single argument 'param', with class outbreaker_moves.

Author(s)

Initial version by Thibaut Jombart, rewritten by Alexis Robert (alexis.robert@lshtm.ac.uk)


o2geosocial documentation built on Sept. 11, 2021, 9:07 a.m.