| grandistrib | R Documentation |
This function provides a barplot of the different fractions composing the sediment
grandistrib(x, main="", scale = "fine", xlab = "Stations", ylab = "Percentage")
x |
A numeric matrix or data frame (see the shape of data(granulo)) |
main |
a label for the title |
scale |
If fine, display the detailed composition; If large, display the simplify composition |
xlab |
a label for the x axis, defaults to a description of x. |
ylab |
a label for the y axis, defaults to a description of y. |
The obtained graph is commonly used by Sedimentologists
A barplot with the composition of sediment for each station sampled
Regis K. Gallon (CNAM-Intechmer)
regis.gallon@lecnam.net
granplot, grandistrib
data(granulo)
grandistrib(granulo, scale="fine")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.