Make fields peak.* that are part of the peak group, real individual fields.
Implement a new type of field: virtual. virtual fields are constructed by gathering other fields.
Make peaks field a virtual field, that is constructed as a data frame from fields of the group peak put together (they must of the same length of course).
Make fields
peak.*
that are part of thepeak
group, real individual fields. Implement a new type of field:virtual
.virtual
fields are constructed by gathering other fields. Makepeaks
field avirtual
field, that is constructed as a data frame from fields of the grouppeak
put together (they must of the same length of course).