gsi.getD | R Documentation |
Get the number of samples N and the number of parts D of the
compositions in an acomp
, rcomp
,
aplus
, rplus
object.
gsi.getD(x)
gsi.getN(x)
x |
an |
an integer giving the number of parts D or the number of samples N.
Do not use gsi.* functions directly since they are internal functions of the package
K.Gerald v.d. Boogaart http://www.stat.boogaart.de
gsi.getD(1:5)
#gsi.getN(1:5)
NCOL(1:5)
NROW(1:5)
data(SimulatedAmounts)
gsi.getD(sa.lognormals5)
#gsi.getN(sa.lognormals5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.