powered by
Easy way to plot time series.
geom_tsw( df, coliws = 2, coliwd = 3, lsize = 0.8, psize = NA, msize = 8, mlabel = "West wind", mx = 0.05, my = -0.1, mwd = 270 )
dataframe contains time series.
column index of wind speed. The default vaule is 2.
column index of wind direction. The default vaule is 3.
size of line (wind speed). The default vaule is 0.8.
size of point (wind speed). The default vaule is NA.
size of mark (wind direction). The default vaule is 8.
label of mark (wind direction). The default vaule is "West wind".
adjust value for the x position of mark (wind direction). The default vaule is 0.05.
adjust value for the y position of mark (wind direction). The default vaule is -0.1.
direction of mark (wind direction). The default vaule is 270.
if (FALSE) { metds=trs(met, bkip="15 mins") geom_tsw(metds, coliws=4, coliwd=5) }
Run the code above in your browser using DataLab