gcTable {gcExplorer}R Documentation

HTML table for cluster results

Description

Create HTML table for a single cluster of a "kccasimple" object.

Usage

## S4 method for signature 'kccasimple':
gcTable(object, which, links, file="gcTable", ...)

Arguments

object an object of class "kccasimple"
which Number of the cluster.
links Vector of the same length as rows in the data with links to a database.
file File name prefix used for HTML tables. Of the form file-which.html.
... Further arguments can be passed to write.htmltable.

Author(s)

Theresa Scharl

See Also

write.htmltable

Examples

data("hsod")
cl1 <- qtclust(hsod, radius=2, save.data=TRUE)

gcTable(cl1, which=5, links = links_hsod, file = "hsod")
## Not run: 
gcExplorer(cl1, theme = "blue", panel.function = gcTable, 
           panel.args = list(links = links_hsod, file="hsod"),
           node.function = node.size) 
## End(Not run)


[Package gcExplorer version 0.9-1 Index]