Artificial intelligent assistant

R言語でcsv形式のデータを元にヒストグラムを描画したい 2csvR'x' x <- read.csv("Hist1.csv") y <- read.csv("Hist2.csv") hist(x, col = "#ff00ff40", border = "#ff00ff", breaks = "Scott") hist(y, col = "#0000ff40", border = "#0000ff", breaks = "Scott", add = TRUE) hist.default(x, col = "#ff00ff40", border = "#ff00ff", breaks = "Scott") : 'x' Calls: hist -> hist.default csv A 1123124 1123131 1123256 1123381 1123506 1123631 1123756 1123881 1124006 1124131 1124256 1124381 1124506 1124631 1124756 1124881 1125006 1125131 1125256

> > 3100
>
>


x <- read.csv("Hist1.csv")
y <- read.csv("Hist2.csv")
hist(x[,1], col = "#ff00ff40", border = "#ff00ff", breaks = 10)
hist(y[,1], col = "#0000ff40", border = "#0000ff", breaks = 10, add = TRUE)


!

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 800683b65f2c470db122e9b4bddc35d9