-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support ggcoefplot * Document * Add Laurent as contributor * Update email * Update DESCRIPTION * Fix author formatting * Fix description * Add tests * Fix zero line logic * Fix dictionary logic for ggiplot and updated examples. - Dictionary should only be applied at plot time (driectly swapping out the labels), since we need to preserve the continuous order for event studies. - Examples now more directly follow the original coefplot/iplot help docs. * Ignore cruft * docs * Update README * Update README * NEWS
- Loading branch information
1 parent
da848be
commit b8efe05
Showing
29 changed files
with
2,102 additions
and
284 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,5 @@ | |
^docs$ | ||
^pkgdown$ | ||
^\.github$ | ||
^TESTING$ | ||
^.vscode$ |
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,6 +1,7 @@ | ||
# Generated by roxygen2: do not edit by hand | ||
|
||
export(aggr_es) | ||
export(ggcoefplot) | ||
export(ggiplot) | ||
export(iplot_data) | ||
import(ggplot2) |
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
Oops, something went wrong.