correlation_plot: plots Qs_rel vs. input variable as box plot (categorical...

View source: R/plotting_functions.R

correlation_plotR Documentation

plots Qs_rel vs. input variable as box plot (categorical input variable) or scatterplot (numerical input variable)

Description

plots Qs_rel vs. input variable as box plot (categorical input variable) or scatterplot (numerical input variable)

Usage

correlation_plot(df, x, y = "Qs_rel", title = gsub("_", " ", x))

Arguments

df

data frame

x

column name of x variable"

y

column name of y variable (default Qs_rel")

title

plot title


KWB-R/dwc.wells documentation built on July 13, 2022, 9:36 p.m.