| SamplingTimeConstraints | R Documentation |
The class "SamplingTimeConstraints" implements the constraints for the sampling times.
SamplingTimeConstraints(
outcome = character(0),
initialSamplings = 0,
fixedTimes = 0,
numberOfsamplingsOptimisable = 0,
samplingsWindows = list(),
numberOfTimesByWindows = 0,
minSampling = 0
)
outcome |
A string giving the outcome. |
initialSamplings |
A vector of numeric giving the initialSamplings. |
fixedTimes |
A vector of numeric giving the fixedTimes. |
numberOfsamplingsOptimisable |
A vector of numeric giving the numberOfsamplingsOptimisable. |
samplingsWindows |
A vector of numeric giving the samplingsWindows. |
numberOfTimesByWindows |
A vector of numeric giving the numberOfTimesByWindows. |
minSampling |
A vector of numeric giving the minSampling. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.