powered by
Sample grid points for functional data
sampleGrid(total_n, minT, maxT, granularity, regular = FALSE)
Number of Observations
Minimum number of time points sampled
Maximum number of time points sampled
Number of possible time points in total
If TRUE, maxT time points are sampled at the same time points for each function
A binary matrix indicating whether the function should be evaluated at a given time point
# NOT RUN { sampleGrid(total_n = 10, minT = 4, maxT = 10, granularity = 20) # }
Run the code above in your browser using DataLab