Description Usage Arguments Value Examples
selects an appropriate visualisation function based on the analysis case
1 | map_to_visualisation(result)
|
result |
a result object containing the summary statistics and hypothesis tests for the case. |
a _function_ that creates the relevant ggplot object
1 2 3 4 5 6 | ## Not run: map_to_visualisation("result_var1")
## Not run: result_var1<- map_to_result( ... )
my_vis_fun <- map_to_visualisation(result_var1)
my_ggplot_obj<-my_vis_fun( ... )
my_ggplot_obj # plots the object
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.