toy_mm_maker {multivator} | R Documentation |
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)
Arguments
na , nb , nc |
Numbers of observations for each level |
include_first |
Boolean, with default |
Value
Returns an object of class mhp
.
Author(s)
Robin K. S. Hankin
Examples
toy_mm_maker(4,5,6,FALSE)
toy_mm_maker(1,1,2,TRUE)
[Package multivator version 1.1-11 Index]