Mercurial > repos > ecology > ecology_stat_presence_abs
comparison macro.xml @ 0:e5552099d0e3 draft
"planemo upload for repository https://github.com/Marie59/Data_explo_tools commit 2f883743403105d9cac6d267496d985100da3958"
author | ecology |
---|---|
date | Tue, 27 Jul 2021 16:57:02 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e5552099d0e3 |
---|---|
1 <macros> | |
2 <token name="@VERSION@">0.0.0</token> | |
3 <xml name="Explo_requirements"> | |
4 <requirements> | |
5 <requirement type="package" version="3.3.3">r-ggplot2</requirement> | |
6 <yield /> | |
7 </requirements> | |
8 </xml> | |
9 <xml name="explo_input"> | |
10 <param name="input" type="data" format="tabular" label="Input table"/> | |
11 <param name="colnames" type="boolean" label="First line is a header line" checked="true"/> | |
12 </xml> | |
13 <xml name="explo_filter_colli"> | |
14 <filter> method['type'] == 'collinearity'</filter> | |
15 </xml> | |
16 <xml name="explo_filter_pca"> | |
17 <filter> method['type'] == 'pca'</filter> | |
18 </xml> | |
19 <xml name="explo_filter_vif"> | |
20 <filter> method['type'] == 'vif'</filter> | |
21 </xml> | |
22 <xml name="explo_filter_interr"> | |
23 <filter> method['type'] == 'interr'</filter> | |
24 </xml> | |
25 <xml name="explo_filter_autocorr"> | |
26 <filter> method['type'] == 'autocorr'</filter> | |
27 </xml> | |
28 <xml name="explo_filter_abund"> | |
29 <filter> method['type'] == 'abund'</filter> | |
30 </xml> | |
31 <xml name="explo_filter_pres_abs"> | |
32 <filter> method['type'] == 'pres_abs'</filter> | |
33 </xml> | |
34 <xml name="explo_filter_rare"> | |
35 <filter> method['type'] == 'rare'</filter> | |
36 </xml> | |
37 <xml name="explo_bibref"> | |
38 <citations> | |
39 <citation type="bibtex"> | |
40 @unpublished{ | |
41 title={ A protocol for data exploration to avoid common statistical problems }, | |
42 authors={Alain F. Zuur, Elena N. Ieno, Chris S. Elphick}, | |
43 url={https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/j.2041-210X.2009.00001.x} | |
44 } | |
45 </citation> | |
46 </citations> | |
47 </xml> | |
48 <xml name="book_bibref"> | |
49 <citations> | |
50 <citation type="bibtex"> | |
51 @unpublished{ | |
52 title={ Numerical Ecology with R }, | |
53 author={Daniel Borcard, François Gillet, Pierre Legendre}, | |
54 } | |
55 </citation> | |
56 </citations> | |
57 </xml> | |
58 <xml name="topic"> | |
59 <edam_topics> | |
60 <edam_topic>topic_0610</edam_topic> | |
61 <edam_topic>topic_3050</edam_topic> | |
62 </edam_topics> | |
63 </xml> | |
64 </macros> | |
65 |