Commit ab377779 authored by Rose-Delamare's avatar Rose-Delamare

🐛 commit test 2

test gitmoji
parent a5a0cc6c
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment