View source: R/class_definitions.R
as.data.frame.voronoiResult | R Documentation |
Coerces a voronoiResult object to data frame, omitting polygon data.
## S3 method for class 'voronoiResult'
as.data.frame(x, ..., stringsAsFactors = FALSE)
x |
(voronoiResult) A voronoi treemap results object |
... |
(none) Not used |
stringsAsFactors |
(logical) Transform strings to factors, default FALSE |
Returns a data.frame
voronoiTreemap
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.