Ermias A
03 May, 2017
R Passes SAS in Scholarly Use!
Mplot<-gvisMotionChart(UNAIDS2015Data,
idvar="Country",timevar= "Year",
xvar = "New_inf",yvar = "Num_TB_HIV",
sizevar = "HIV_size_variable",
options = list( showChartButtons=TRUE))
MozMap <- gvisMap(Sim_MozData, locationvar="latlong" ,tipvar ="TipV",
options=list(showTip=TRUE, showLine=TRUE, enableScrollWheel=TRUE,
mapType='terrain', useMapTypeControl=TRUE))
|
|
|
MapWd <- gvisGeoChart(UNAIDS2015Data, "Country", "HIV_prev_1549")
DataTable <- gvisTable(UNAIDS2015Data)
MapTable <- gvisMerge(DataTable, MapWd, horizontal=TRUE)
library(rpivotTable) # pivot table
PvtTable<-rpivotTable(SimData)
# Shiny is a package in RStudio to make easy to build interactive web applications
# creating webpages, PDF, MS Word files
# a simple way of converting the output of an R script into html, Word, pdf or even into a slide presentation.