plot_curve(sca_data = sca(y="Salnty", x="T_degC", c("ChlorA", "O2Sat"),
data=bottles, progress_bar=TRUE, parallel=FALSE),
title = "Salinity and Temperature Models",
show_index = TRUE, plot_vars = TRUE,
ylab = "Coefficient value", plot_se = "ribbon");
plot_curve(sca_data = sca(y="Salnty", x="T_degC",
c("ChlorA*O2Sat", "ChlorA", "O2Sat"),
data=bottles, progress_bar=FALSE, parallel=FALSE),
show_index = TRUE, plot_vars = TRUE,
plot_se = "ribbon");
# \donttest{
plot_curve(sca_data = sca(y="Salnty", x="T_degC",
c("ChlorA*NO3uM", "O2Sat", "ChlorA", "NO3uM"),
data=bottles,
progress_bar = TRUE, parallel = TRUE, workers=2),
plot_se="");
# }
Run the code above in your browser using DataLab