{"title":"Correction to: Quantifying degradation in animal acoustic signals with the R package baRulho","authors":"","doi":"10.1111/2041-210X.70109","DOIUrl":null,"url":null,"abstract":"<p>Araya-Salas, M., Grabarczyk, E. E., Quiroz-Oliva, M., García-Rodríguez, A., & Rico-Guevara, A. (2025). Quantifying degradation in animal acoustic signals with the R package baRulho. <i>Methods in Ecology and Evolution, 16</i>, 456–467. https://doi.org/10.1111/2041-210X.14481.</p><p>In the paper by Araya-Salas et al. (2025), there were some errors in the code in the section 2.1.2.</p><p>In the section, <i># get degradation measures each one in a line of code</i></p><p>degrad_df <- tail_to_signal_ratio(degrad_tests, mar = 0.1) <i>margin to measure tail</i></p><p>should have read</p><p>degrad_df <- tail_to_signal_ratio(degrad_df, mar = 0.1) <i>#margin to measure tail</i></p><p>In the section <i># add transect column</i></p><p>test_data$transect <- paste(sapply(strsplit(test_data$sound.files, ””),</p><p>as“[[“, 1), sapply(strsplit(test_data$sound.files, ””), ”[[“, 3))</p><p>should have read</p><p>test_data$transect <- paste(sapply(strsplit(test_data$sound.files, ””),</p><p>“[[“, 1), sapply(strsplit(test_data$sound.files, ”_”), ”[[“, 3))</p><p>We apologise for the errors.</p>","PeriodicalId":208,"journal":{"name":"Methods in Ecology and Evolution","volume":"16 9","pages":""},"PeriodicalIF":6.3000,"publicationDate":"2025-07-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://besjournals.onlinelibrary.wiley.com/doi/epdf/10.1111/2041-210X.70109","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Methods in Ecology and Evolution","FirstCategoryId":"93","ListUrlMain":"https://besjournals.onlinelibrary.wiley.com/doi/10.1111/2041-210X.70109","RegionNum":2,"RegionCategory":"环境科学与生态学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"ECOLOGY","Score":null,"Total":0}
引用次数: 0
Abstract
Araya-Salas, M., Grabarczyk, E. E., Quiroz-Oliva, M., García-Rodríguez, A., & Rico-Guevara, A. (2025). Quantifying degradation in animal acoustic signals with the R package baRulho. Methods in Ecology and Evolution, 16, 456–467. https://doi.org/10.1111/2041-210X.14481.
In the paper by Araya-Salas et al. (2025), there were some errors in the code in the section 2.1.2.
In the section, # get degradation measures each one in a line of code
degrad_df <- tail_to_signal_ratio(degrad_tests, mar = 0.1) margin to measure tail
should have read
degrad_df <- tail_to_signal_ratio(degrad_df, mar = 0.1) #margin to measure tail
期刊介绍:
A British Ecological Society journal, Methods in Ecology and Evolution (MEE) promotes the development of new methods in ecology and evolution, and facilitates their dissemination and uptake by the research community. MEE brings together papers from previously disparate sub-disciplines to provide a single forum for tracking methodological developments in all areas.
MEE publishes methodological papers in any area of ecology and evolution, including:
-Phylogenetic analysis
-Statistical methods
-Conservation & management
-Theoretical methods
-Practical methods, including lab and field
-This list is not exhaustive, and we welcome enquiries about possible submissions. Methods are defined in the widest terms and may be analytical, practical or conceptual.
A primary aim of the journal is to maximise the uptake of techniques by the community. We recognise that a major stumbling block in the uptake and application of new methods is the accessibility of methods. For example, users may need computer code, example applications or demonstrations of methods.