Skip to content

Commit

Permalink
mention a<=b
Browse files Browse the repository at this point in the history
  • Loading branch information
psolymos committed Dec 5, 2016
1 parent 05e70a0 commit b92a494
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions man/intrval.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ logical, whether to plot the results, or print a table to the console instead.
}
\details{
Values of \code{x} are compared to \code{interval} endpoints
'a' and 'b' (a <= b).
a and b (a <= b).
Endpoints can be defined as a vector with two values
(\code{c(a, b)}): these values will be compared as a single
interval with each value in \code{x}.
Expand Down Expand Up @@ -94,7 +94,8 @@ are syntactically different:
\code{\%[>)\%} and \code{\%(>)\%} both evaluate \code{x >= b}.
This is so because we evaluate only one end of the interval
but still conceptually referring to the relationship
defined by the right-hand-side \code{interval} object.
defined by the right-hand-side \code{interval} object
and given that a <= b.
This implies 2 conditional logical evaluations
instead of treating it as a single 3-level ordered factor.
}
Expand Down

0 comments on commit b92a494

Please sign in to comment.