Learn R Programming

sievetest (version 1.2.3)

summary.std: Summary of std object

Description

The function makes summary table of std object.

Usage

# S3 method for std
summary(object, ...)

Arguments

object

std object

not used

Value

Returns data frame with following columns:

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

RRxs

Rosin - Rammler distribution xs coefficient

RRex

Rosin - Rammler distribution ex coefficient

RRms

modus calculated from Rosin - Rammler approximation

RRmn

mean calculated from Rosin - Rammler approximation

RRo90umPPC

CCDF (oversize) value in % calculated from Rosin - Rammler approximation for equivalent particle size of 90 micrometers

See Also

drr, std

Examples

Run this code
# NOT RUN {
data(lignite)
summary(lignite)
# }

Run the code above in your browser using DataLab