Description Usage Arguments Value
View source: R/pilot_assessment_functions.R
visualises the result of a target assessment as a dot plot.
1 2 3 4 5 6 | visualise_assessment_dot(
x,
classification = "Group",
group = "Atmosphere",
myLab = "Target assessment"
)
|
x |
output from do_assessment |
classification |
the column name from which to subset the assessment by |
group |
the factor level from within classification by which to subset the assessment |
myLab |
string specifying the x axis label |
prints a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.