draw_line_plot: Flexible function for plotting line chart of data

Description Usage Arguments

Description

Flexible function for plotting line chart of data

Usage

1
2
draw_line_plot(input_frame, xlabel, ylabel, input, file_name = NULL,
  save_path = NULL, do_print = TRUE)

Arguments

input_frame

A dataframe with a date object and a series to be plotted

xlabel

A string containing x-label name

ylabel

A string containing y-label name

input

A string with input variable name

file_name

A string with filename wanted for output plot

save_path

A string with path to save output

do_print

A boloean of wether or not to print the output


AKLLaursen/powerfor documentation built on May 5, 2019, 11:30 a.m.