random_FLBiolcpp_generator: Generate randomly sized and filled FLBiolcpp objects

View source: R/test_helper_functions.R

random_FLBiolcpp_generatorR Documentation

Generate randomly sized and filled FLBiolcpp objects

Description

Generate an FLBiolcpp of random size and filled with normally distributed random numbers with a mean of 0. Used for automatic testing, particularly of the fwdBiol class in CPP.

Usage

random_FLBiolcpp_generator(sd = 100, ...)

Arguments

sd

The standard deviation of the random numbers. Passed to rnorm() Default is 100.

...

Other arguments to pass to random_FLQuant_generator().

Value

An FLBiolcpp

Examples

flb <- random_FLBiolcpp_generator()
summary(flb)

iagomosqueira/FLasher documentation built on Jan. 11, 2024, 12:58 a.m.