extract_time_series_mean
extract_time_series_mean(data, mask, labels = NULL)
data | data to extract mean time series from |
---|---|
mask | mask to apply and extract mean time series from. mask can also be a 4D array with a different regions of interest in each 4th dimension |
labels | labels the correspond to the mask regions of interest (default: NULL) |
data.frame of time/volume (row) by region