powered by
The function plots graphical presentation of Rosin-Rammler particle size distribution of powder which is common in grinding and comminution.
# S3 method for 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", ...)
an std object representing sieve test data.
type of plot
a factor influencing density of ticks marks
whether to show legend
vector of colors
a factor influencing rounding of x values for labels
a factor influencing rounding of y values for labels
legend position
additional graphical parameters
Plots an std object to the current device.
std, par
std
par
# NOT RUN { # load example data and make plot data(lignite) plot(lignite) plot(lignite,type='rrdist',lwd=2,lgd.x="right") # }
Run the code above in your browser using DataLab