-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from BradyAJohnston/7-coord-cart
Fixes error in coord_cartesian() FIxes #7 where it breaks with changing to cartesian coordinates.
- Loading branch information
Showing
15 changed files
with
278 additions
and
1,036 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(as.data.frame,plasmid) | ||
S3method(makeContent,fittexttree) | ||
S3method(makeContent,fittexttreepolar) | ||
export(StatArrow) | ||
export(StatArrowLabel) | ||
export(plot_plasmid) | ||
export(read_gb) | ||
importFrom(grid,makeContent) | ||
importFrom(rlang,.data) | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
S3method(as.data.frame,plasmid) | ||
export(StatArrow) | ||
export(StatArrowLabel) | ||
export(plot_plasmid) | ||
export(read_gb) | ||
importFrom(rlang,.data) |
Oops, something went wrong.