Skip to contents

Print method for feature_sets_design

Usage

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

Arguments

x

A feature_sets_design object

...

ignored

Value

Invisibly returns the input object x (called for side effects).

Examples

if (FALSE) { # \dontrun{
  # print method called on feature_sets_design object
} # }