File:Polygon.png

From 太極
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/TimeThumbnailDimensionsUserComment
current17:31, 23 April 2024Thumbnail for version as of 17:31, 23 April 2024577 × 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>

The following page uses this file:

Metadata