R/doc_data.R

#' Values of log10 to interpolate between
#'
#' The data is generated with R, such that the first column are the values from
#' 1 to 100 in steps of 0.01. The second column is the log10 function from R of
#' the first column. The third column contains randomly generated numbers, sorted,
#' between 1 and 100 to test the log10int method.
#'
#' @docType data
#'
#' @format A dataframe with 9901 rows and 3 columns.
#'
#' @keywords datasets
#'
"log10data"
Melanie757/log10interpolated documentation built on Oct. 12, 2020, 12:03 a.m.