data.frame.map.time {mapfit} | R Documentation |
Create data for map
Description
Provide a data.frame with samples.
Usage
data.frame.map.time(time, intervals)
Arguments
time |
A vector for cumulative time |
intervals |
A vector for time intervals |
Value
A dataframe
Note
If both time and intervals are used, time is used.
map.time is given by a special case of map.group.
Examples
x <- runif(10)
dat <- data.frame.map.time(time=x)
mean(dat)
print(dat)
[Package mapfit version 1.0.0 Index]