Description Usage Arguments Value Methods (by generic) Examples
Function used to prepare and check list of regions to pass to
regions
as needed to create macroregion
objects.
1 2 3 4 | set_regions(...)
## S3 method for class 'set_regions'
print(x, ...)
|
... |
a set of |
x |
an object used to select a method. |
The list of region
s provided.
print
: nice (and coloured, if supported) print method.
1 2 3 4 5 6 7 8 | pavia <- center('Pavia', 'Lombardia')
milano <- center('Milano', 'Lombardia')
lombardia <- region(set_centers(pavia, milano))
padova <- center('Padova', 'Veneto', 8, 0.7)
veneto <- region(set_centers(padova))
set_regions(lombardia, veneto)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.