From 9aa4c687d21820ca9923260e574bfb6f33cd6863 Mon Sep 17 00:00:00 2001 From: cristinamullin <46969696+cristinamullin@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:12:52 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20USEPA/TA?= =?UTF-8?q?DA@3d87b53f2806709c8bc20d5dc56c27762b360ded=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- articles/CONTRIBUTING.html | 2 +- articles/TADAModule1.html | 22 +++++++-------- articles/TADATrainingShepherdstown.html | 2 +- articles/WQXValidationService.html | 2 +- pkgdown.yml | 2 +- reference/TADA_Boxplot.html | 28 +++++++++---------- ...A_FindPotentialDuplicatesMultipleOrgs.html | 2 +- reference/TADA_Histogram.html | 16 +++++------ reference/TADA_OverviewMap.html | 4 +-- reference/TADA_Scatterplot.html | 16 +++++------ .../TADA_TwoCharacteristicScatterplot.html | 8 +++--- search.json | 2 +- 12 files changed, 53 insertions(+), 53 deletions(-) diff --git a/articles/CONTRIBUTING.html b/articles/CONTRIBUTING.html index 4b23f806..c1b42256 100644 --- a/articles/CONTRIBUTING.html +++ b/articles/CONTRIBUTING.html @@ -73,7 +73,7 @@
-
-

The TADA TADA_FlagCoordinates function identifies +

+

The TADA TADA_FlagCoordinates function identifies and flags potentially invalid coordinate data. While its functionality is showcased here, it is always important to review any invalid outputs before cleaning to reduce the risk of leaving out usable data/sites.

@@ -3366,8 +3366,8 @@

Parameter Level FilteringTADA_TwoCharacteristicScatterplot(TADAProfileClean6, id_cols = "TADA.ComparableDataIdentifier", groups = c("TOTAL NITROGEN, MIXED FORMS_UNFILTERED_AS N_MG/L", "TOTAL PHOSPHORUS, MIXED FORMS_UNFILTERED_AS P_UG/L")) #> Warning: Ignoring 552 observations #> Warning: Can't display both discrete & non-discrete data on same axis -
-

Now we will summarize results for a single comparable data group +

+

Now we will summarize results for a single comparable data group using the TADA.ComparableDataIdentifier (i.e., comparable characteristic, unit, speciation, and fraction combination) using TADA_Histogram and TADA_Boxplot. Note @@ -3563,14 +3563,14 @@

Parameter Level Filtering # view histogram TP_Histogram -
-

Generate interactive box plot.

+
+

Generate interactive box plot.

 TP_Boxplot <- TADA::TADA_Boxplot(TADAProfileCleanTP, id_cols = "TADA.ComparableDataIdentifier")
 
 TP_Boxplot
-
-

Generate interactive scatterplot.

+
+

Generate interactive scatterplot.

 TADAProfileCleanTP_dailymax <- TADA_AggregateMeasurements(TADAProfileCleanTP,
   agg_fun = c("max"),
@@ -3584,8 +3584,8 @@ 

Parameter Level FilteringTP_Scatterplot <- TADA::TADA_Scatterplot(TADAProfileCleanTP_dailymax, id_cols = "TADA.ComparableDataIdentifier") TP_Scatterplot

-
- +
+

TADA Shiny Application diff --git a/articles/TADATrainingShepherdstown.html b/articles/TADATrainingShepherdstown.html index 566b29a4..cbe0e461 100644 --- a/articles/TADATrainingShepherdstown.html +++ b/articles/TADATrainingShepherdstown.html @@ -74,7 +74,7 @@

TADA R Package Training: A Markdown for Shepherdstown

TADA Team

-

2024-01-09

+

2024-01-10

Source: vignettes/TADATrainingShepherdstown.Rmd
TADATrainingShepherdstown.Rmd
diff --git a/articles/WQXValidationService.html b/articles/WQXValidationService.html index a1d70083..e79d40ab 100644 --- a/articles/WQXValidationService.html +++ b/articles/WQXValidationService.html @@ -74,7 +74,7 @@

WQX QAQC Service User Guide

TADA Team

-

2024-01-09

+

2024-01-10

Source: vignettes/WQXValidationService.Rmd
WQXValidationService.Rmd
diff --git a/pkgdown.yml b/pkgdown.yml index 1b2d860f..15b79dc3 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -6,7 +6,7 @@ articles: TADAModule1: TADAModule1.html TADATrainingShepherdstown: TADATrainingShepherdstown.html WQXValidationService: WQXValidationService.html -last_built: 2024-01-09T15:27Z +last_built: 2024-01-10T15:07Z urls: reference: usepa.github.io/TADA/reference article: usepa.github.io/TADA/articles diff --git a/reference/TADA_Boxplot.html b/reference/TADA_Boxplot.html index 38f3b446..144c28dc 100644 --- a/reference/TADA_Boxplot.html +++ b/reference/TADA_Boxplot.html @@ -99,20 +99,20 @@

Examplesdf <- dplyr::filter(Data_6Tribes_5y_Harmonized, TADA.ComparableDataIdentifier == "TOTAL PHOSPHORUS, MIXED FORMS_UNFILTERED_AS P_UG/L") # Generate single boxplot TADA_Boxplot(df, id_cols = "TADA.ComparableDataIdentifier") -
- +
+ # Create multiple boxplots with additional grouping columns and view the first # plot in list. In this example, we will group data in the input dataframe # by both the TADA.ComparableDataIdentifier and the OrganizationIdentifier Boxplots_TPbyOrg <- TADA_Boxplot(df, id_cols = c("TADA.ComparableDataIdentifier", "OrganizationIdentifier")) # This example generates 4 box plots. Boxplots_TPbyOrg[[1]] -
-Boxplots_TPbyOrg[[2]] -
-Boxplots_TPbyOrg[[3]] -
- +
+Boxplots_TPbyOrg[[2]] +
+Boxplots_TPbyOrg[[3]] +
+ # Create multiple boxplots with additional grouping columns and view the first # plot in list. In this example, we will group data in the input dataframe # by both the TADA.ComparableDataIdentifier and the MonitoringLocationTypeName @@ -123,12 +123,12 @@

Examples#> [1] "Plotting function removed 2635 results where TADA.ResultMeasureValue = NA. These results cannot be plotted." # This example generates 45 box plots. Boxplot_output[[2]] -
-Boxplot_output[[25]] -
-Boxplot_output[[40]] -
- +
+Boxplot_output[[25]] +
+Boxplot_output[[40]] +
+