Skip to content

Commit

Permalink
Revert stat_summary grouping. Fixes #739 and #732
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Mar 1, 2013
1 parent 8f7c348 commit deb4c50
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/stat-summary.r
Expand Up @@ -136,9 +136,6 @@ StatSummary <- proto(Stat, {
}
}

# Each x location should be in a separate group
data$group <- as.integer(interaction(data$group, data$x))

summarise_by_x(data, fun, ...)
}

Expand Down

0 comments on commit deb4c50

Please sign in to comment.