piper_time_plot: Function to create an animated Piper plot through time using...

View source: R/piper_plot.R

piper_time_plotR Documentation

Function to create an animated Piper plot through time using the animation package

Description

Function to create an animated Piper plot through time using the animation package

Usage

piper_time_plot(df, ...)

Arguments

df

data frame of groundwater data transformed using

...

Arguments passed on to piper_plot

location_id

column for sample location

sample_date

column for sample date

x_cation

default is Calcium, dissolved

x_cation_label

label for x cation

y_cation

default is Magnesium, dissolved

y_cation_label

label for y cation

z_cation

default is Sodium, dissolved + Potassium, dissolved

z_cation_label

label for z cation

x_anion

default is Chloride, total + Fluoride, total

x_anion_label

label for x anion

y_anion

default is Alkalinity, total (lab)

y_anion_label

label for y anion

z_anion

default is Sulfate, total

z_anion_label

label for z anion

x_z_anion_label

label for the upper left diamond

x_y_cation_label

label for the upper right diamond

total_dissolved_solids

Scale plot by Total Dissolved Solids, default = FALSE

group_col

grouping column for symbols

transparency

the setting for transparency value for points. Default is 0.2

pnt_size

the size of the points. Default is 3

label_size

size of font for labels

title

Title for plot, default = NULL


jentjr/gwstats documentation built on Jan. 12, 2024, 9:40 p.m.