print.james | R Documentation |
Print James Data Object in Nice Fashion
## S3 method for class 'james'
print(x, ...)
x |
object of class 'james' |
... |
further arguments are ignored. The ... argument was added to be consistent with the generic print function |
Relevant parameters are shown with values that are properly aligned. Data are truncated.
x <- 0:6
my_data <- data.frame(x, first = (6 - x)^2, second = x^2)
p <- james(data = my_data, title = "Hello World")
p
# `print(p)` and `print.james(p)` give same results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.