data.frame.map.time: Create data for map

View source: R/data_map.R

data.frame.map.timeR 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)


mapfit documentation built on Nov. 22, 2022, 5:05 p.m.