Skip to content

Commit

Permalink
fix: keep resp1 and resp2 plots
Browse files Browse the repository at this point in the history
  • Loading branch information
bl896211_gsk committed Feb 6, 2025
1 parent 42f363c commit 9fcca6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/robyn.R
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,5 @@ robyn_marginal <- function(..., marginal_unit = 1) {
ret$plot <- ret$Response1$plot + labs(caption = paste0(
ret$Response1$plot$labels$caption, cap
))
ret$Response1$plot <- ret$Response2$plot <- NULL
return(ret)
}

0 comments on commit 9fcca6e

Please sign in to comment.