Displaying 1 result from an estimated 1 matches for "tryck".
Did you mean:
track
2018 Apr 16
0
Fwd: Help with R-Calling forth csv.
...geotechnical structures. I have used R to develope histograms of
said csv files and will attach such Picture to you in this 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),...