You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the exploration above, you may decide to manually combine the second and third strata, using just a single breakpoint north to south. In this case, we would do away with the breakpoint at $-141^{\circ}$)W, replacing it with `-Inf`:
250
+
Based on the exploration above, you may decide to manually combine the second and third strata, using just a single breakpoint north to south. In this case, we would do away with the breakpoint at $-141^{\circ}$)W, replacing it with `-Inf`.
251
251
252
252
253
253
```{r, echo = TRUE, include = TRUE, warning = FALSE}
@@ -257,7 +257,7 @@ breakpoints$long <- -Inf
257
257
# showPlot = FALSE) ## refit the curves
258
258
```
259
259
260
-
We can repeat the visualization and see that 1) the parameter values are now more distinct from one another and 2) so are the curves.
260
+
We can repeat the visualization and see that 1) the key parameter values are now more distinct from one another and 2) so are the curves.
261
261
262
262
```{r, echo = TRUE, include = TRUE, warning = FALSE}
0 commit comments