man/range_format.Rd
13af7bc0
 % Generated by roxygen2: do not edit by hand
 % Please edit documentation in R/format.R
 \name{range_format}
 \alias{range_format}
 \title{range_format}
 \usage{
 range_format(x, trans = NULL)
 }
 \arguments{
 \item{x}{input list}
 
 \item{trans}{transformation function}
 }
 \value{
fb0a330e
 character vector of \verb{[lower, upper]}
13af7bc0
 }
 \description{
 format a list of range (HPD, CI, etc that has length of 2)
 }
 \author{
bbbd9abc
 Guangchuang Yu
13af7bc0
 }