Anonymous
5 years agoNot applicable
Matrix Bubble Chart
What A powerful Power BI R visual, matrix bubble chart, to analyze three measures (facts) with two selected dimensions. How One needs to have R installed on the computer or to th...
nehajadhav166
4 years agoResolver I
Hi,
I am trying to create a chart but I am stuck while running the script, the error is "
can you please help me to proceed?
Thanks,
Neha
"
Anonymous
4 years agoNot applicable
nehajadhav166 Assuming that ggplot2 and scales packages are installed, try modifying the R script and remove or comment out the lib= instructions, like this:
# if R is already in your path, you do not need the lib= instruction
library(ggplot2) #, lib="D:/Program Files/R/R-3.6.3/library")
require(ggplot2)
library(scales) #, lib="D:/Program Files/R/R-3.6.3/library")That worked for me.
Good luck!