You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@eoduniyi They are not exactly duplicates: the 2nd version contains the same value for all rows, since it was originally the first row only and the values are copied.
@eoduniyi They are not exactly duplicates: the 2nd version contains the same value for all rows, since it was originally the first row only and the values are copied.
Right, well it seems to make sense for chondro - chondro[1, ] to remove the first row in the original hyperSpec object and get rid of the "duplicates":
chondro - chondro[1,] subtracts one spectrum from all other spectra. I, as a user, would be very much surprised if this operation changes anything else apart of the $spc matrix. So I don't find this behavior logical.
here's the current behavior:
Note the "duplicated" columns. These are not exactly duplicated, but give the one value of the row vector:
So the behavior is strictly logical - but this may get annoying.
Question: should we drop columns of a row vector that correspond (same name and label) to columns in the hyperSpec object?
The text was updated successfully, but these errors were encountered: