View source: R/summary.gridanalysis.cartogramR.R
summary.gridanalysis.cartogramR | R Documentation |
Summary of a gridanalysis.cartogram object
## S3 method for class 'gridanalysis.cartogramR'
summary(object, ...)
object |
a gridanalysis.cartogramR object |
... |
arguments passed to or from other methods. |
A vector which indicate the grid size necessary to have more than steps
grid points in each polygon
data(usa)
ga <- grid_analysis(data=usa, gridpower2=4:9)
summary(ga)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.