info.Rd
Retrieve or set the additional detailed information about the distribution for your internal name
info(x) info(x) <- value # S3 method for Distribution info(x, ...) # S3 method for Distribution info(x) <- value # S3 method for Model info(x, ...) # S3 method for Model info(x) <- value # S3 method for Model setInfo(x, value)
x | distribution, model |
---|
character... information about distribution or model
Using functions info
and info<-
you can read
and set the additional information about the object (distribution, compositional model) which can be used for your
internal needs.
#> [1] ""info(Pi) <- "some additional information about the distribution" Pi#> Probability distribution #> * Name:pi #> * Info:some additional information about the distribution #> * Variables:A, B #> * Non-empty items:4 #> NULL