Skip to content

Commit 731e659

Browse files
committed
Update examples
Data_6Tribes_5y_Harmonized is showing TADA.ComparableDataIdentifier as PH_NA_NA_NA. Did we decide on if we wanted it all to be harmonized to PH_NA_NA_STD UNITS or PH_NA_NA_NA?
1 parent 9961adb commit 731e659

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

R/Figures.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ TADA_Scatterplot <- function(.data, id_cols = c("TADA.ComparableDataIdentifier")
934934
#' # Load example dataset:
935935
#' data(Data_6Tribes_5y_Harmonized)
936936
#' # Create a single scatterplot with two specified groups from TADA.ComparableDataIdentifier
937-
#' TADA_TwoCharacteristicScatterplot(Data_6Tribes_5y_Harmonized, id_cols = "TADA.ComparableDataIdentifier", groups = c("TEMPERATURE_NA_NA_DEG C", "PH_NA_NA_STD UNITS"))
937+
#' TADA_TwoCharacteristicScatterplot(Data_6Tribes_5y_Harmonized, id_cols = "TADA.ComparableDataIdentifier", groups = c("TEMPERATURE_NA_NA_DEG C", "PH_NA_NA_NA"))
938938
#'
939939
TADA_TwoCharacteristicScatterplot <- function(.data, id_cols = "TADA.ComparableDataIdentifier", groups) {
940940
# check .data is data.frame

data/Data_6Tribes_5y_Harmonized.rda

100 Bytes
Binary file not shown.

data/Data_R5_TADAPackageDemo.rda

-4 Bytes
Binary file not shown.

data/Data_WV_Mod1_Output.rda

-620 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)