print.xy_recipe: Print method for an object of class 'xy_recipe'

View source: R/methods-recipe.R

print.xy_recipeR Documentation

Print method for an object of class xy_recipe

Description

Print method for an object of class xy_recipe

Usage

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

Arguments

x

an object of class xy_recipe

...

arguments to be passed to the method

Examples

# print a simulation recipe
Xy() %>%
  add_linear(p = 5) %>%
  print()

andrebleier/Xy documentation built on March 29, 2023, 12:41 p.m.