1
0
mirror of https://github.com/msberends/AMR.git synced 2025-02-22 19:10:03 +01:00

Update plot.Rd

This commit is contained in:
Matthijs Berends 2025-02-11 17:23:34 +01:00 committed by GitHub
parent 07757c933c
commit 5ff9210c12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -248,7 +248,7 @@ some_counts <- as.integer(runif(20, 5, 50))
if (require("ggplot2")) {
ggplot(data.frame(mic = some_mic_values,
group = some_groups,
counts = some_counts,
counts = some_counts),
aes(group, counts, fill = mic)) +
geom_col() +
scale_fill_mic(mic_range = c(0.5, 16))