Displaying 1 result from an estimated 1 matches for "punkter".
Did you mean:
punkte
2018 Apr 16
0
Fwd: Help with R-Calling forth csv.
...s mail and the csv
used. Below I will type the R code I have used for this histogram.
------------------------------------------------------------
----------------------------
tryck <- read.csv("radmanso_2017.csv", sep=";", dec=",")
##### H??R KOLLAR VI ALLA DATA PUNKTER ######
ggplot(data=tryck, aes(tryck[,1])) +
geom_histogram(aes(y =..density..),
breaks=seq(min(tryck[,1]-1), max(tryck[,1]+1), by = 0.5),
col="black",
fill="green",
alpha = .2) +
geom_density(col=2) +...