Learn R Programming

mapfit (version 1.0.0)

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

Description

Provide a data.frame with samples.

Usage

data.frame.map.time(time, intervals)

Value

A dataframe

Arguments

time

A vector for cumulative time

intervals

A vector for time intervals

Examples

Run this code
x <- runif(10)

dat <- data.frame.map.time(time=x)
mean(dat)
print(dat)

Run the code above in your browser using DataLab