Skip to content

Commit

Permalink
add rest of multiplot ifelse statement in zone_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Carvalho committed Apr 23, 2024
1 parent 1b3237d commit 1dd9960
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions R/zone_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -427,13 +427,13 @@ zone_summary <- function(dat,
bin_colors = break_list$colors,
legend_name = legend_name))

# z_plot <- suppressWarnings(plotly::ggplotly(z_plot) %>%
# plotly::style(line.width = 1) %>%
# plotly::config(scrollZoom = TRUE) %>%
# plotly::plotly_build())
#
# # save plot
# save_plot(project, "zone_summary", z_plot)
z_plot <- suppressWarnings(plotly::ggplotly(z_plot) %>%
plotly::style(line.width = 1) %>%
plotly::config(scrollZoom = TRUE) %>%
plotly::plotly_build())

# save plot
save_plot(project, "zone_summary", z_plot)
}

# # confid plot ----
Expand Down

0 comments on commit 1dd9960

Please sign in to comment.