terr_sky_view | R Documentation |
Calculates the sky view factor of a position only based on slope angle and position in valley or on a slope.
terr_sky_view(...) ## S3 method for class 'numeric' terr_sky_view(slope, valley = F, ...) ## S3 method for class 'weather_station' terr_sky_view(weather_station, ...)
... |
Additional parameters passed to later functions. |
slope |
Inclination of slope in degrees. |
valley |
If the position is in a valley (TRUE) or on a slope (FALSE). |
weather_station |
Object of class weather_station. |
Terrain view factor can be calculated by 1-terr_sky_view.
Sky view factor from 0-1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.