desc.std: Sieve Test Data Object Description

Description Usage Arguments Details Value See Also Examples

Description

The function for querying a std object for description meta data or creating new description meta data list.

Usage

1
2
3
4
5
6
desc.std(Description = NA,
         Title = NA,
         Sample = NA,
         Unit = NA,
         Date = NA,
         x = NULL)

Arguments

Description

Terse description of a sample

Title

Title of particular measurement

Sample

Name of the sample

Unit

To which unit the sample belongs

Date

Day when the sample was taken

x

An existing std object

Details

To be used for creating input for desc argument in functions std and tweak.std.

Value

Returns a list of 5:

Description
Title
Sample
Unit
Date

See Also

std

Examples

1
2
3
4
5
6
7
# create the object by hand
# sieve test data (std) object
my_sample <- std(
a=c(500, 200, 90, 0),
r=c(1.01, 24, 42.8, 32.190),
desc=desc.std(Title="Coal powder, learning std")
)

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