Quantcast
Channel: R Integration Pack
Viewing all articles
Browse latest Browse all 456

New Post: How to render R generated Graphical view (e.g Box Plot, scatter plot) in Microstrategy Report/Document

$
0
0
I have a Box plot which is running on R. Now I would like to show the same box plot from Micorstrategy? Does it supprted by R Integration pack?

e.g I have simple R Code which is showing Box Plot on R console, how do I render same box plot on Microstrategy Report -
data <- read.csv("c:/R Poc/churn.csv", header = TRUE)
boxplot(data$CNT_LOW_BAL_L15D~factor(data$TARGET),main="Distibution of Count of low balance in last 15 days",xlab="0-Non Churners 1- Churners",ylab="count",col="grey")

Viewing all articles
Browse latest Browse all 456

Trending Articles



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