## S3 method for class 'function':
temporalAtRisk(obj, tlim, xyt = NULL, warn = TRUE, ...)
as.integer
on both
observation times and time limits t_1 and t_2 (which may be
stored as non-integer values). The functions that create
temporalAtRisk objects therefore return piecewise cconstant
step-functions. that can be evaluated for any real t in
[t_1,t_2], but with the restriction that mu(t_i) = mu(t_j)
whenever as.integer(t_i)==as.integer(t_j)
.A temporalAtRisk object may be (1) 'assumed known',
corresponding to the default argument xyt=NULL
; or
(2) scaled to a particular dataset (argument xyt=[stppp
object of interest]). In the latter case, in the routines
available (temporalAtRisk.numeric and
temporalAtRisk.function), the dataset of interest
should be referenced, in which case the scaling of mu(t)
will be done automatically. Otherwise, for example for
simulation purposes, no scaling of mu(t) occurs, and it is
assumed that the mu(t) corresponds to the expected number
of cases during the unit time interval containnig t.