File:Polygon.png
Jump to navigation
Jump to search
Polygon.png (577 × 577 pixels, file size: 30 KB, MIME type: image/png)
Summary
plot(c(1, 9), 1:2, type = "n") polygon(1:9, c(2,1,2,1,NA,2,1,2,1), col = c("red", "blue"), border = c("green", "yellow"), lwd = 3, lty = c("dashed", "solid"))
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 16:31, 23 April 2024 | 577 × 577 (30 KB) | Brb (talk | contribs) | <syntaxhighlight lang='r'> plot(c(1, 9), 1:2, type = "n") polygon(1:9, c(2,1,2,1,NA,2,1,2,1), col = c("red", "blue"), border = c("green", "yellow"), lwd = 3, lty = c("dashed", "solid")) </syntaxhighlight> |
You cannot overwrite this file.
File usage
The following page uses this file: