Skip to contents

Print Method for Feature RSA Model

Usage

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

Arguments

x

A feature_rsa_model object.

...

Additional arguments (ignored).

Value

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

Examples

if (FALSE) { # \dontrun{
  mdl <- feature_rsa_model(dataset, des)
  print(mdl)
} # }