plot.std: Sieve Test Data Object Plot

Description Usage Arguments Value See Also Examples

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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

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

Example output



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