Load Plot

sbf_load_plot(
  x_name,
  sub = sbf_get_sub(),
  main = sbf_get_main(),
  exists = TRUE
)

Arguments

x_name

A string of the name.

sub

A string specifying the path to the sub folder (by default the current sub folder).

main

A string specifying the path to the main folder (by default the current main folder)

exists

A logical scalar specifying whether the file should exist.

Value

A ggplot object or NULL if doesn't exist.