Skip to content

Commit

Permalink
rename 2D and hex aggregation to summarization consistent with 1D sum…
Browse files Browse the repository at this point in the history
…mary.
  • Loading branch information
kohske committed Dec 8, 2011
1 parent eaa3887 commit 712fcd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -147,8 +147,8 @@ Collate:
'scale-size.r' 'scale-size.r'
'scales-.r' 'scales-.r'
'stat-.r' 'stat-.r'
'stat-aggr-2d.r' 'stat-summary-2d.r'
'stat-aggr-hex.r' 'stat-summary-hex.r'
'stat-bin.r' 'stat-bin.r'
'stat-bin2d.r' 'stat-bin2d.r'
'stat-binhex.r' 'stat-binhex.r'
Expand Down
4 changes: 2 additions & 2 deletions NAMESPACE
Expand Up @@ -159,8 +159,8 @@ export(scale_y_reverse)
export(scale_y_sqrt) export(scale_y_sqrt)
export(should_stop) export(should_stop)
export(stat_abline) export(stat_abline)
export(stat_aggr2d) export(stat_summary2d)
export(stat_aggrhex) export(stat_summary_hex)
export(stat_bin) export(stat_bin)
export(stat_bin2d) export(stat_bin2d)
export(stat_binhex) export(stat_binhex)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 712fcd1

Please sign in to comment.