Usage
## S3 method for class 'SoilProfileList':
profile_plot(d, color='soil_color', width=0.2, name='name',
cex.names=0.5, cex.depth.axis=cex.names, cex.id=cex.names+(0.2*cex.names),
plot.order=1:d$num_profiles, add=FALSE, scaling.factor=1, y.offset=0,
max.depth=d$max_depth, shrink=FALSE, shrink.cutoff=3, ...)
Arguments
d
a SoilProfileList object
color
the name of the column containing R-compatible color descriptions
width
scaling of profile widths
name
the name of the column containing the horizon designation
cex.names
character scaling applied to horizon names
cex.depth.axis
character scaling applied to depth scale
cex.id
character scaling applied to profile id
plot.order
a vector describing the order in which individual SoilProfile objects from the parent should be plotted
add
add to an existing figure
scaling.factor
vertical scaling of the profile heights
y.offset
vertical offset for top of profiles
max.depth
lower depth boundary of plot
shrink
should long horizon names be shrunk by 80% ?
shrink.cutoff
character length defining long horizon names
...
other arguments passed into lower level plotting functions