Skip to content

Commit

Permalink
add code after group zone function 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 d7a8119 commit 84726d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions R/zone_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@ zone_summary <- function(dat,
z_plot
} # END GROUP ZONE FUNCTION

# z_plot <- group_zone(spat_join)
#
# # save plot
# save_nplot(project, "zone_summary", z_plot)
z_plot <- group_zone(spat_join)

# save plot
save_nplot(project, "zone_summary", z_plot)

} else {

Expand Down

0 comments on commit 84726d0

Please sign in to comment.