Description Usage Arguments Author(s) Examples
Creates a json file representing between two categorical variables. This json will work with D3XtabHeat
1 |
data |
A data frame to be converted to json. It should contain two columns one for each categorical variable |
James Thomson
1 2 | data<-data.frame(airquality$Month, airquality$Temp)
json<-jsonXtabs(data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.