Labels {CCAMLRGIS} | R Documentation |
Polygon labels
Description
Labels for the layers obtained via 'load_' functions. Positions correspond to the centroids
of polygon parts. Can be used in conjunction with add_labels
.
Usage
data(Labels)
Format
data.frame
See Also
add_labels
, load_ASDs
, load_SSRUs
, load_RBs
,
load_SSMUs
, load_MAs
, load_EEZs
,
load_MPAs
.
Examples
#View(Labels)
ASDs=load_ASDs()
plot(st_geometry(ASDs))
add_labels(mode='auto',layer='ASDs',fontsize=1,fonttype=2)
[Package CCAMLRGIS version 4.1.1 Index]