View source: R/class_definitions.R
as.data.frame.sunburstResult | R Documentation |
Coerces a sunburstResult object to data frame.
## S3 method for class 'sunburstResult'
as.data.frame(x, ..., stringsAsFactors = FALSE)
x |
(sunburstResult) A sunburst treemap results object |
... |
(none) Not used |
stringsAsFactors |
(logical) Transform strings to factors, default FALSE |
Returns a data.frame
sunburstTreemap
for generating the treemap that is
the input for this function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.