multivator (version 1.1-11)

toy_mm_maker: Make a toy mm object

Description

Create a toy mhp object with three levels: temperature, rainfall, and humidity.

Usage

toy_mm_maker(na, nb, nc, include_first = TRUE)

Value

Returns an object of class mhp.

Arguments

na,nb,nc

Numbers of observations for each level

include_first

Boolean, with default TRUE meaning to include an extra observation of each level at the midpoint of the domain

Author

Robin K. S. Hankin

Examples

Run this code
toy_mm_maker(4,5,6,FALSE)
toy_mm_maker(1,1,2,TRUE)

Run the code above in your browser using DataLab