print.ICSshiny: Prints the ICSshiny Results

Description Usage Arguments Author(s) See Also Examples

Description

Prints an object of class icsshiny, typically the results of a call to ICSShiny. The output corresponds to the summary of operations.

Usage

1
2
## S3 method for class 'icsshiny'
print(x, ...)

Arguments

x

an object of class icsshiny.

...

further arguments to be passed to or from methods.

Author(s)

Aurore Archimbaud and Joris May

See Also

ICSShiny

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Not run: 
library(ICSShiny)
# ICS with Factoshiny:
res.shiny <- ICSshiny(iris)

# click on the "Close the session" button or close the tab
print(res.shiny)


## End(Not run)

ICSShiny documentation built on May 2, 2019, 6:35 a.m.