dev/dev_polygonSpielwiese.R

plot(x = c(0, 10), y = c(0, 10))
polygon(x = c(2, 6, 6, 2), y = c(2, 2, 4, 4), 
        col = "yellow", border = "red")
heibl/viper documentation built on May 21, 2019, 10:47 a.m.