Skip to content

Commit

Permalink
fixed some more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
raphywink committed Mar 30, 2021
1 parent ba8ab8d commit 644b7e8
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ JavaScript code to draw a spectrogram as a raster
* `emuRtrackdata` object now contains a `times_norm` (normalized time values between 0 and 1 for each segment) column by default
* added note to `print.emuRsegs()` to give the user a hint about missing columns
* implemented `print.emuRtrackdata()` to avoid overly verbose output
* implemented `normalize_length()` function as S3 function to normalize the lenght of each segment in an `emuRtrackdata` object
* implemented `normalize_length()` function as S3 function to normalize the length of each segment in an `emuRtrackdata` object
* added `absolute_file_path` column to output of `list_files()`
* query engine does not rely on label index in label array any more (updated `convert_queryResultToEmuRsegs()` to use `resultAttrDef` instead of `labelIdx`). Closes \#164.
* added `browser` argument to `serve()` function which is passed on to `utils::browseURL()` function
Expand Down
2 changes: 1 addition & 1 deletion R/cr.R
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
##' @param textplot A list containing \$radius, \$textin, \$pivals for plotting
##' text at specified angles and radii on the circle. \$radius: a vector of
##' amplitudes of the radii at which the text is to be plotted; \$textin: a
##' vector of chacacter labels to be plotted; \$pivals: the angle, in radians
##' vector of character labels to be plotted; \$pivals: the angle, in radians
##' relative to zero radians (top of the circle) at which the text is to be
##' plotted. Defaults to NULL
##' @param lineplot Plot lines from the centre of the circle to the
Expand Down
2 changes: 1 addition & 1 deletion R/emuR-dataDocs.R
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ NULL
#' result of get fm data for the segment list demo.vowels (see
#' data(demo.vowels)).
#'
#' A track list is created via the \code{\link{get_trackdata}} funciton.
#' A track list is created via the \code{\link{get_trackdata}} function.
#'
#' @format index: a two columned matrix with the range of the \$data rows that
#' belong to the segment ftime: a two columned matrix with the times marks of
Expand Down
2 changes: 1 addition & 1 deletion R/emuR-plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
##' }
##' @param dynRangeInDB dynamic range in DB of spectrogram
##' @param audioChannel channel of audio file to draw spectrogram of (only
##' applicable when using multi-chanel audio files)
##' applicable when using multi-chnanel audio files)
##' @param preEmphasisFilterFactor used in time domain for amplifying high-freqs
##' @param invert invert the colors of the spectrogram
##' @return a image raster object
Expand Down
4 changes: 2 additions & 2 deletions R/emuR-requery.database.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ check_tibbleForRequery <- function(tbl){
##' child level contains time information and the queried parent level is of type ITEM.
##' @param verbose be verbose. Set this to \code{TRUE} if you wish to choose which
##' path to traverse on intersecting hierarchies. If set to \code{FALSE} (the
##' default) all paths will be traversed (= legacy EMU bahaviour).
##' default) all paths will be traversed (= legacy EMU behaviour).
##' @return result set object of class \link{emuRsegs} or \link{tibble}
##' @export
##' @seealso \code{\link{query}} \code{\link{requery_hier}} \code{\link{emuRsegs}}
Expand Down Expand Up @@ -392,7 +392,7 @@ requery_seq <- function(emuDBhandle,
##' necessary to set this parameter if more than one child level contains time information and the queried
##' parent level is of type ITEM.
##' @param verbose be verbose. Set this to \code{TRUE} if you wish to choose which path to traverse on intersecting
##' hierarchies. If set to \code{FALSE} (the default) all paths will be traversed (= legacy EMU bahaviour).
##' hierarchies. If set to \code{FALSE} (the default) all paths will be traversed (= legacy EMU behaviour).
##' @return result set object of class \link{emuRsegs} or \link{tibble}
##' @export
##' @seealso \code{\link{query}} \code{\link{requery_seq}} \code{\link{emuRsegs}}
Expand Down
2 changes: 1 addition & 1 deletion R/misc.R
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
##' Sorts matrix by label
##'
##'
##' @param mat A mu+ sement matrix.
##' @param mat A mu+ segment matrix.
##' @param labs A label vector which has the same number of columns as
##' \code{mat}.
##' @return Returns a sorted matrix by label, created from \code{mat}.
Expand Down
2 changes: 1 addition & 1 deletion man/create_spectrogram_image_as_raster.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/crplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/demo.vowels.fm.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/requery_hier.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/requery_seq.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/sortmatrix.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 644b7e8

Please sign in to comment.