Forum Discussion

ispajic's avatar
ispajic
Helper I
8 years ago

R visual behaving differently in PBI than in R console

Hi,   I have a simple double-source plot code: plot(dataset[,2],type="b") par(new=T) plot(dataset[,4], ylim=c(0.0,83), yaxt='n', xaxt='n', ann=FALSE, type="n") text(dataset[,4], labels=dataset[,3]...