plotVars(sca_data = sca(y = "Salnty", x = "T_degC",
controls = c("ChlorA", "O2Sat"),
data = bottles, progressBar = TRUE,
parallel = FALSE),
title = "Model Variable Specifications");
plotVars(sca_data = sca(y = "Salnty", x = "T_degC",
controls = c("ChlorA*O2Sat"),
data = bottles, progressBar = FALSE,
parallel = FALSE),
colorControls = TRUE);
plotVars(sca_data = sca(y = "Salnty", x = "T_degC",
controls = c("ChlorA*NO3uM", "O2Sat*NO3uM"),
data = bottles,
progressBar = TRUE, parallel = TRUE, workers = 2));
Run the code above in your browser using DataLab