Open yannickwurm opened 1 year ago
of bank balance wants to replaced with ggplot (just give example command)
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))
of bank balance wants to replaced with ggplot (just give example command)