Poverty Trap
This commit is contained in:
parent
d4b671695f
commit
4678f92131
BIN
ea/PovertyTrap1.png
Normal file
BIN
ea/PovertyTrap1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
BIN
ea/PovertyTrap2.png
Normal file
BIN
ea/PovertyTrap2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -24,5 +24,9 @@ ggplot(data = d)+
|
|||
geom_point(aes(x=x, y=y), size = 0.0001)+
|
||||
blank
|
||||
|
||||
p <- ggplot(data = data.frame(x = 0), mapping = aes(x = x))
|
||||
|
||||
p + stat_function(fun = sun) + xlim(-5,5)
|
||||
|
||||
ggsave("temp.png", width = 30, height = 30, units = "cm")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user