print.infer: Print methods

View source: R/print_methods.R

print.inferR Documentation

Print methods

Description

Print methods

Usage

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

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

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

Arguments

x

An object of class infer, i.e. output from specify() or hypothesize(), or of class infer_layer, i.e. output from shade_p_value() or shade_confidence_interval().

...

Arguments passed to methods.


infer documentation built on Sept. 8, 2023, 6:22 p.m.