summary.std {sievetest}R Documentation

Summary of std object

Description

The function makes summary table of std object.

Usage

## S3 method for class '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

data(lignite)
summary(lignite)

[Package sievetest version 1.2.3 Index]