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