Function to create an aminated Piper plot and save to html
piper_time_html(df, ...)
Arguments
df |
data frame of groundwater data transformed using |
... |
Arguments passed on to piper_plot
- df
data frame of water quality data in tidy format
- 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
|