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:
parent
07757c933c
commit
5ff9210c12
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user