Send output to:
Browser Blue - Charts White
Browser Black/White
CSV
Data X:
106.7 110.2 125.9 100.1 106.4 114.8 81.3 87 104.2 108 105 94.5 92 95.9 108.8 103.4 102.1 110.1 83.2 82.7 106.8 113.7 102.5 96.6 92.1 95.6 102.3 98.6 98.2 104.5 84 73.8 103.9 106 97.2 102.6 89 93.8 116.7 106.8 98.5 118.7 90 91.9 113.3 113.1 104.1 108.7 96.7 101 116.9 105.8 99 129.4 83 88.9 115.9 104.2 113.4 112.2 100.8 107.3 126.6 102.9 117.9 128.8 87.5 93.8 122.7 126.2 124.6 116.7 115.2 111.1 129.9 113.3 118.5 133.5 102.1 102.4
Data Y:
93.5 94.7 112.9 99.2 105.6 113 83.1 81.1 96.9 104.3 97.7 102.6 89.9 96 112.7 107.1 106.2 121 101.2 83.2 105.1 113.3 99.1 100.3 93.5 98.8 106.2 98.3 102.1 117.1 101.5 80.5 105.9 109.5 97.2 114.5 93.5 100.9 121.1 116.5 109.3 118.1 108.3 105.4 116.2 111.2 105.8 122.7 99.5 107.9 124.6 115 110.3 132.7 99.7 96.5 118.7 112.9 130.5 137.9 115 116.8 140.9 120.7 134.2 147.3 112.4 107.1 128.4 137.7 135 151 137.4 132.4 161.3 139.8 146 154.6 142.1 120.5
Sample Range:
(leave blank to include all observations)
From:
To:
color left
(?)
grey
grey
white
blue
red
black
brown
yellow
color right
(?)
grey
grey
white
blue
red
black
brown
yellow
print densities
(?)
TRUE
TRUE
FALSE
Name of X series
Name of Y series
Chart options
Title:
Label y-axis:
Label x-axis:
R Code
if (par3 == 'TRUE') par3 <- TRUE if (par3 == 'FALSE') par3 <- FALSE library(Hmisc) z <- data.frame(cbind(x,y)) names(z) <- list(par4,par5) bitmap(file='plot.png') out <- histbackback(z, probability=par3, main = main, ylab = ylab) barplot(-out$left, col=par1, horiz=TRUE, space=0, add=TRUE, axes=FALSE) barplot(out$right, col=par2, horiz=TRUE, space=0, add=TRUE, axes=FALSE) dev.off()
Compute
Summary of computational transaction
Raw Input
view raw input (R code)
Raw Output
view raw output of R engine
Computing time
0 seconds
R Server
Big Analytics Cloud Computing Center
Click here to blog (archive) this computation