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
#' @return A plot of 50 percent and 90 percent confidence intervals of population projections if \code{spaghetti == FALSE} or a spaghetti plot with n individual projections if \code{spaghetti == n }, from \code{projections()}.
23
24
#'
24
25
#' @examples
@@ -267,12 +268,13 @@ multiplot_proj <- function(high.d1, # d1 is lowest depl, high is highest bycatch
267
268
megadf<- bind_rows(sdf1, sdf2, sdf3)
268
269
269
270
megadf<-megadf %>%
271
+
rename(variable=name) %>%
270
272
mutate(variable= recode(variable,
271
273
high=sdf_labs_hi,
272
274
med=sdf_labs_med,
273
275
low=sdf_labs_low
274
276
))
275
-
277
+
#browser()
276
278
anno<-data.frame(
277
279
x=ts.length*.8, y=1, # annotations
278
280
sim=1:3,
@@ -354,11 +356,17 @@ multiplot_proj <- function(high.d1, # d1 is lowest depl, high is highest bycatch
0 commit comments