gcTable {gcExplorer} | R Documentation |
Create HTML table for a single cluster of a "kccasimple"
object.
## S4 method for signature 'kccasimple': gcTable(object, which, links, file="gcTable", ...)
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 . |
Theresa Scharl
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)