R/EnglishLetterFrequency.R

#' The vector of letter frequencies in English.
#'
#' The vector with frequencies of 26 English letters.
#' It is sorted by the frequency of usage.
#' May be used to refine the transliteraton.
#'
#' @docType data
#' @keywords datasets
#' @name EnglishLetterFrequency
#' @usage data(EnglishLetterFrequency)
#' @format a named vector with 26 elements.
NULL

Try the BetaBit package in your browser

Any scripts or data that you put into this service are public.

BetaBit documentation built on Aug. 25, 2023, 1:07 a.m.