check_seeds: Check that nseeds value or seeds vector is proper

Description Usage Arguments Value Examples

View source: R/utilities.R

Description

Check that the vector of numbers of seeds is conformable to integers greater than 0.

Usage

1
check_seeds(nseeds)

Arguments

nseeds

integer number of seeds (replicate starts) to use for each value of topics in the LDAs. Must be conformable to a positive integer value.

Value

an error message is thrown if the input is improper, otherwise NULL.

Examples

1
2

weecology/LDATS documentation built on March 28, 2020, 11:20 a.m.