powered by
mcgf
Print an mcgf object.
# S3 method for mcgf print(x, attr = ".Data", ...)
No return value, called for side effects.
An mcgf object.
Attribute to be printed.
Optional arguments to print methods.
data(sim1) sim1_mcgf <- mcgf(sim1$data, dists = sim1$dists) print(sim1_mcgf, "dists")
Run the code above in your browser using DataLab