File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ importFrom(graphics,boxplot)
7979importFrom(graphics,grconvertX)
8080importFrom(graphics,grconvertY)
8181importFrom(graphics,hist)
82+ importFrom(graphics,legend)
8283importFrom(graphics,lines)
8384importFrom(graphics,mtext)
8485importFrom(graphics,par)
Original file line number Diff line number Diff line change 11# ' Operations on package load
22# ' @importFrom utils globalVariables
3+ # ' @importFrom graphics legend
34# ' @param libname library name
45# ' @param pkgname package name name
56# ' @keywords internal
5758 " null_facet" ,
5859 " null_palette" ,
5960 " null_xlim" ,
61+ " multi_legend" ,
62+ " legend" ,
63+ " lgnd_labs" ,
64+ " lgnd_cex" ,
65+ " has_sub" ,
66+ " legend_draw_flag" ,
67+ " multi_legend" ,
68+ " legend_args" ,
6069 " null_ylim" ,
70+ " lgby" ,
71+ " lgbub" ,
6172 " oxaxis" ,
6273 " oyaxis" ,
6374 " pch" ,
You can’t perform that action at this time.
0 commit comments