Custom HTML widget creation function based on widget YAML and JavaScript for use in any html-compatible context
canvasXpress(data = NULL, decorData = NULL, smpAnnot = NULL,
varAnnot = NULL, nodeData = NULL, edgeData = NULL, vennData = NULL,
vennLegend = NULL, genomeData = NULL, newickData = NULL,
graphType = "Scatter2D", events = NULL, afterRender = NULL,
width = 600, height = 400, pretty = FALSE, digits = 4, ...,
boxplotGroupData = NULL)
canvasXpress data frame (rows are referred to as variables; columns are referred to as samples)
decoration/annotation data for the chart
additional data that applies to samples (columns)
additional data that applies to variables (rows)
network visualization data nodes
network visualization data edges
venn visualization data
venn visualization legend
genome visualization data
dendrogram data in Newick format
type of graph to be plotted - default = 'Scatter2D'
user-defined events (e.g. mousemove, mouseout, click and dblclick)
event triggered after rendering
plot width (valid CSS units) - default = 600px
plot height (valid CSS units) - default = 400px
print tagged code (json/html) nicely - default = FALSE
display digits - default = 4
additional configuration options passed to canvasXpress
character label for grouped boxplot data. If there is a non-null value and graphType is 'Boxplot' pre-calculated boxplot data is used from the variables (iqr1, iqr3, qtl1, qtl3, median) and optionally the variable (outliers) in the data parameter. Note: Boxplot outliers should be specified as comma-separated string values in the outliers variable.
htmlwidget object