View source: R/plot_party_flag.R
| plot_KMT | R Documentation |
This function programmatically renders the Blue Sky with a White Sun symbol using analytic geometry and ggplot2-based vector graphics. The emblem consists of a blue background and a twelve-rayed white sun, constructed entirely from geometric primitives such as polygons, circles, and arcs, without relying on any external image files.
plot_KMT(label = TRUE)
label |
Logical value indicating whether to display textual annotations
(title and axis labels). Default is |
The geometric construction follows the official construction sheets and historical specifications of the flag, ensuring proportional accuracy of the twelve rays and concentric circles.
The twelve-rayed sun is constructed by alternating outer and inner vertices arranged in clockwise order, forming a closed polygon. Two concentric circles are then overlaid to form the central white sun core.
A ggplot object representing the Blue Sky with a White Sun flag.
Design: Lu Haodong.
Wikipedia contributors. Flag of the Republic of China. https://en.wikipedia.org/wiki/Flag_of_the_Republic_of_China
Wikimedia Commons. https://commons.wikimedia.org/wiki/File:Flag_of_the_Republic_of_China_construction_sheet.svg
plotCNFlag for the unified flag plotting interface.
plot_KMT()
plot_KMT(label = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.