draw_line_plot: Flexible function for plotting line chart of data

Description Usage Arguments

View source: R/plots.R

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 x-label name


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