| goodgroups {heR.Misc} | R Documentation |
Return a factor that can be used to split a vector into groups of continguous non-NA values.
goodgroups(x)
x |
a vector of data |
Returns NA if all passed values are NA
A factor designating groups that have contiguous non-missing values
Neil Klepeis
This function is used by the areaplot function to
fill in the area under a curve when some data are missing.