plot_credits: Plot Credits by Folding Slot

Description Usage Arguments Value Examples

View source: R/plot.R

Description

Given the output of get_credits(), this will create a stacked bar chart of credits awarded by folding slot. Set all_slots = TRUE if you want to see total credits of all folding slots.

Usage

1
plot_credits(credits_df, all_slots = FALSE)

Arguments

parsed_log

A tibble of FAH Client logs that are parsed (read_fah_logs()) and cleaned (clean_logs()).

Value

A plot of credits acquired per day.

Examples

1
2
3
4
read_fah_logs("~/../AppData/Roaming/FAHClient/logs/") %>%
  clean_logs() %>%
  get_credits() %>%
  plt_credits()

cormac85/fahlogstats documentation built on June 25, 2020, 10:13 a.m.