Skip to content

Commit

Permalink
dotstack: namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Jan 3, 2012
1 parent f77f22b commit 8124236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ S3method(coord_transform,trans)
S3method(cweave,list)
S3method(cweave,matrix)
S3method(dim,gtable)
S3method(drawDetails,dotstackGrob)
S3method(drawDetails,zeroGrob)
S3method(facet_axes,grid)
S3method(facet_axes,wrap)
Expand Down
1 change: 1 addition & 0 deletions R/grob-dotstack.r
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dotstackGrob <- function (
name = name, gp = gp, vp = vp, cl = "dotstackgrob")
}

#' @S3method drawDetails dotstackGrob
drawDetails.dotstackgrob <- function(x, recording = TRUE) {

# Need absolute coordinates because when using npc coords with circleGrob,
Expand Down

0 comments on commit 8124236

Please sign in to comment.