Skip to content

Commit 0515ade

Browse files
authored
Merge pull request #94 from LeandroRitter/main
Update contamination.qmd
2 parents 188aaa1 + 67b0930 commit 0515ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contamination.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ condition <- rep(c("Sediment/Soil","Skin","aOral","mOral","Unknown"),
376376
dim(result)[1])
377377
data <- data.frame(name, condition, value)
378378

379-
library("ggplot2"); library("viridis")
379+
library("ggplot2")
380380
ggplot(data, aes(fill=condition, y=value, x=reorder(name,seq(1:length(name))))) +
381381
geom_bar(position = "fill", stat = "identity") +
382382
theme(axis.text.x = element_text(angle=90, size = 5, hjust = 1, vjust = 0.5)) +

0 commit comments

Comments
 (0)