## Warning in plot.window(xlim = c(0, 30), ylim = c(0, 35), xlab = NULL, ylab =
## NULL, : 繪圖參數 "type" 已過時
title(main ="denmark")
rect(xleft = 1, ybottom = 1, xright = 12, ytop = 12,col="red", border="white")
rect(xleft = 1, ybottom = 16, xright = 12, ytop = 27,col="red", border="white")
rect(xleft = 15, ybottom = 1, xright = 34, ytop = 12,col="red", border="white")
rect(xleft = 15, ybottom = 16, xright = 34, ytop = 27,col="red", border="white")

https://www.stat.auckland.ac.nz/~ihaka/120/Notes/ch03.pdf