Description Usage Arguments Examples
Models the distribution of the ninebox with the specified boundaries
1 2 3 4 5 6 7 8 9 10 | ninebox(
df_list,
upper_desempeno,
lower_desempeno,
upper_potencial,
lower_potencial,
col_desempeno = "desempeño",
col_potencial = "potencial",
transparency = 0.2
)
|
df_list |
Output of the df_ninbox function. |
upper_desempeno |
Upper boundary for desempeño axis as dbl. |
lower_desempeno |
Lower boundary for desempeño axis as dbl. |
upper_potencial |
Upper boundary for potencial axis as dbl. |
lower_potencial |
Lower boundary for potencial axis as dbl. |
col_desempeno |
Name of the column containing desempeño as string. |
col_potencial |
Name of the column containing potencial as string. |
transparency |
Manipulates the alpha parameter from ggplots geom_point. |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.