Displaying 1 result from an estimated 1 matches for "500,10000".
Did you mean:
5060,10000
2016 Apr 09
1
Run script R
...", geom="line", size = 2) +? ## geom_line (aes(group=Distance, y=mean(DistanceFromSource/1000))) +? geom_smooth (aes(fill=Distance), show_guide=TRUE, method="lm", colour='black', n=20, size=0.3) +
? scale_y_continuous ("Distance from source, km", limits=c(-500,10000), labels=function(x){x/1000}) +? scale_x_continuous ("Time, seconds", limits=c(0,2)) +? scale_colour_brewer("Distance between cars, m", palette="Dark2", guide = "none") +? scale_fill_brewer("Distance between cars, m", palette="Dark2"...