Skip to content

Commit c2389dd

Browse files
authored
Merge pull request #752 from adokter/fix_typo_birdsinsects
documentation fix clean_mixture()
2 parents 7d2eb23 + 2570322 commit c2389dd

4 files changed

Lines changed: 6 additions & 53 deletions

File tree

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# bioRad 0.11.0.9000 (development version)
2+
* corrections in `clean_mixture()` documentation (#752)
3+
24
* `eta_to_dbz()` now accepts NA or NaN input reflectivity values (#741).
35

46
* `beam_width()` and related functions have a new argument `path` for outputting either the one-way or

R/clean_mixture.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
#' the quantity name for the U-component of the wind.
1111
#' @param v_wind the south to north wind component in m/s. In the case of `vp` and `vpts` objects
1212
#' the quantity name for the V-component of the wind.
13-
#' @param fast the fast component's airspeed in m/s, typically the airspeed of insects.
13+
#' @param fast the fast component's airspeed in m/s, typically the airspeed of birds.
1414
#' Either a single number, or (optionally for `vpts`) a numeric vector equal in length to the number of profiles,
1515
#' or a data column name (see Details).
16-
#' @param slow the slow component's airspeed in m/s, typically the airspeed of birds.
16+
#' @param slow the slow component's airspeed in m/s, typically the airspeed of insects.
1717
#' Either a single number, or (optionally for `vpts`) a numeric vector equal in length to the number of profiles,
1818
#' or a data column name (see Details).
1919
#' @param drop_slow_component when TRUE (default) output density, ground speed and

man/clean_mixture.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/sunrise_sunset.Rd

Lines changed: 0 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)