Skip to content

Commit

Permalink
no browser()
Browse files Browse the repository at this point in the history
  • Loading branch information
heike committed Sep 30, 2024
1 parent 8d2a20e commit 8215157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/stat-mosaic.r
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ StatMosaic <- ggplot2::ggproto(
# the level at which things are labelled could be made a parameter.
# At the moment the deepest level is being labelled.
dflist <- list(data=subset(res, level==max(res$level)), formula=as.formula(formula), divider=divider)
browser()
scx <- productplots::scale_x_product(dflist)
#browser()
scx <- productplots::scale_x_product(dflist)
scy <- productplots::scale_y_product(dflist)


Expand Down

0 comments on commit 8215157

Please sign in to comment.