c.std: Concatenate std object

Description Usage Arguments Value See Also Examples

Description

The function is used to concatenate more sievetest objects together.

Usage

1
2
## S3 method for class 'std'
c(...)

Arguments

...

one or more std objects

Value

Returns one std object concatenated of objects supplied in ... containing all the sieve test samples grouped together.

See Also

read.std, std, summary.std

Examples

1
2
3
4
5
6
data(lignite)
# a and b simulate some new std objects
a <- lignite[2]
b <- lignite[1]
#
ab_group <- c(a,b)

sievetest documentation built on May 2, 2019, 8:13 a.m.

Related to c.std in sievetest...