print.icsshiny {ICSShiny}R Documentation

Prints the ICSshiny Results

Description

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

Usage

## 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

## 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)

[Package ICSShiny version 0.5 Index]