grandistrib {G2Sd}R Documentation

Composition of the sediment

Description

This function provides a barplot of the different fractions composing the sediment

Usage

grandistrib(x, main="", scale = "fine", xlab = "Stations", ylab = "Percentage")

Arguments

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.

Details

The obtained graph is commonly used by Sedimentologists

Value

A barplot with the composition of sediment for each station sampled

Author(s)

Regis K. Gallon (MNHN) reg.gallon@gmail.com

See Also

granplot, grandistrib

Examples

data(granulo)
grandistrib(granulo, scale="fine")

[Package G2Sd version 2.1.5 Index]