plot_windrose: Wind rose plotting routine

Description Usage Arguments Author(s)

View source: R/wind_rose_plot_routine.R

Description

Based on ggplot2 plotting routine

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
plot_windrose(
  spd,
  dir,
  spdres = 2,
  dirres = 30,
  spdmin = 2,
  spdmax = 20,
  spdseq = NULL,
  palette = "YlGnBu",
  countmax = NA,
  debug = 0
)

Arguments

spd

numerical values of the speed

dir

direction

spdres

slipt number

dirres

resolution of the number of directions

spdmin

minimum speed

spdmax

maximum speed

spdseq

NULL

palette

color palette to be used

countmax

NA

debug

to debug the code

Author(s)

Marieke Dirksen


MariekeDirk/WINS50_Lidar documentation built on March 20, 2021, 1:02 p.m.