
Last chance! 50% off unlimited learning
Sale ends in
soil.texture(soiltexture=NULL,
show.names=TRUE,show.lines=TRUE,show.grid=FALSE,bg.names="white",main="",
col.axis="black",col.names="gray",col.lines="gray",col.grid="gray",...)
show.soil.texture
or points
.soiltexture
was included, a list of the x,y
positions of the soil types plotted. If not, nil.soil.texture
displays a triangular plot area on which soil
textures defined as proportions of sand, silt and clay can be plotted.
Optional grid, vertex labels, soil type divisions and names may also
be displayed.
If a matrix of soil textures is present, this will be passed to
show.soil.texture
and the textures will be plotted.get.soil.texture
, show.soil.texture
data(soils)
soil.texture()
if(dev.interactive()) par(ask=TRUE)
main.title<-"DEFAULT"
soil.texture(soils,main=main.title,pch=2)
main.title<-"LINES AND NAMES"
soil.texture(soils,main=main.title,show.lines=TRUE,show.names=TRUE,
pch=3)
main.title<- "GRID AND LEGEND"
soil.texture(soils[1:6,],main=main.title,show.grid=TRUE,pch=4,
col.symbols=1:6,show.legend=TRUE)
if(dev.interactive()) par(ask=FALSE)
Run the code above in your browser using DataLab