plot.map | R Documentation |
A function to plot cartographical maps of the Roman world and Mediterranean region.
## S3 method for class 'map' plot(x = NULL, type = c("plain", "rp", "si", "tetra", "med"), settl, roads, shipr, main, cap, date, name, fsize, fcol, fsize2, fcol2, xd, yd, new, ...)
x |
acronym of ancient Roman province or Italian region (see " |
type |
Type of cartographical map:
|
settl |
display settlements? (optional and logical, for cartographical map) |
roads |
display terrestrial routes? (optional and logical, for cartographical map) |
shipr |
display shipping routes? (optional and logical, for cartographical map) |
main |
plot's main title (optional) |
cap |
display caption? (optional and logical, for provinces) |
date |
display date? (optional and logical, for provinces) |
name |
display map title name? (optional and logical, for provinces) |
fsize |
font size in main title (optional) |
fcol |
font color in main title (optional) |
fsize2 |
font size in date (optional) |
fcol2 |
font color in date (optional) |
xd |
x positioning for the date (optional) |
yd |
y positioning for the date (optional) |
new |
whether the plotted map has superimposed graphics (optional) |
... |
additional optional parameters |
This plot function is for creating cartographical maps of ancient provinces and Italian regions of the Roman Empire around the year AD 117.
The input data x
can be a character vector, but this is intended for a recording output.
By default, the argument's name
and cap
are set to TRUE
while the date
is set to FALSE
;
however, the argument main
prevails over name
.
The type
argument allows plotting cartographical maps related to the Roman Empire and the Mediterranean basin
as specified in rpmp
and rpmcd
datasets.
In the cartographical maps, settlements are displayed as circles while squares are for military forts, while terrestrial and maritime routes are given as solid paths with different colours.
Shapes of places and routes are specified in the retn
dataset.
A plot of a cartographical map for the Roman world with a title name, and a caption with an approximate province establishment date.
Positions for caption and date are for a PDF output and the rendering may vary for browser displays.
Antonio Rivero Ostoic
rpmp
, rpmcd
, retn
, get.edh
# Roman province of Aegyptus plot.map(x="Aeg") # Roman Empire transport network plot.map(roads=TRUE, shipr=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.