plot.std {sievetest}R Documentation

Sieve Test Data Object Plot

Description

The function plots graphical presentation of Rosin-Rammler particle size distribution of powder which is common in grinding and comminution.

Usage

## S3 method for class 'std'
plot(x, 
   type=c("rr","rrdist"), 
   n=30, 
   lgd=T, 
   col=c("#1B9E77", "#D95F02", "#7570B3", "#E7298A",
         "#66A61E", "#E6AB02", "#A6761D", "#666666"), 
   bx=1, 
   by=5, 
   lgd.x="topleft",  
   ...)

Arguments

x

an std object representing sieve test data.

type

type of plot

n

a factor influencing density of ticks marks

lgd

whether to show legend

col

vector of colors

bx

a factor influencing rounding of x values for labels

by

a factor influencing rounding of y values for labels

lgd.x

legend position

...

additional graphical parameters

Value

Plots an std object to the current device.

See Also

std, par

Examples

# load example data and make plot
data(lignite)
plot(lignite)
plot(lignite,type='rrdist',lwd=2,lgd.x="right")

[Package sievetest version 1.2.3 Index]