splitClusterRT {MoleculeNetworking} | R Documentation |
splitClusterRT(clusters,
rtwin = 30,
wrap.peaks = FALSE);
This function works for the small molecular networking analysis
the value type of this function is affects by the `wrap_peaks` parameter: 1. for wrap_peaks is set to false by default, a vector of the raw NetworkingNode which is extract from the cluster data will be returns 2. otherwise the spectrum peaks data will be returns if the parameter value is set to value true.