gg_vetting {ggedit} | R Documentation |
Validate geoms with their unique attributes
gg_vetting(p, obj = ggedit_opts$get("session_geoms"))
p |
gg, compiled ggplot object |
obj |
data.frame, contains the mapping of layer functions as created in gg_session(), Default: ggedit_opts$get('session_geoms') |
data.frame
gg_vetting(pList$boxplotWrap)
lapply(pList,gg_vetting)