hist | R Documentation |
Produces an histogram of univariate ILR data (see Filzmoser et al., 2009).
## S4 method for signature 'CompositionMatrix'
hist(
x,
...,
select = 1,
breaks = "Sturges",
freq = FALSE,
labels = FALSE,
main = NULL,
sub = NULL,
ann = graphics::par("ann"),
axes = TRUE,
frame.plot = axes
)
x |
A |
... |
Further graphical parameters. |
select |
A length-one |
breaks |
An object specifying how to compute the breakpoints
(see |
freq |
A |
labels |
A |
main |
A |
sub |
A |
ann |
A |
axes |
A |
frame.plot |
A |
hist()
is called for its side-effects: is results in a graphic being
displayed (invisibly return x
).
N. Frerebeau
Filzmoser, P., Hron, K. & Reimann, C. (2009). Univariate Statistical Analysis of Environmental (Compositional) Data: Problems and Possibilities. Science of The Total Environment, 407(23): 6100-6108. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.scitotenv.2009.08.008")}.
Other plot methods:
as_graph()
,
barplot()
,
pairs()
,
plot()
## Data from Aitchison 1986
data("hongite")
## Coerce to compositional data
coda <- as_composition(hongite)
## Boxplot plot
hist(coda, select = "A")
hist(coda, select = "B")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.