Skip to content

Commit

Permalink
browser()!
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Sep 29, 2023
1 parent b6e71d4 commit 623de25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ plot.glmmfields <- function(x,
}

if (type == "spatial-residual") {
browser()
g <- ggplot(d, aes(.data[[x$lon]], .data[[x$lat]], colour = .data[["residual"]])) +
geom_point(size = 2) +
scale_color_gradient2() +
Expand Down

0 comments on commit 623de25

Please sign in to comment.