Breakdown values of a variable by the number of people who have that value or a higher value.
1 |
var |
character. The value to breakdown. |
seq |
list. A sequence of values to breakdown. |
data. |
The data to grap values from. This is assumed to be a three column melted dataframe, using reshape2 <http://cran.r-project.org/web/packages/reshape2/index.html>. The first column should contain IDs, the second column should contain variable names, and the third column should contain variable values. e.g., |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.