vertesy / ggExpress

ggExpress is the fastest way to create, annotate and and save plots in R.
https://vertesy.github.io/ggExpress
GNU General Public License v3.0
4 stars 2 forks source link

both_pc_and_value argument in qpie seem not working #29

Closed vertesy closed 1 year ago

vertesy commented 2 years ago

Description both_pc_and_value argument in qpie seem not working

xvec <- c("A"=12, "B"=29); 
qpie(vec = xvec)
qpie(vec = xvec, both_pc_and_value = T)
vertesy commented 1 year ago

solved