Loading...
 
Skip to main content

History: Profile_r_test9_rcharts_highcharts

Source of version: 1

Copy to clipboard
            {RR(echo="1" cacheby="pagename")}
# Testing rCharts from http://ramnathv.github.io/rCharts/
if(!require(devtools)){ install.packages("devtools", repos="http://ftp.heanet.ie/mirrors/cran.r-project.org/") }
require('devtools', quietly = TRUE ) 
if(!require(rCharts)){ install_github('rCharts', 'ramnathv') }

h1 <- hPlot(x = "Wr.Hnd", y = "NW.Hnd", data = MASS::survey, type = c("line", 
    "bubble", "scatter"), group = "Clap", size = "Age")
#h1$print("chart5")
h1$LIB[2] <- "http://{{domain}}/rcharts_libraries/highcharts"
h1$save("h1.html")
{RR}

{CODE()}
{iframe name="myChart" width="850" height="500" align="middle" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" src="temp/cache/{{domainslash_if_multitiki}}R_{{page}}/h1.html"}
{CODE}

{iframe name="myChart1" width="850" height="500" align="middle" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto" src="temp/cache/{{domainslash_if_multitiki}}R_{{page}}/h1.html"}

        

History

Information Version
Tue 17 of Dec, 2013 17:30 GMT-0000 Xavier de Pedro new version, with a box plot 2
Tue 17 of Dec, 2013 17:02 GMT-0000 Xavier de Pedro first version 1