Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48378

Re: R Control Chart

$
0
0

I have been able to create the R and XBar charts in PowerBI R Visuals, but still need some adjustments as it doesnt look right to me (data not displaying as expected).

 

library(qcc)

months<- c("Jan", "Feb", "Mar", "Apr","May", "Jun","Jul","Aug","Sep","Oct","Nov","Dec")

qcc(dataset, type="R", nsigmas=1, labels=months, xlab= "Month", ylab = "Service Level %", title = "Phone Call SVL", digits=3)

 

R Chart 2017-03-20_9-34-56.jpg

 

Any idea how to get the Y axis to show as percentages? My data is in percentages as you can see when selecting a simple Line Chart from the PowerBI Visuals.

 

Line 2017-03-20_9-45-45.jpg

 

Thanks for all your assistance!

 

 

 


Viewing all articles
Browse latest Browse all 48378

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>