File: lower_bound.Rd

package info (click to toggle)
r-cran-popepi 0.4.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,656 kB
  • sloc: sh: 13; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utility_functions.R
\name{lower_bound}
\alias{lower_bound}
\title{Return lower_bound value from char string (20,30]}
\usage{
lower_bound(cut)
}
\arguments{
\item{cut}{is a character vector of elements "(20,60]"}
}
\value{
A numeric vector.
}
\description{
selects lowest values of each factor after cut() based
on that the value starts from index 2 and end in comma ",".
}
\author{
Matti Rantanen
}