Check the input data and return a list in the right list format
checkData(data)
Arguments
data |
An object from the package funData |
Value
A list, where each element represents a curve. Each curve is defined
as a list with two entries:
$t The sampling points
$x The observed points