Skip to content

Commit

Permalink
Update Spectra.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mar-garcia committed Jan 30, 2024
1 parent c8e55fb commit 01eaca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Spectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -2653,6 +2653,6 @@ setMethod("entropy", "Spectra", function(object, normalized = TRUE) {
unlist(.peaksapply(
object, FUN = function(pks, ...) entropy_fun(pks[, "intensity"])),
use.names = FALSE
))
)
})

0 comments on commit 01eaca1

Please sign in to comment.