The piecharts generated by deconvolution_fit on the example data are empty and I also get these warnings:
44: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE, ... :
"explode" is not a graphical parameter
45: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE, ... :
"explode" is not a graphical parameter
46: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE, ... :
"explode" is not a graphical parameter
47: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE, ... :
"explode" is not a graphical parameter
48: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE, ... :
"explode" is not a graphical parameter
49: In text.default(1.1 * P$x, 1.1 * P$y, labels[i], xpd = TRUE, ... :
"explode" is not a graphical parameter
50: In title(main = main, ...) : "explode" is not a graphical parameter
Ah OK thanks for pointing me to a previous git issue. I was just following the vignette. I will look at the provided script from here on for the examples.
Hello,
The piecharts generated by deconvolution_fit on the example data are empty and I also get these warnings:
Thanks.