Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plot #47

Open
yannickwurm opened this issue Oct 19, 2023 · 1 comment
Open

plot #47

yannickwurm opened this issue Oct 19, 2023 · 1 comment

Comments

@yannickwurm
Copy link
Member

yannickwurm commented Oct 19, 2023

of bank balance wants to replaced with ggplot
(just give example command)

@yannickwurm
Copy link
Member Author

library(ggplot2)
pop_for_plotting <- data.frame(population_sizes, years = seq(from = 1, to = 20))
ggplot(pop_for_plotting) + geom_point(aes(y = population_sizes, x = year))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant