print.mlth.data.frame | R Documentation |
The method to print a mlth.data.frame
object.
## S3 method for class 'mlth.data.frame'
print(x, digits = NULL, justify = "left")
x |
a |
digits |
number of digits after decimal point
(default NULL, same as for |
justify |
justify header left, right or centre (default 'left', same as 'none'). |
(L <- mlth(X = c('A', 'B', 'C'),
Y = list(N = 1:3, M = 4:6)))
print(L, justify = 'centre')
M <- mlth(A = rnorm(10),
B=list(C = rnorm(10), D = rnorm(10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.