print.james: Print James Data Object in Nice Fashion

View source: R/james-class.R

print.jamesR Documentation

Print James Data Object in Nice Fashion

Description

Print James Data Object in Nice Fashion

Usage

## S3 method for class 'james'
print(x, ...)

Arguments

x

object of class 'james'

...

further arguments are ignored. The ... argument was added to be consistent with the generic print function

Details

Relevant parameters are shown with values that are properly aligned. Data are truncated.

Examples

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

data-science-made-easy/nicerplot documentation built on Nov. 3, 2024, 9:23 p.m.