diff --git a/README.md b/README.md index 31596ed524f4df69e970c81267209f70dc28429a..7922b8d607512afde1859986966d412790e9dd5d 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,6 @@ df$Accept = (df$X**2 + df$Y**2 <=1) library(ggplot2) ggplot(df, aes(x=X,y=Y,color=Accept)) + geom_point(alpha=.2) + coord_fixed() + theme_bw() ``` + +test commit 2 +