Mercurial > repos > ecology > ecology_presence_abs_abund
view macro.xml @ 1:4ed07d2d442b draft default tip
"planemo upload for repository https://github.com/Marie59/Data_explo_tools commit 60627aba07951226c8fd6bb3115be4bd118edd4e"
author | ecology |
---|---|
date | Fri, 13 Aug 2021 18:16:26 +0000 |
parents | f9bce5117161 |
children |
line wrap: on
line source
<macros> <token name="@VERSION@">0.0.0</token> <xml name="Explo_requirements"> <requirements> <requirement type="package" version="3.3.3">r-ggplot2</requirement> <yield /> </requirements> </xml> <xml name="explo_input"> <param name="input" type="data" format="tabular" label="Input table"/> <param name="colnames" type="boolean" label="First line is a header line" checked="true"/> </xml> <xml name="explo_filter_colli"> <filter> method['type'] == 'collinearity'</filter> </xml> <xml name="explo_filter_pca"> <filter> method['type'] == 'pca'</filter> </xml> <xml name="explo_filter_vif"> <filter> method['type'] == 'vif'</filter> </xml> <xml name="explo_filter_interr"> <filter> method['type'] == 'interr'</filter> </xml> <xml name="explo_filter_autocorr"> <filter> method['type'] == 'autocorr'</filter> </xml> <xml name="explo_filter_abund"> <filter> method['type'] == 'abund'</filter> </xml> <xml name="explo_filter_pres_abs"> <filter> method['type'] == 'pres_abs'</filter> </xml> <xml name="explo_filter_rare"> <filter> method['type'] == 'rare'</filter> </xml> <xml name="explo_bibref"> <citations> <citation type="bibtex"> @unpublished{ title={ A protocol for data exploration to avoid common statistical problems }, authors={Alain F. Zuur, Elena N. Ieno, Chris S. Elphick}, url={https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/j.2041-210X.2009.00001.x} } </citation> </citations> </xml> <xml name="book_bibref"> <citations> <citation type="bibtex"> @unpublished{ title={ Numerical Ecology with R }, author={Daniel Borcard, François Gillet, Pierre Legendre}, } </citation> </citations> </xml> <xml name="topic"> <edam_topics> <edam_topic>topic_0610</edam_topic> <edam_topic>topic_3050</edam_topic> </edam_topics> </xml> </macros>