% Generated by roxygen2: do not edit by hand % Please edit documentation in R/utils.R \name{set_abcissa} \alias{set_abcissa} \title{Find abcissa} \usage{ set_abcissa(f, h, h_prime, bounds, ...) } \arguments{ \item{f}{values that were sampled} \item{h}{sorted x values} \item{h_prime}{sorted hx/dx values} \item{bounds}{vector of length 2 of the upper and lower bound} \item{...}{further arguments passed to or from other methods} } \value{ generates the sorted x, sorted hx, and sorted hx/dx values } \description{ Find abcissa }