fPlot_Line_Single: Simple line chart for continuous data time series

Description Usage Arguments

View source: R/fPlot_Line_Single.R

Description

This simple ggplot function takes the name of an x-axis column and a y-axis column and plots a line chart. Function is primarily used to create composite charts while keeping the theme choices consistent.

Usage

1
fPlot_Line_Single(dat, xcol, ycol)

Arguments

dat

a dataframe containing your 'x' and 'y' variables of interest

xcol

a character object specifying the column name of the x-axis variable

ycol

a character object specifying the column name of the x-axis variable


ksmiff33/FluxSynthU documentation built on Dec. 15, 2020, 10:29 p.m.