> DF
sm stressm
1 0.0 1.0000000000
2 0.1 1.0000000000
3 0.2 1.0000000000
4 0.3 0.3585328089
5 0.4 0.0112217390
6 0.5 0.0007326102
7 0.6 0.0007326102
8 0.7 0.0007326102
9 0.8 0.0007326102
10 0.9 0.0007326102
11 1.0 0.0007326102library(ggplot2)
DF = structure(list(sm = c(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8,
0.9, 1), stressm = c(1, 1, 1, 0.358532808851159, 0.0112217390323767,
0.00073261019713633, 0.00073261019713633, 0.00073261019713633,
0.00073261019713633, 0.00073261019713633, 0.00073261019713633
)), .Names = c("sm", "stressm"), row.names = c(NA, -11L), class = "data.frame")
ggplot(DF, aes(x=sm,y=stressm)) +
geom_point() +
geom_smooth(method='loess', se=F, colour='black') +
theme_bw(base_size=16)--
--
You received this message because you are subscribed to the ggplot2 mailing list.
Please provide a reproducible example: https://github.com/hadley/devtools/wiki/Reproducibility
To post: email ggp...@googlegroups.com
To unsubscribe: email ggplot2+unsubscribe@googlegroups.com
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+u...@googlegroups.com.
To unsubscribe: email ggplot2+u...@googlegroups.com
More options: http://groups.google.com/group/ggplot2
---
You received this message because you are subscribed to the Google Groups "ggplot2" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ggplot2+u...@googlegroups.com.