visib: layer with turbine visibility mapped

Description Usage Format Author(s) Source Examples

Description

layer with turbine visibility mapped

Usage

1

Format

A shapefile with 4 columns

ag

unique turbine id

visib

visibility class (0 to 6)

Author(s)

Paulo E. Cardoso

Source

Candeeiros WF monitoring

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
library(genestdwp)
library(sf)
library(ggplot2)
summary(visib)
ggplot() +
geom_sf(aes(fill = as.numeric(area)),
       size = .5, data = visib) +
theme_void()

## End(Not run)

PauloEduardoCardoso/genestdwp documentation built on April 9, 2020, 3:40 p.m.