c.std {sievetest} | R Documentation |
Concatenate std object
Description
The function is used to concatenate more sievetest objects together.
Usage
## S3 method for class 'std'
c(...)
Arguments
... |
one or more |
Value
Returns one std
object concatenated of objects supplied in ... containing all the sieve test samples grouped together.
See Also
Examples
data(lignite)
# a and b simulate some new std objects
a <- lignite[2]
b <- lignite[1]
#
ab_group <- c(a,b)
[Package sievetest version 1.2.3 Index]