print.safe_extractor {rSAFE} | R Documentation |
Printing Summary of the SAFE Extractor Object
Description
Printing Summary of the SAFE Extractor Object
Usage
## S3 method for class 'safe_extractor'
print(x, ..., variable = NULL)
Arguments
x |
safe_extractor object containing information about variables transformations created with safe_extraction() function |
... |
other parameters |
variable |
character, name of the variable to be plotted. If this argument is not specified then transformations for all variables are printed |
Value
No return value, prints the structure of the object
[Package rSAFE version 0.1.4 Index]