Learn R Programming

inldata (version 1.0.3)

facilities: Idaho National Laboratory Facilities

Description

Federal research facilities at the Idaho National Laboratory (INL).

Usage

facilities

Arguments

Format

A SpatialPolygonsDataFrame object with 7 features and 1 variable. See projection dataset for coordinate reference system information.

Examples

Run this code
# NOT RUN {
inlmisc::PlotMap(facilities, dms.tick = TRUE)
sp::plot(facilities, col = "red", add = TRUE)
raster::text(facilities, facilities@data$NAME,
             cex = 0.6, pos = 1)
str(facilities@data)

# }

Run the code above in your browser using DataLab