Learn R Programming

CCAMLRGIS (version 3.0.4)

Labels: 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)

Arguments

Format

dataframe

See Also

add_labels, load_ASDs, load_SSRUs, load_RBs, load_SSMUs, load_MAs, load_EEZs, load_RefAreas, load_MPAs.

Examples

Run this code
# NOT RUN {

#View(Labels)

ASDs=load_ASDs()
plot(ASDs)
add_labels(mode='auto',layer='ASDs',fontsize=1,fonttype=2)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab