montePop-methods {sampSurf}R Documentation

Methods for "montePop" Object Construction in Package sampSurf

Description

The following methods will construct valid objects of class "montePop". Please see the ‘“monte”: When is n Sufficiently Large?’ vignette for more details and examples.

Methods

signature(popVals = "numeric")

This method is meant to be used with any population that can be represented as a numeric vector.

usage...

montePop(popVals,
         zeroTruncate = FALSE,
         n = NA,
         description = 'Monte Carlo Population Object',
         ... )
signature(popVals = "sampSurf")

This method is meant to be used with objects of class "sampSurf". All arguments other than the signature argument are as defined for the previous method.

usage...

montePop(popVals,
         zeroTruncate = FALSE,
         n = NA,
         description = 'Monte Carlo Population Object: sampSurf',
         ... )

[Package sampSurf version 0.7-5 Index]