mirror of
https://github.com/Zenithsiz/ist-pe-proj.git
synced 2026-02-03 05:57:12 +00:00
Updated 3
This commit is contained in:
parent
1936aa9f16
commit
8e84ad7d63
@ -27,6 +27,8 @@ df$AGE[df$AGE == "5564"] <- "55-64"
|
||||
|
||||
# Then plot them and save the output
|
||||
plot <- ggplot(df, aes(x = AGE, y = Value)) +
|
||||
geom_col()
|
||||
geom_col() +
|
||||
xlab("Grupo etário") +
|
||||
ylab("EMP1")
|
||||
|
||||
ggsave(plot = plot, "output.png")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user