The following table was created as response to the SQL query SELECT sbs_sbsnumber "SBS number", sbs_sbsname "SBS name", m_methodname "general method", dia_name "diaspore type", ss_lengthsinglevalue "length (single value) [mm]", ss_widthsinglevalue "width (single value) [mm]", ss_heightsinglevalue "height (single value) [mm]", ss_valid "valid", ss_n "sample size", ref_refname "reference", ss_seednumberperindividual "number of replicates", ss_collectiondate "collection date", ss_seedmorphologycomment "DIA morphology comment", ss_comment "general comment", or_origrefname "original reference", geo_countryname "country" FROM (SELECT case when ss_medianheight is not null then ss_medianheight when ss_meanheight is not null then ss_meanheight when ss_minimumheight is not null and ss_maximumheight is not null then (ss_minimumheight + ss_maximumheight) / 2 when ss_minimumheight is not null then ss_minimumheight when ss_maximumheight is not null then ss_maximumheight else null end AS ss_heightsinglevalue, ss_widthsinglevalue, ss_lengthsinglevalue, sbs_sbsnumber, sbs_sbsname, m_methodname, dia_name, ss_valid, ss_n, ref_refname, ss_seednumberperindividual, ss_collectiondate, ss_seedmorphologycomment, ss_comment, or_origrefname, geo_countryname, ss_sbsnumber FROM (SELECT case when ss_medianwidth is not null then ss_medianwidth when ss_meanwidth is not null then ss_meanwidth when ss_minimumwidth is not null and ss_maximumwidth is not null then (ss_minimumwidth + ss_maximumwidth) / 2 when ss_minimumwidth is not null then ss_minimumwidth when ss_maximumwidth is not null then ss_maximumwidth else null end AS ss_widthsinglevalue, ss_lengthsinglevalue, sbs_sbsnumber, sbs_sbsname, m_methodname, dia_name, ss_medianheight, ss_meanheight, ss_minimumheight, ss_maximumheight, ss_valid, ss_n, ref_refname, ss_seednumberperindividual, ss_collectiondate, ss_seedmorphologycomment, ss_comment, or_origrefname, geo_countryname, ss_sbsnumber FROM (SELECT case when ss_medianlength is not null then ss_medianlength when ss_meanlength is not null then ss_meanlength when ss_minimumlength is not null and ss_maximumlength is not null then (ss_minimumlength + ss_maximumlength) / 2 when ss_minimumlength is not null then ss_minimumlength when ss_maximumlength is not null then ss_maximumlength else null end AS ss_lengthsinglevalue, sbs_sbsnumber, sbs_sbsname, m_methodname, dia_name, ss_medianwidth, ss_meanwidth, ss_minimumwidth, ss_maximumwidth, ss_medianheight, ss_meanheight, ss_minimumheight, ss_maximumheight, ss_valid, ss_n, ref_refname, ss_seednumberperindividual, ss_collectiondate, ss_seedmorphologycomment, ss_comment, or_origrefname, geo_countryname, ss_sbsnumber FROM (SELECT sbs.sbs_sbsnumber, sbs.sbs_sbsname, ss_m.m_methodname, ss_m.dia_name, ss_m.ss_medianlength, ss_m.ss_meanlength, ss_m.ss_minimumlength, ss_m.ss_maximumlength, ss_m.ss_medianwidth, ss_m.ss_meanwidth, ss_m.ss_minimumwidth, ss_m.ss_maximumwidth, ss_m.ss_medianheight, ss_m.ss_meanheight, ss_m.ss_minimumheight, ss_m.ss_maximumheight, ss_m.ss_valid, ss_m.ss_n, ss_m.ref_refname, ss_m.ss_seednumberperindividual, ss_m.ss_collectiondate, ss_m.ss_seedmorphologycomment, ss_m.ss_comment, ss_m.or_origrefname, ss_m.geo_countryname, ss_m.ss_sbsnumber FROM (SELECT speciesno AS sbs_sbsnumber, fullname AS sbs_sbsname FROM (SELECT fullname, speciesno, familyname, isinledalist from (select fullname, speciesno, family as familyid, isinledalist from taxon where specieslist = 60028) natural join taxonomicfamily)) sbs JOIN (SELECT ss_dialv.ss_sbsnumber, m.m_methodname, ss_dialv.dia_name, ss_dialv.ss_medianlength, ss_dialv.ss_meanlength, ss_dialv.ss_minimumlength, ss_dialv.ss_maximumlength, ss_dialv.ss_medianwidth, ss_dialv.ss_meanwidth, ss_dialv.ss_minimumwidth, ss_dialv.ss_maximumwidth, ss_dialv.ss_medianheight, ss_dialv.ss_meanheight, ss_dialv.ss_minimumheight, ss_dialv.ss_maximumheight, ss_dialv.ss_valid, ss_dialv.ss_n, ss_dialv.ref_refname, ss_dialv.ss_seednumberperindividual, ss_dialv.ss_collectiondate, ss_dialv.ss_seedmorphologycomment, ss_dialv.ss_comment, ss_dialv.or_origrefname, ss_dialv.geo_countryname FROM (SELECT r_ss.ss_sbsnumber, r_ss.ss_methodid, dialv.dia_name, r_ss.ss_medianlength, r_ss.ss_meanlength, r_ss.ss_minimumlength, r_ss.ss_maximumlength, r_ss.ss_medianwidth, r_ss.ss_meanwidth, r_ss.ss_minimumwidth, r_ss.ss_maximumwidth, r_ss.ss_medianheight, r_ss.ss_meanheight, r_ss.ss_minimumheight, r_ss.ss_maximumheight, r_ss.ss_valid, r_ss.ss_n, r_ss.ref_refname, r_ss.ss_seednumberperindividual, r_ss.ss_collectiondate, r_ss.ss_seedmorphologycomment, r_ss.ss_comment, r_ss.or_origrefname, r_ss.geo_countryname FROM (SELECT ss_orf.ss_sbsnumber, ss_orf.ss_methodid, ss_orf.ss_diasporemorphologyid, ss_orf.ss_medianlength, ss_orf.ss_meanlength, ss_orf.ss_minimumlength, ss_orf.ss_maximumlength, ss_orf.ss_medianwidth, ss_orf.ss_meanwidth, ss_orf.ss_minimumwidth, ss_orf.ss_maximumwidth, ss_orf.ss_medianheight, ss_orf.ss_meanheight, ss_orf.ss_minimumheight, ss_orf.ss_maximumheight, ss_orf.ss_valid, ss_orf.ss_n, r.ref_refname, ss_orf.ss_seednumberperindividual, ss_orf.ss_collectiondate, ss_orf.ss_seedmorphologycomment, ss_orf.ss_comment, ss_orf.or_origrefname, ss_orf.geo_countryname FROM (SELECT referenceid AS ref_referenceid, refname AS ref_refname FROM (select referenceid, refname, reftypeid from reference)) r LEFT JOIN (SELECT ss_geo.ss_sbsnumber, ss_geo.ss_methodid, ss_geo.ss_diasporemorphologyid, ss_geo.ss_medianlength, ss_geo.ss_meanlength, ss_geo.ss_minimumlength, ss_geo.ss_maximumlength, ss_geo.ss_medianwidth, ss_geo.ss_meanwidth, ss_geo.ss_minimumwidth, ss_geo.ss_maximumwidth, ss_geo.ss_medianheight, ss_geo.ss_meanheight, ss_geo.ss_minimumheight, ss_geo.ss_maximumheight, ss_geo.ss_valid, ss_geo.ss_n, ss_geo.ss_referenceid, ss_geo.ss_seednumberperindividual, ss_geo.ss_collectiondate, ss_geo.ss_seedmorphologycomment, ss_geo.ss_comment, orf.or_origrefname, ss_geo.geo_countryname FROM (SELECT ss.ss_sbsnumber, ss.ss_methodid, ss.ss_diasporemorphologyid, ss.ss_medianlength, ss.ss_meanlength, ss.ss_minimumlength, ss.ss_maximumlength, ss.ss_medianwidth, ss.ss_meanwidth, ss.ss_minimumwidth, ss.ss_maximumwidth, ss.ss_medianheight, ss.ss_meanheight, ss.ss_minimumheight, ss.ss_maximumheight, ss.ss_valid, ss.ss_n, ss.ss_referenceid, ss.ss_seednumberperindividual, ss.ss_collectiondate, ss.ss_seedmorphologycomment, ss.ss_comment, ss.ss_origreferenceid, geo.geo_countryname FROM (SELECT sbsnumber AS ss_sbsnumber, methodid AS ss_methodid, germinuleordispersuleid AS ss_diasporemorphologyid, medianlength AS ss_medianlength, meanlength AS ss_meanlength, minimumlength AS ss_minimumlength, maximumlength AS ss_maximumlength, medianwidth AS ss_medianwidth, meanwidth AS ss_meanwidth, minimumwidth AS ss_minimumwidth, maximumwidth AS ss_maximumwidth, medianheight AS ss_medianheight, meanheight AS ss_meanheight, minimumheight AS ss_minimumheight, maximumheight AS ss_maximumheight, valid AS ss_valid, n AS ss_n, referenceid AS ss_referenceid, seednumberperindividual AS ss_seednumberperindividual, collectiondate AS ss_collectiondate, seedmorphologycomment AS ss_seedmorphologycomment, p_comment AS ss_comment, origreferenceid AS ss_origreferenceid, georefid AS ss_georeferenceid FROM (SELECT SBSNUMBER, N, SEEDNUMBERPERINDIVIDUAL, MEANHEIGHT, MEANWIDTH, MEANLENGTH, MINIMUMHEIGHT, MINIMUMWIDTH, MINIMUMLENGTH, MAXIMUMHEIGHT, MAXIMUMWIDTH, MAXIMUMLENGTH, STDDEVIATIONHEIGHT, STDDEVIATIONWIDTH, STDDEVIATIONLENGTH, STDERRORHEIGHT, STDERRORWIDTH, STDERRORLENGTH, COLLECTIONDATE, P_COMMENT, CREATED_WHEN, UPDATED_WHEN, REFERENCEID, METHODID, TAXONID, ORIGREFERENCEID, BATCHID, UPDATEDWHO, SHAPE, GERMINULEORDISPERSULEID, HABITATTYPEID, GEOREFID, VALID, VALIDSINCE, VALIDUNTIL, LEDAID, SEEDMORPHOLOGYCOMMENT, MEDIANHEIGHT, MEDIANWIDTH, MEDIANLENGTH, seedshapeid FROM SEEDSHAPE NATURAL JOIN TAXONTOSBSASSIGNMENT WHERE valid IN (-2, 1, 2, -8, 2, -8))) ss FULL JOIN (SELECT georefid AS geo_georefid, countryname AS geo_countryname FROM (select * from georef_part)) geo ON ss.ss_georeferenceid = geo.geo_georefid) ss_geo FULL JOIN (SELECT origreferenceid AS or_origrefid, origrefname AS or_origrefname FROM (select referenceid as origreferenceid, refname as origrefname, reftypeid as origreftypeid from reference)) orf ON ss_geo.ss_origreferenceid = orf.or_origrefid) ss_orf ON r.ref_referenceid = ss_orf.ss_referenceid) r_ss LEFT JOIN (SELECT diasporemorphologyid AS dia_id, diasporemorphologyname AS dia_name FROM (select diasporemorphologyid, diasporemorphologycode, diasporemorphologyname from diasporemorphology_lv)) dialv ON r_ss.ss_diasporemorphologyid = dialv.dia_id) ss_dialv LEFT JOIN (SELECT methodid AS m_methodid, methodname AS m_methodname FROM (select * from method_lv)) m ON ss_dialv.ss_methodid = m.m_methodid) ss_m ON sbs.sbs_sbsnumber = ss_m.ss_sbsnumber)))) ORDER BY sbs_sbsname on Mon Jul 14 15:39:16 CEST 2008 . SBS number;SBS name;general method;diaspore type;length (single value) [mm];width (single value) [mm];height (single value) [mm];valid;sample size;reference;number of replicates;collection date;DIA morphology comment;general comment;original reference;country 697;Abies alba;estimation;generative dispersule;10.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 697;Abies alba;estimation;germinule;10.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 697;Abies alba;actual measurement;germinule;8.5;4.5;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 697;Abies alba;actual measurement;generative dispersule;20;15;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 697;Abies alba;actual measurement;germinule;12.5;5;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 639;Abies nordmanniana;actual measurement;germinule;12;5;3.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25800;Abutilon theophrasti;estimation;germinule;3.53;3.27;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 811;Acer campestre;actual measurement;generative dispersule;30;10;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 811;Acer campestre;estimation;generative dispersule;28.73;10.68;2.9;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 811;Acer campestre;actual measurement;germinule;8.5;8.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 811;Acer campestre;estimation;germinule;28.73;10.68;2.9;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 811;Acer campestre;actual measurement (following LEDA data standards);generative dispersule;9;8;3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 811;Acer campestre;actual measurement (following LEDA data standards);generative dispersule;31;11;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 783;Acer monspessulanum;estimation;generative dispersule;24.5;8;2.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 783;Acer monspessulanum;actual measurement;generative dispersule;24;8;3.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 783;Acer monspessulanum;estimation;germinule;24.5;8;2.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 783;Acer monspessulanum;actual measurement;germinule;7;5.5;3.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 785;Acer negundo;actual measurement;generative dispersule;37.5;14;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 785;Acer negundo;actual measurement;germinule;15;4;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 785;Acer negundo;estimation;germinule;37.7;12.2;2.3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 785;Acer negundo;estimation;generative dispersule;37.7;12.2;2.3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 791;Acer opalus;estimation;germinule;24.45;8.9;3.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 791;Acer opalus;estimation;generative dispersule;24.45;8.9;3.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 801;Acer platanoides;estimation;germinule;41.25;11.25;2.63;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 801;Acer platanoides;estimation;generative dispersule;41.25;11.25;2.63;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 801;Acer platanoides;actual measurement;germinule;11.5;8.5;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 801;Acer platanoides;actual measurement;generative dispersule;40;10;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 803;Acer pseudoplatanus;actual measurement;generative dispersule;45;15;15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 803;Acer pseudoplatanus;actual measurement (following LEDA data standards);generative dispersule;32.5;11.5;.5;-2;4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 803;Acer pseudoplatanus;actual measurement (following LEDA data standards);generative dispersule;10;7;5;-2;4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 803;Acer pseudoplatanus;actual measurement;germinule;8;6.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 803;Acer pseudoplatanus;estimation;germinule;44.17;14.5;4.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 803;Acer pseudoplatanus;estimation;generative dispersule;44.17;14.5;4.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 805;Acer saccharinum;actual measurement;generative dispersule;45;25;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 805;Acer saccharinum;actual measurement;germinule;9;4.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39442;Aceras anthropophorum;estimation;generative dispersule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39442;Aceras anthropophorum;estimation;germinule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 4794;Achillea atrata;estimation;germinule;2.5;2;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4794;Achillea atrata;estimation;generative dispersule;2.5;2;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4689;Achillea cartilaginea;estimation;germinule;2.15;1;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4689;Achillea cartilaginea;estimation;generative dispersule;2.15;1;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3559;Achillea clavennae;estimation;germinule;2.69;1.08;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3559;Achillea clavennae;estimation;generative dispersule;2.69;1.08;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3559;Achillea clavennae;actual measurement;generative dispersule;2.6;1;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;achene;; 3512;Achillea collina;estimation;generative dispersule;2.07;.92;.31;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3512;Achillea collina;estimation;germinule;2.07;.92;.31;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4009;Achillea macrophylla;estimation;germinule;2.5;.75;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3013;Achillea millefolium;actual measurement (following LEDA data standards);generative dispersule;1.3;.6;.2;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 3013;Achillea millefolium;estimation;generative dispersule;2;.86;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3013;Achillea millefolium;actual measurement;generative dispersule;1.75;.8;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;achene;; 3013;Achillea millefolium;actual measurement (following LEDA data standards);generative dispersule;1.79;.74;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3013;Achillea millefolium;estimation;germinule;2;.86;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3014;Achillea nobilis;actual measurement (following LEDA data standards);generative dispersule;1.05;.45;.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3014;Achillea nobilis;estimation;germinule;1.08;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3014;Achillea nobilis;estimation;generative dispersule;1.08;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5321;Achillea pannonica;estimation;germinule;2.14;1;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5321;Achillea pannonica;estimation;generative dispersule;2.14;1;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4799;Achillea ptarmica;estimation;generative dispersule;1.75;.81;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4799;Achillea ptarmica;estimation;germinule;1.75;.81;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4799;Achillea ptarmica;actual measurement;generative dispersule;1.55;.7;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;achene;; 5941;Achillea setacea;estimation;generative dispersule;1.5;.7;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5941;Achillea setacea;estimation;germinule;1.5;.7;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 24493;Acinos arvensis;estimation;generative dispersule;4.05;1.44;1.12;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 24493;Acinos arvensis;estimation;generative dispersule;1.33;.75;.51;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24493;Acinos arvensis;estimation;germinule;1.33;.75;.51;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 27413;Aconitum lycoctonum;estimation;generative dispersule;3.34;2.05;1.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27413;Aconitum lycoctonum;actual measurement (following LEDA data standards);generative dispersule;2.8;1.96;1.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27413;Aconitum lycoctonum;estimation;germinule;3.34;2.05;1.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27279;Aconitum napellus;estimation;generative dispersule;4.28;2.54;1.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27279;Aconitum napellus;actual measurement (following LEDA data standards);generative dispersule;2.88;1.76;1.12;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27279;Aconitum napellus;actual measurement;generative dispersule;4;2.4;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27279;Aconitum napellus;estimation;germinule;4.28;2.54;1.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45874;Aconitum napellus s. tauricum;estimation;generative dispersule;3.8;2.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45874;Aconitum napellus s. tauricum;estimation;germinule;3.8;2.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27421;Aconitum variegatum;estimation;generative dispersule;2.7;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27421;Aconitum variegatum;estimation;germinule;2.7;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45341;Aconitum variegatum s. paniculatum;estimation;generative dispersule;4.15;1.6;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45341;Aconitum variegatum s. paniculatum;estimation;germinule;4.15;1.6;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 4695;Acroptilon repens;estimation;generative dispersule;2.9;1.7;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4695;Acroptilon repens;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 4695;Acroptilon repens;estimation;germinule;2.9;1.7;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27324;Actaea spicata;estimation;generative dispersule;10.25;10.5;10.5;-2;;BIOLFLOR database;;;Frucht [F]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27324;Actaea spicata;estimation;germinule;3.72;2.22;1.77;-2;;BIOLFLOR database;;;Same [S]; dreieckige Germinule/mit Perigon oder Pappus [D2];;; 27324;Actaea spicata;actual measurement;generative dispersule;3.85;1.9;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27324;Actaea spicata;estimation;generative dispersule;10.25;10.5;10.5;-2;;BIOLFLOR database;;;Frucht [F]; dreieckige Germinule/mit Perigon oder Pappus [D2];;; 27324;Actaea spicata;estimation;germinule;3.72;2.22;1.04;-2;;BIOLFLOR database;;;Same [S]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 15316;Adenophora lilifolia;estimation;germinule;2.01;.89;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15316;Adenophora lilifolia;estimation;generative dispersule;2.01;.89;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 3188;Adenostyles alliariae;actual measurement;generative dispersule;4.35;1;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3188;Adenostyles alliariae;estimation;germinule;4.43;1;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27328;Adonis aestivalis;actual measurement (following LEDA data standards);generative dispersule;5.04;3.78;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27328;Adonis aestivalis;actual measurement;generative dispersule;4.25;3.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27328;Adonis aestivalis;estimation;germinule;4.63;3.43;2.67;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27328;Adonis aestivalis;estimation;generative dispersule;4.63;3.43;2.67;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27329;Adonis annua;estimation;generative dispersule;3.98;2.6;2.4;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27329;Adonis annua;estimation;germinule;3.98;2.6;2.4;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27336;Adonis flammea;estimation;generative dispersule;4.06;3.65;2.54;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27336;Adonis flammea;estimation;germinule;4.06;3.65;2.54;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27336;Adonis flammea;actual measurement (following LEDA data standards);generative dispersule;4.73;2.84;2.52;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29095;Adonis vernalis;actual measurement;generative dispersule;4.5;2.75;2.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29095;Adonis vernalis;estimation;generative dispersule;4.65;3.08;2.35;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29095;Adonis vernalis;estimation;germinule;4.65;3.08;2.35;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 2407;Adoxa moschatellina;actual measurement;germinule;4.25;4.25;4.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2407;Adoxa moschatellina;estimation;germinule;3;2;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2407;Adoxa moschatellina;estimation;generative dispersule;10;5.58;4.38;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 2007;Aegopodium podagraria;estimation;generative dispersule;3.8;1.19;1.07;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2007;Aegopodium podagraria;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;1.1;1.1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 2007;Aegopodium podagraria;actual measurement;generative dispersule;4.25;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2007;Aegopodium podagraria;estimation;germinule;3.8;1.19;1.07;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24982;Aesculus hippocastanum;estimation;generative dispersule;25;22.5;24.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 24982;Aesculus hippocastanum;estimation;germinule;25;22.5;24.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 24982;Aesculus hippocastanum;actual measurement;generative dispersule;30;22.5;18.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14330;Aethionema saxatile;estimation;germinule;1.38;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14330;Aethionema saxatile;estimation;germinule;3;3;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14330;Aethionema saxatile;estimation;generative dispersule;1.38;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14330;Aethionema saxatile;estimation;generative dispersule;3;3;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 1502;Aethusa cynapium;estimation;germinule;3.3;2.23;1.15;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1502;Aethusa cynapium;estimation;generative dispersule;3.3;2.23;1.15;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1502;Aethusa cynapium;actual measurement;generative dispersule;3.25;2.4;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29512;Agrimonia eupatoria;estimation;generative dispersule;7.47;4.5;4.08;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29512;Agrimonia eupatoria;actual measurement;germinule;2.75;2;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29512;Agrimonia eupatoria;actual measurement;generative dispersule;6.5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29512;Agrimonia eupatoria;actual measurement (following LEDA data standards);generative dispersule;6.51;4.2;4.62;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29512;Agrimonia eupatoria;estimation;germinule;7.47;4.5;4.08;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29916;Agrimonia procera;estimation;generative dispersule;7.11;6.21;6.13;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29916;Agrimonia procera;estimation;germinule;7.11;6.21;6.13;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 16318;Agrostemma githago;estimation;generative dispersule;2.98;2.91;2.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16318;Agrostemma githago;actual measurement;germinule;3;2.5;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16318;Agrostemma githago;actual measurement (following LEDA data standards);generative dispersule;3;2.4;2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16318;Agrostemma githago;estimation;germinule;2.98;2.91;2.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40530;Agrostis agrostiflora;estimation;germinule;1.6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40479;Agrostis alpina;estimation;germinule;1.6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40532;Agrostis canina;actual measurement;generative dispersule;1.45;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40532;Agrostis canina;actual measurement;germinule;.9;.25;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40532;Agrostis canina;estimation;germinule;1.13;.3;.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41392;Agrostis capillaris;actual measurement (following LEDA data standards);generative dispersule;.8;.3;.2;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 41392;Agrostis capillaris;actual measurement (following LEDA data standards);generative dispersule;2;.42;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41392;Agrostis capillaris;actual measurement (following LEDA data standards);germinule;1.26;.42;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41392;Agrostis capillaris;actual measurement;generative dispersule;1.65;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41392;Agrostis capillaris;estimation;germinule;1;.38;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40852;Agrostis gigantea;estimation;germinule;1;.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40852;Agrostis gigantea;actual measurement;germinule;1;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40852;Agrostis gigantea;actual measurement;generative dispersule;1.75;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40856;Agrostis mertensii;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;.5;.3;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 40856;Agrostis mertensii;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;.4;.3;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 40377;Agrostis rupestris;estimation;germinule;3.5;.44;.34;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40377;Agrostis rupestris;estimation;germinule;1.35;.44;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40377;Agrostis rupestris;estimation;generative dispersule;3.5;.44;.34;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41403;Agrostis scabra;estimation;germinule;1.2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40378;Agrostis schleicheri;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40861;Agrostis stolonifera;estimation;germinule;1.08;.45;.29;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40861;Agrostis stolonifera;actual measurement;generative dispersule;1.75;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40861;Agrostis stolonifera;actual measurement (following LEDA data standards);generative dispersule;1.08;.41;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40861;Agrostis stolonifera;actual measurement;germinule;1;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41896;Agrostis vinealis;estimation;germinule;1.6;.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34523;Ailanthus altissima;actual measurement;generative dispersule;40;10;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34523;Ailanthus altissima;actual measurement;germinule;4;4;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34523;Ailanthus altissima;estimation;germinule;39.1;9.9;2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34523;Ailanthus altissima;estimation;generative dispersule;39.1;9.9;2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40866;Aira caryophyllea;actual measurement;generative dispersule;4.8;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40866;Aira caryophyllea;estimation;germinule;3.55;.4;.34;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40866;Aira caryophyllea;actual measurement (following LEDA data standards);generative dispersule;1.7;.4;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40866;Aira caryophyllea;estimation;germinule;1.23;.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40866;Aira caryophyllea;actual measurement;germinule;1.2;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40866;Aira caryophyllea;estimation;generative dispersule;3.55;.4;.34;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41628;Aira elegantissima;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41629;Aira praecox;estimation;germinule;1.45;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41629;Aira praecox;actual measurement (following LEDA data standards);generative dispersule;2;.43;.33;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41629;Aira praecox;actual measurement;generative dispersule;6.25;2.65;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 24497;Ajuga chamaepitys;estimation;generative dispersule;2.7;1.23;1.18;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24497;Ajuga chamaepitys;estimation;germinule;2.7;1.23;1.18;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24497;Ajuga chamaepitys;actual measurement;generative dispersule;2.55;1.3;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24142;Ajuga genevensis;actual measurement;generative dispersule;1.75;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24142;Ajuga genevensis;estimation;germinule;2.12;1.25;1.21;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24142;Ajuga genevensis;estimation;generative dispersule;2.12;1.25;1.21;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24144;Ajuga pyramidalis;actual measurement (following LEDA data standards);germinule;2;1.2;1.15;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 25159;Ajuga reptans;actual measurement;generative dispersule;2.1;1.4;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25159;Ajuga reptans;estimation;generative dispersule;2.12;1.45;1.4;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25159;Ajuga reptans;estimation;germinule;2.12;1.45;1.4;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25760;Alcea rosea;estimation;generative dispersule;5.64;4.98;1.23;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25760;Alcea rosea;estimation;germinule;3.85;2.78;1.02;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29516;Alchemilla acutiloba;actual measurement;germinule;1.1;.75;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29516;Alchemilla acutiloba;actual measurement;generative dispersule;2.25;.85;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;apparent fruit;; 29517;Alchemilla alpina;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;.9;.7;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 29517;Alchemilla alpina;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;.8;.8;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 29517;Alchemilla alpina;estimation;germinule;1.75;1.1;.95;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29802;Alchemilla conjuncta;estimation;germinule;1.5;1.07;.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 31279;Alchemilla decumbens;estimation;germinule;1.61;.94;.73;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29500;Alchemilla exigua;estimation;germinule;1.45;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30404;Alchemilla filicaulis;estimation;germinule;1.47;1.1;.81;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29811;Alchemilla fissa;estimation;germinule;1.35;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29812;Alchemilla flabellata;estimation;germinule;1.31;1.08;.76;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30979;Alchemilla glabra;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;.8;.6;-2;4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 30979;Alchemilla glabra;estimation;germinule;1.5;1.05;.85;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29479;Alchemilla glaucescens;estimation;germinule;1.34;1;.78;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29483;Alchemilla heteropoda;estimation;germinule;1.45;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29797;Alchemilla hoppeana;estimation;germinule;1.5;1.14;.73;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30970;Alchemilla mollis;estimation;germinule;1.25;.75;.56;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29465;Alchemilla monticola;estimation;germinule;1.41;1.05;.85;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29937;Alchemilla pallens;estimation;germinule;1.5;1;.62;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30678;Alchemilla reniformis;estimation;germinule;1.46;.94;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30359;Alchemilla subcrenata;estimation;germinule;1.5;1.05;.85;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 60849;Alchemilla vulgaris;estimation;germinule;1.34;.87;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30366;Alchemilla xanthochlora;estimation;germinule;1.38;.96;.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18992;Aldrovanda vesiculosa;estimation;generative dispersule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18992;Aldrovanda vesiculosa;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35625;Alisma gramineum;estimation;germinule;2.5;1.9;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35625;Alisma gramineum;estimation;generative dispersule;2.5;1.9;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35630;Alisma lanceolatum;estimation;germinule;2.27;1.5;.82;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35630;Alisma lanceolatum;estimation;generative dispersule;2.27;1.5;.82;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35630;Alisma lanceolatum;actual measurement (following LEDA data standards);generative dispersule;2.1;1.47;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35609;Alisma plantago-aquatica;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;.68;.39;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 35609;Alisma plantago-aquatica;actual measurement (following LEDA data standards);generative dispersule;1.98;1.63;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35609;Alisma plantago-aquatica;actual measurement;germinule;1.1;.55;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35609;Alisma plantago-aquatica;actual measurement;generative dispersule;1.9;1.15;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35609;Alisma plantago-aquatica;estimation;germinule;2.32;1.36;.48;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35609;Alisma plantago-aquatica;estimation;generative dispersule;2.32;1.36;.48;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 13080;Alliaria petiolata;estimation;germinule;3.28;1.1;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13080;Alliaria petiolata;estimation;generative dispersule;3.28;1.1;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13080;Alliaria petiolata;actual measurement (following LEDA data standards);generative dispersule;3.3;1.34;1.12;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 13080;Alliaria petiolata;actual measurement (following LEDA data standards);generative dispersule;3.3;1.05;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38373;Allium angulosum;actual measurement;generative dispersule;1.75;1.35;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 38373;Allium angulosum;actual measurement (following LEDA data standards);generative dispersule;2.3;1.45;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38373;Allium angulosum;estimation;germinule;2.05;1.43;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38373;Allium angulosum;estimation;generative dispersule;2.05;1.43;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39345;Allium ascalonicum;actual measurement (following LEDA data standards);generative dispersule;2.75;1.85;1.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39346;Allium atropurpureum;estimation;germinule;2.85;2.5;2.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39346;Allium atropurpureum;estimation;generative dispersule;2.85;2.5;2.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38778;Allium cepa;estimation;germinule;2.8;1.9;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38778;Allium cepa;estimation;generative dispersule;2.8;1.9;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38778;Allium cepa;actual measurement (following LEDA data standards);generative dispersule;3.1;1.95;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38778;Allium cepa;actual measurement;generative dispersule;2.8;1.9;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39386;Allium fistulosum;actual measurement;generative dispersule;2.5;2;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39386;Allium fistulosum;actual measurement (following LEDA data standards);generative dispersule;2.85;1.75;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39386;Allium fistulosum;estimation;germinule;2.84;2;1.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39386;Allium fistulosum;estimation;generative dispersule;2.84;2;1.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39387;Allium flavum;estimation;generative dispersule;3.45;1.62;.49;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39387;Allium flavum;estimation;germinule;3.45;1.62;.49;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38816;Allium oleraceum;actual measurement;vegetative dispersule;7;3;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;bulbil;; 38816;Allium oleraceum;actual measurement (following LEDA data standards);generative dispersule;4.2;1.58;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39316;Allium porrum;actual measurement (following LEDA data standards);generative dispersule;2.55;1.75;1.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39316;Allium porrum;actual measurement;generative dispersule;2.75;1.85;1.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39316;Allium porrum;estimation;germinule;2.75;1.85;1.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39316;Allium porrum;estimation;generative dispersule;2.75;1.85;1.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39214;Allium sativum;actual measurement;vegetative dispersule;10;9;8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;bulbil;; 39214;Allium sativum;actual measurement (following LEDA data standards);generative dispersule;6.32;1.42;1.19;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39221;Allium schoenoprasum;estimation;generative dispersule;2.79;1.55;1.04;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39221;Allium schoenoprasum;actual measurement (following LEDA data standards);generative dispersule;2.62;1.22;.96;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39221;Allium schoenoprasum;actual measurement;generative dispersule;2.75;1.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39221;Allium schoenoprasum;estimation;germinule;2.79;1.55;1.04;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39339;Allium scorodoprasum;actual measurement;vegetative dispersule;5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;bulbil;; 38736;Allium scorodoprasum s. rotundum;estimation;generative dispersule;2.18;1.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38736;Allium scorodoprasum s. rotundum;actual measurement (following LEDA data standards);generative dispersule;4;1.75;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38736;Allium scorodoprasum s. rotundum;estimation;germinule;2.18;1.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39230;Allium senescens;actual measurement;generative dispersule;2.3;1.75;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39230;Allium senescens;actual measurement (following LEDA data standards);generative dispersule;3;1.7;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38329;Allium senescens s. montanum;estimation;germinule;2.48;1.63;1.02;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38329;Allium senescens s. montanum;estimation;generative dispersule;2.48;1.63;1.02;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39232;Allium sphaerocephalon;estimation;germinule;2.49;1.48;1.17;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39232;Allium sphaerocephalon;estimation;generative dispersule;2.49;1.48;1.17;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39232;Allium sphaerocephalon;actual measurement (following LEDA data standards);generative dispersule;2.73;1.37;.78;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38745;Allium suaveolens;estimation;generative dispersule;2.7;1.44;1.07;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38745;Allium suaveolens;estimation;germinule;2.7;1.44;1.07;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39243;Allium ursinum;actual measurement (following LEDA data standards);generative dispersule;1.6;1.6;.95;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 39243;Allium ursinum;estimation;germinule;2.26;2.15;1.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39243;Allium ursinum;actual measurement (following LEDA data standards);generative dispersule;2.54;2.34;1.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39243;Allium ursinum;actual measurement;generative dispersule;2.1;2.1;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39243;Allium ursinum;estimation;generative dispersule;2.26;2.15;1.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38350;Allium victorialis;estimation;generative dispersule;2.69;2.56;2.41;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38350;Allium victorialis;estimation;germinule;2.69;2.56;2.41;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38350;Allium victorialis;actual measurement (following LEDA data standards);generative dispersule;2.54;2.15;1.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39246;Allium vineale;actual measurement;vegetative dispersule;7.5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;bulbil;; 39246;Allium vineale;actual measurement (following LEDA data standards);generative dispersule;6.83;2.63;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11694;Alnus glutinosa;actual measurement;generative dispersule;2.25;1.75;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;often winged (wings included in range given);; 11694;Alnus glutinosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.38;2.24;.51;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 11694;Alnus glutinosa;actual measurement (following LEDA data standards);generative dispersule;2.82;2.4;.77;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11694;Alnus glutinosa;estimation;germinule;2.77;2.31;.56;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11694;Alnus glutinosa;estimation;generative dispersule;2.77;2.31;.56;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11695;Alnus incana;estimation;generative dispersule;2.7;2.45;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11695;Alnus incana;actual measurement;generative dispersule;2.5;3.5;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11695;Alnus incana;actual measurement;germinule;;2.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11695;Alnus incana;estimation;germinule;2.7;2.45;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40867;Alopecurus aequalis;actual measurement (following LEDA data standards);generative dispersule;2.56;1.18;.57;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40867;Alopecurus aequalis;estimation;germinule;2.13;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40867;Alopecurus aequalis;estimation;germinule;.9;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40867;Alopecurus aequalis;estimation;generative dispersule;2.13;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40542;Alopecurus arundinaceus;estimation;germinule;2.8;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42103;Alopecurus bulbosus;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41635;Alopecurus geniculatus;estimation;generative dispersule;4.69;1.28;.62;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41635;Alopecurus geniculatus;actual measurement;generative dispersule;5;1.35;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41635;Alopecurus geniculatus;actual measurement;germinule;1.5;1;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41635;Alopecurus geniculatus;estimation;germinule;1.45;.8;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41635;Alopecurus geniculatus;actual measurement (following LEDA data standards);generative dispersule;2.08;.88;.43;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41635;Alopecurus geniculatus;actual measurement (following LEDA data standards);germinule;1.08;.53;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41138;Alopecurus myosuroides;actual measurement (following LEDA data standards);one-seeded generative dispersule;11.54;1.7;.78;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 41138;Alopecurus myosuroides;estimation;germinule;2.43;1.2;.65;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41138;Alopecurus myosuroides;actual measurement (following LEDA data standards);generative dispersule;9.45;1.58;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41138;Alopecurus myosuroides;actual measurement;germinule;2.3;1.2;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41138;Alopecurus myosuroides;actual measurement;generative dispersule;7.5;1.75;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41138;Alopecurus myosuroides;actual measurement (following LEDA data standards);germinule;2.63;1.26;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41138;Alopecurus myosuroides;estimation;generative dispersule;10.18;1.84;.83;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40391;Alopecurus pratensis;actual measurement (following LEDA data standards);germinule;2.73;1.26;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40391;Alopecurus pratensis;actual measurement (following LEDA data standards);generative dispersule;9.45;2.63;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40391;Alopecurus pratensis;actual measurement;germinule;2;1.25;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40391;Alopecurus pratensis;actual measurement;generative dispersule;9;2.25;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40391;Alopecurus pratensis;estimation;germinule;2.46;1.22;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40391;Alopecurus pratensis;estimation;generative dispersule;9.15;2.1;.73;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41900;Alopecurus rendlei;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25778;Althaea hirsuta;actual measurement (following LEDA data standards);generative dispersule;2.42;2.11;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25778;Althaea hirsuta;estimation;germinule;2.3;1.9;1.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25778;Althaea hirsuta;estimation;generative dispersule;2.48;2;1.36;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25782;Althaea officinalis;estimation;germinule;2.22;1.88;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25782;Althaea officinalis;estimation;generative dispersule;3.25;3.13;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25782;Althaea officinalis;actual measurement;generative dispersule;2.25;1.9;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 25782;Althaea officinalis;actual measurement (following LEDA data standards);generative dispersule;2.36;1.86;.78;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13424;Alyssum alyssoides;estimation;generative dispersule;1.47;1.2;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13424;Alyssum alyssoides;estimation;germinule;1.47;1.2;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13424;Alyssum alyssoides;actual measurement (following LEDA data standards);generative dispersule;1.49;1.3;.62;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13424;Alyssum alyssoides;actual measurement;generative dispersule;2.45;1.1;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with stalk;; 13424;Alyssum alyssoides;actual measurement;germinule;1.45;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14366;Alyssum montanum;actual measurement;generative dispersule;2;1.8;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14366;Alyssum montanum;estimation;germinule;2;1.8;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14366;Alyssum montanum;estimation;generative dispersule;2;1.8;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 891;Amaranthus albus;estimation;germinule;.88;.87;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 891;Amaranthus albus;estimation;generative dispersule;.88;.87;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 891;Amaranthus albus;actual measurement;germinule;.8;;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 891;Amaranthus albus;actual measurement;germinule;.8;.8;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 892;Amaranthus blitoides;estimation;generative dispersule;1.51;1.44;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 892;Amaranthus blitoides;estimation;germinule;1.51;1.44;.92;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 894;Amaranthus caudatus;actual measurement;germinule;1.1;1.1;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 894;Amaranthus caudatus;estimation;germinule;1.21;1.11;.68;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 894;Amaranthus caudatus;estimation;generative dispersule;1.21;1.11;.68;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 895;Amaranthus crispus;estimation;generative dispersule;1.73;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 895;Amaranthus crispus;estimation;germinule;.98;.75;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 896;Amaranthus cruentus;estimation;generative dispersule;1;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 896;Amaranthus cruentus;estimation;germinule;1;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 900;Amaranthus deflexus;actual measurement;germinule;1;.6;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 900;Amaranthus deflexus;estimation;germinule;1.05;.65;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 900;Amaranthus deflexus;estimation;generative dispersule;2.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 901;Amaranthus graecizans;estimation;generative dispersule;1.42;1.42;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 901;Amaranthus graecizans;estimation;germinule;1.42;1.42;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 897;Amaranthus hybridus;estimation;generative dispersule;1.1;1.08;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 897;Amaranthus hybridus;estimation;germinule;1.1;1.08;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 924;Amaranthus lividus;actual measurement;germinule;1.2;1.1;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 924;Amaranthus lividus;actual measurement (following LEDA data standards);germinule;1.08;.98;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 924;Amaranthus lividus;actual measurement (following LEDA data standards);generative dispersule;1.71;1.26;.72;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44854;Amaranthus powellii;estimation;germinule;1;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44854;Amaranthus powellii;estimation;generative dispersule;1;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 931;Amaranthus retroflexus;estimation;generative dispersule;1.18;1.04;.71;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 931;Amaranthus retroflexus;estimation;germinule;1.18;1.04;.71;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 931;Amaranthus retroflexus;actual measurement (following LEDA data standards);generative dispersule;1.2;1.01;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 931;Amaranthus retroflexus;actual measurement;germinule;1.1;1.1;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4198;Ambrosia artemisiifolia;actual measurement;generative dispersule;2.5;1.9;1.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4198;Ambrosia artemisiifolia;actual measurement;germinule;1.75;1.2;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4198;Ambrosia artemisiifolia;estimation;germinule;2.75;1.9;1.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 4198;Ambrosia artemisiifolia;estimation;generative dispersule;2.75;1.9;1.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 5955;Ambrosia coronopifolia;estimation;generative dispersule;2.75;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 5955;Ambrosia coronopifolia;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 6319;Ambrosia trifida;actual measurement;generative dispersule;7.5;5.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6319;Ambrosia trifida;estimation;germinule;6.75;4.79;3.55;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 6319;Ambrosia trifida;estimation;generative dispersule;6.75;4.79;3.55;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 50025;Amelanchier lamarckii;estimation;generative dispersule;10;10;10;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 50025;Amelanchier lamarckii;estimation;germinule;4.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29390;Amelanchier ovalis;estimation;generative dispersule;8.5;8.5;8.5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29390;Amelanchier ovalis;estimation;germinule;5.5;2.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29852;Amelanchier spicata;estimation;generative dispersule;9;9;9;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29852;Amelanchier spicata;estimation;germinule;3.88;1.85;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1508;Ammi majus;estimation;generative dispersule;2.02;.76;.62;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1508;Ammi majus;actual measurement;generative dispersule;2.15;.9;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1508;Ammi majus;estimation;germinule;2.02;.76;.62;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 40398;Ammophila arenaria;actual measurement;generative dispersule;10;1.75;1.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40398;Ammophila arenaria;actual measurement (following LEDA data standards);generative dispersule;9.67;1.36;1.24;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40398;Ammophila arenaria;actual measurement (following LEDA data standards);germinule;3.04;1.04;1.04;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40398;Ammophila arenaria;actual measurement;germinule;3.75;1.65;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40398;Ammophila arenaria;estimation;germinule;3.5;1.65;1.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40398;Ammophila arenaria;estimation;generative dispersule;10;1.75;1.65;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 20749;Amorpha fruticosa;estimation;germinule;4.25;1.65;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20749;Amorpha fruticosa;estimation;generative dispersule;8.01;2.26;1.33;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 20749;Amorpha fruticosa;actual measurement;germinule;4.25;1.65;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20749;Amorpha fruticosa;actual measurement;generative dispersule;7;2.25;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39443;Anacamptis pyramidalis;estimation;germinule;.3;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39443;Anacamptis pyramidalis;estimation;generative dispersule;.3;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28783;Anagallis arvensis;actual measurement;generative dispersule;1.2;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28783;Anagallis arvensis;actual measurement (following LEDA data standards);germinule;1.34;.98;.64;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 28783;Anagallis arvensis;estimation;generative dispersule;1.31;1.05;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28783;Anagallis arvensis;estimation;germinule;1.31;1.05;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29031;Anagallis foemina;estimation;generative dispersule;1.27;1.04;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29031;Anagallis foemina;estimation;germinule;1.27;1.04;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28953;Anagallis minima;estimation;generative dispersule;.5;.33;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28953;Anagallis minima;estimation;germinule;.5;.33;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 5740;Anaphalis margaritacea;estimation;generative dispersule;5.5;.25;.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 5740;Anaphalis margaritacea;estimation;germinule;.65;.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 33247;Anarrhinum bellidifolium;estimation;generative dispersule;.53;.37;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33247;Anarrhinum bellidifolium;estimation;germinule;.53;.37;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12189;Anchusa arvensis;estimation;generative dispersule;3.4;2.2;2.06;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12189;Anchusa arvensis;estimation;germinule;3.4;2.2;2.06;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12594;Anchusa azurea;estimation;germinule;6.75;3.5;3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12594;Anchusa azurea;estimation;generative dispersule;6.75;3.5;3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12527;Anchusa officinalis;estimation;germinule;3.07;2.05;1.82;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12527;Anchusa officinalis;estimation;generative dispersule;3.07;2.05;1.82;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12527;Anchusa officinalis;actual measurement;germinule;2.05;2.75;1.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12527;Anchusa officinalis;actual measurement (following LEDA data standards);generative dispersule;3.68;2.42;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19573;Andromeda polifolia;estimation;generative dispersule;1.5;.2;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19573;Andromeda polifolia;actual measurement (following LEDA data standards);generative dispersule;1.16;.74;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19573;Andromeda polifolia;actual measurement;generative dispersule;1.5;.2;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19573;Andromeda polifolia;estimation;germinule;1.5;.2;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29080;Androsace chamaejasme;estimation;generative dispersule;2.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29080;Androsace chamaejasme;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28969;Androsace elongata;estimation;generative dispersule;.84;.6;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28969;Androsace elongata;estimation;germinule;.84;.6;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28969;Androsace elongata;actual measurement;generative dispersule;1;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28920;Androsace helvetica;estimation;generative dispersule;2;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28920;Androsace helvetica;estimation;germinule;2;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28785;Androsace maxima;estimation;generative dispersule;2.37;1.48;1.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28785;Androsace maxima;actual measurement;generative dispersule;2.4;1.3;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28785;Androsace maxima;estimation;germinule;2.37;1.48;1.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28845;Androsace obtusifolia;estimation;generative dispersule;2.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28845;Androsace obtusifolia;estimation;germinule;2.5;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28905;Androsace septentrionalis;actual measurement;generative dispersule;.9;.55;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28905;Androsace septentrionalis;estimation;generative dispersule;1;.58;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28905;Androsace septentrionalis;actual measurement (following LEDA data standards);generative dispersule;1.47;.84;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 28905;Androsace septentrionalis;estimation;germinule;1;.58;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45374;Anemone narcissifolia;estimation;generative dispersule;7.83;5.8;.61;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 45374;Anemone narcissifolia;actual measurement;generative dispersule;7.5;6;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 45374;Anemone narcissifolia;estimation;germinule;7.83;5.8;.61;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27355;Anemone nemorosa;estimation;generative dispersule;4.48;1.6;.75;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27355;Anemone nemorosa;actual measurement;generative dispersule;5.5;1.35;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27355;Anemone nemorosa;estimation;germinule;4.48;1.6;.75;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27355;Anemone nemorosa;actual measurement (following LEDA data standards);generative dispersule;4.25;1.9;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27359;Anemone ranunculoides;actual measurement;generative dispersule;4;1.4;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27359;Anemone ranunculoides;actual measurement (following LEDA data standards);generative dispersule;4.2;2.1;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27359;Anemone ranunculoides;estimation;germinule;4.25;2.17;1.51;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27359;Anemone ranunculoides;estimation;generative dispersule;4.25;2.17;1.51;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27363;Anemone sylvestris;actual measurement;generative dispersule;3.75;1.25;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1512;Anethum graveolens;actual measurement;generative dispersule;3.5;1.6;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1512;Anethum graveolens;estimation;germinule;4.38;2.27;.62;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1512;Anethum graveolens;estimation;generative dispersule;4.38;2.27;.62;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1514;Angelica archangelica;estimation;germinule;6.43;4.51;1.65;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1514;Angelica archangelica;estimation;generative dispersule;6.43;4.51;1.65;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1514;Angelica archangelica;actual measurement;generative dispersule;6.5;5.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1514;Angelica archangelica;actual measurement;germinule;4;1.5;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1518;Angelica palustris;estimation;generative dispersule;4.52;3.25;.81;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1518;Angelica palustris;estimation;germinule;4.52;3.25;.81;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1519;Angelica sylvestris;actual measurement (following LEDA data standards);generative dispersule;5.78;3.47;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1519;Angelica sylvestris;actual measurement;germinule;;3.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1519;Angelica sylvestris;actual measurement;generative dispersule;4.25;8;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1519;Angelica sylvestris;actual measurement (following LEDA data standards);germinule;4.2;1.05;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1519;Angelica sylvestris;estimation;germinule;5.13;3.73;.55;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1519;Angelica sylvestris;estimation;generative dispersule;5.13;3.73;.55;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 4017;Antennaria carpatica;estimation;germinule;1.33;.4;.19;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2770;Antennaria dioica;estimation;germinule;1.3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3024;Anthemis arvensis;actual measurement;generative dispersule;1.75;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3024;Anthemis arvensis;estimation;germinule;2.24;1.35;1.4;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 3024;Anthemis arvensis;estimation;germinule;2.22;1.26;.75;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 3024;Anthemis arvensis;estimation;generative dispersule;2.22;1.26;.75;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 3024;Anthemis arvensis;estimation;generative dispersule;2.24;1.35;1.4;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 4304;Anthemis austriaca;estimation;generative dispersule;2.83;1.06;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Scheiben- oder Mittelfrucht [A1];;; 4304;Anthemis austriaca;estimation;generative dispersule;2.4;.89;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Randfrucht [A2];;; 4304;Anthemis austriaca;actual measurement;generative dispersule;2.5;1;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4304;Anthemis austriaca;estimation;germinule;2.4;.89;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Randfrucht [A2];;; 4304;Anthemis austriaca;estimation;germinule;2.83;1.06;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Scheiben- oder Mittelfrucht [A1];;; 2778;Anthemis cotula;actual measurement;generative dispersule;1.45;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2778;Anthemis cotula;estimation;generative dispersule;1.57;.66;.53;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2778;Anthemis cotula;estimation;germinule;1.57;.66;.53;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3848;Anthemis ruthenica;estimation;generative dispersule;1.82;.85;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 3848;Anthemis ruthenica;estimation;germinule;1.82;.85;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 3848;Anthemis ruthenica;estimation;generative dispersule;1.92;.66;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Randfrucht [A2];;; 3848;Anthemis ruthenica;actual measurement;generative dispersule;2.5;1;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3848;Anthemis ruthenica;estimation;germinule;1.92;.66;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Randfrucht [A2];;; 2787;Anthemis tinctoria;estimation;generative dispersule;1.9;.8;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 2787;Anthemis tinctoria;actual measurement;generative dispersule;1.85;.8;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2787;Anthemis tinctoria;estimation;germinule;1.9;.8;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38767;Anthericum liliago;estimation;generative dispersule;3.65;2.44;2.03;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38767;Anthericum liliago;actual measurement (following LEDA data standards);generative dispersule;3.32;2.46;1.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38767;Anthericum liliago;actual measurement;generative dispersule;3.5;2.5;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 38767;Anthericum liliago;estimation;germinule;3.65;2.44;2.03;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38246;Anthericum ramosum;actual measurement (following LEDA data standards);generative dispersule;3.28;2.56;1.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38246;Anthericum ramosum;actual measurement;generative dispersule;3;1.95;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 38246;Anthericum ramosum;estimation;germinule;3.16;2.05;1.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38246;Anthericum ramosum;estimation;generative dispersule;3.16;2.05;1.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40551;Anthoxanthum aristatum;estimation;generative dispersule;2.23;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40551;Anthoxanthum aristatum;actual measurement;germinule;1.25;.6;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;fruit;; 40551;Anthoxanthum aristatum;actual measurement;generative dispersule;1.75;.7;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes;; 40551;Anthoxanthum aristatum;actual measurement;generative dispersule;8;1.15;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;apparent fruit with awn;; 40551;Anthoxanthum aristatum;estimation;germinule;2.23;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41907;Anthoxanthum odoratum;actual measurement (following LEDA data standards);generative dispersule;3.28;1.07;.74;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 41907;Anthoxanthum odoratum;actual measurement;generative dispersule;1.75;.7;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes;; 41907;Anthoxanthum odoratum;actual measurement;generative dispersule;4.75;1.15;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41907;Anthoxanthum odoratum;actual measurement (following LEDA data standards);generative dispersule;3.14;.8;.7;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41907;Anthoxanthum odoratum;actual measurement (following LEDA data standards);one-seeded generative dispersule;7.22;1.17;.85;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;NETHERLANDS 41907;Anthoxanthum odoratum;actual measurement (following LEDA data standards);germinule;3.25;1;.7;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 41907;Anthoxanthum odoratum;actual measurement (following LEDA data standards);one-seeded generative dispersule;5.4;1.42;.99;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 41907;Anthoxanthum odoratum;actual measurement (following LEDA data standards);germinule;1.71;.45;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41907;Anthoxanthum odoratum;actual measurement;germinule;1.25;.6;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;fruit;; 41907;Anthoxanthum odoratum;estimation;germinule;2;.78;.45;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41907;Anthoxanthum odoratum;estimation;generative dispersule;2;.78;.45;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 1975;Anthriscus caucalis;estimation;germinule;3.77;.96;.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1975;Anthriscus caucalis;estimation;generative dispersule;3.77;.96;.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1526;Anthriscus cerefolium;estimation;generative dispersule;8.09;.81;.68;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1526;Anthriscus cerefolium;estimation;germinule;8.09;.81;.68;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1526;Anthriscus cerefolium;actual measurement;generative dispersule;6.5;.75;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1447;Anthriscus nitida;estimation;generative dispersule;7.43;1.02;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1447;Anthriscus nitida;estimation;germinule;7.43;1.02;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1916;Anthriscus sylvestris;actual measurement (following LEDA data standards);generative dispersule;6.48;1.29;1.12;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 1916;Anthriscus sylvestris;actual measurement (following LEDA data standards);generative dispersule;7.14;1.16;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1916;Anthriscus sylvestris;actual measurement;generative dispersule;6.75;1.1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1916;Anthriscus sylvestris;estimation;germinule;7.17;1.19;.97;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1916;Anthriscus sylvestris;estimation;generative dispersule;7.17;1.19;.97;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 21660;Anthyllis vulneraria;actual measurement (following LEDA data standards);generative dispersule;4;2.6;1.2;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 21660;Anthyllis vulneraria;estimation;generative dispersule;3.7;2.45;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21660;Anthyllis vulneraria;actual measurement;generative dispersule;2.25;1.55;1.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21660;Anthyllis vulneraria;estimation;germinule;2.27;1.53;1.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21660;Anthyllis vulneraria;actual measurement (following LEDA data standards);generative dispersule;2.46;1.6;1.37;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33261;Antirrhinum majus;actual measurement;generative dispersule;.8;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33261;Antirrhinum majus;actual measurement (following LEDA data standards);generative dispersule;.98;.59;.59;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33261;Antirrhinum majus;estimation;germinule;.86;.66;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33261;Antirrhinum majus;estimation;generative dispersule;.86;.66;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 41910;Apera interrupta;estimation;germinule;1.35;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40884;Apera spica-venti;actual measurement;generative dispersule;13;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40884;Apera spica-venti;actual measurement;germinule;1.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40884;Apera spica-venti;estimation;germinule;1.5;.42;.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40884;Apera spica-venti;estimation;generative dispersule;8.7;.46;.37;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 29391;Aphanes arvensis;estimation;germinule;1.27;.87;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29391;Aphanes arvensis;estimation;generative dispersule;2.35;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 50026;Aphanes inexspectata;estimation;germinule;.94;.67;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 1456;Apium graveolens;actual measurement;generative dispersule;1.25;.75;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1456;Apium graveolens;estimation;generative dispersule;1.44;.89;.8;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1456;Apium graveolens;estimation;germinule;1.44;.89;.8;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1920;Apium inundatum;estimation;generative dispersule;2.75;.8;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1920;Apium inundatum;estimation;germinule;2.75;.8;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1922;Apium nodiflorum;estimation;generative dispersule;1.88;1;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1922;Apium nodiflorum;estimation;germinule;1.88;1;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1923;Apium repens;estimation;generative dispersule;1.05;.65;.65;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1923;Apium repens;estimation;germinule;1.05;.65;.65;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 3210;Aposeris foetida;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3210;Aposeris foetida;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27254;Aquilegia atrata;estimation;generative dispersule;2.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27254;Aquilegia atrata;actual measurement (following LEDA data standards);generative dispersule;2.73;1.26;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27254;Aquilegia atrata;estimation;germinule;2.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27264;Aquilegia einseleana;estimation;germinule;1.91;1;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27264;Aquilegia einseleana;estimation;generative dispersule;1.91;1;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27156;Aquilegia vulgaris;estimation;generative dispersule;2.4;1.31;1.03;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27156;Aquilegia vulgaris;estimation;germinule;2.4;1.31;1.03;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27156;Aquilegia vulgaris;actual measurement (following LEDA data standards);generative dispersule;2.25;1.38;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27156;Aquilegia vulgaris;actual measurement;generative dispersule;2.25;1.2;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13762;Arabidopsis suecica;estimation;generative dispersule;.75;.45;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13762;Arabidopsis suecica;estimation;germinule;.75;.45;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12652;Arabidopsis thaliana;actual measurement (following LEDA data standards);generative dispersule;.4;.2;.2;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 12652;Arabidopsis thaliana;estimation;germinule;.47;.41;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12652;Arabidopsis thaliana;estimation;generative dispersule;.47;.41;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13346;Arabis alpina;estimation;germinule;1.28;1.1;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13346;Arabis alpina;estimation;generative dispersule;1.28;1.1;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45783;Arabis alpina s. caucasica;estimation;generative dispersule;1.55;1.23;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45783;Arabis alpina s. caucasica;estimation;germinule;1.55;1.23;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12655;Arabis caerulea;estimation;generative dispersule;1.85;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12655;Arabis caerulea;estimation;germinule;1.85;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45777;Arabis ciliata;estimation;generative dispersule;.9;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45777;Arabis ciliata;estimation;germinule;.9;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13349;Arabis glabra;estimation;generative dispersule;.87;.57;.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13349;Arabis glabra;estimation;germinule;.87;.57;.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13002;Arabis hirsuta;actual measurement;generative dispersule;1;.9;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13002;Arabis hirsuta;estimation;germinule;1.4;.8;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13002;Arabis hirsuta;estimation;generative dispersule;1.4;.8;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 50027;Arabis nemorensis;estimation;germinule;1;.9;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 50027;Arabis nemorensis;estimation;generative dispersule;1;.9;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13355;Arabis recta;estimation;germinule;.73;.4;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13355;Arabis recta;estimation;generative dispersule;.73;.4;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13355;Arabis recta;actual measurement;generative dispersule;.7;.4;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14273;Arabis sagittata;estimation;generative dispersule;1.36;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14273;Arabis sagittata;estimation;germinule;1.36;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14276;Arabis soyeri;estimation;generative dispersule;1.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14276;Arabis soyeri;estimation;germinule;1.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13010;Arabis turrita;estimation;germinule;2.54;1.55;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13010;Arabis turrita;estimation;generative dispersule;2.54;1.55;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 6084;Arctium lappa;estimation;germinule;6.66;2.6;1.53;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6084;Arctium lappa;estimation;generative dispersule;32.5;32.5;;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 6084;Arctium lappa;actual measurement;germinule;7.4;2.75;1.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6084;Arctium lappa;actual measurement (following LEDA data standards);generative dispersule;6.93;2.42;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 4154;Arctium minus;actual measurement;germinule;5;2.35;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4154;Arctium minus;actual measurement (following LEDA data standards);generative dispersule;8.3;3.05;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 4154;Arctium minus;estimation;germinule;5.73;2.24;1.62;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4154;Arctium minus;estimation;generative dispersule;11;20;;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 3371;Arctium nemorosum;actual measurement;germinule;9;3.25;2.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3371;Arctium nemorosum;estimation;generative dispersule;22.5;35;;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 3371;Arctium nemorosum;estimation;germinule;7.67;2.6;1.71;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3664;Arctium tomentosum;actual measurement;germinule;5.65;2.5;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3664;Arctium tomentosum;estimation;germinule;6.13;2.55;1.74;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3664;Arctium tomentosum;estimation;generative dispersule;25;25;;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 19579;Arctostaphylos alpinus;estimation;germinule;3.2;2.73;1.5;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 19582;Arctostaphylos uva-ursi;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 15688;Arenaria biflora;estimation;generative dispersule;.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15688;Arenaria biflora;estimation;germinule;.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16814;Arenaria ciliata;estimation;germinule;.95;.93;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16814;Arenaria ciliata;estimation;generative dispersule;.95;.93;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16833;Arenaria serpyllifolia;estimation;generative dispersule;.6;.44;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16833;Arenaria serpyllifolia;estimation;germinule;.6;.44;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16833;Arenaria serpyllifolia;actual measurement;germinule;.4;.4;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16833;Arenaria serpyllifolia;actual measurement (following LEDA data standards);generative dispersule;.53;.45;.23;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44912;Arenaria serpyllifolia s. leptoclados;estimation;germinule;.48;.45;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44912;Arenaria serpyllifolia s. leptoclados;estimation;generative dispersule;.48;.45;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44915;Arenaria serpyllifolia s. marschlinsii;actual measurement (following LEDA data standards);generative dispersule;.5;.45;.3;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 2411;Aristolochia clematitis;estimation;generative dispersule;10;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2411;Aristolochia clematitis;estimation;germinule;10;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2411;Aristolochia clematitis;actual measurement (following LEDA data standards);generative dispersule;1.89;1.68;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 28355;Armeria maritima;estimation;generative dispersule;5.94;2.76;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 28355;Armeria maritima;estimation;germinule;2.19;.98;.96;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28712;Armeria maritima s. halleri;actual measurement;generative dispersule;5.5;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;apparent fruit with rim;; 28712;Armeria maritima s. halleri;actual measurement;germinule;2;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;indehiscent fruit;; 13400;Armoracia rusticana;estimation;generative dispersule;1.8;.9;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13400;Armoracia rusticana;estimation;germinule;1.8;.9;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 3665;Arnica montana;actual measurement (following LEDA data standards);germinule;9.5;1.1;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 3665;Arnica montana;actual measurement;germinule;6;.75;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3665;Arnica montana;estimation;germinule;5.71;.88;.57;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3666;Arnoseris minima;actual measurement;generative dispersule;1.75;.75;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3666;Arnoseris minima;estimation;germinule;1.7;.82;.63;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3666;Arnoseris minima;estimation;generative dispersule;1.7;.82;.63;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40414;Arrhenatherum elatius;actual measurement (following LEDA data standards);generative dispersule;8.04;1.71;1.19;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40414;Arrhenatherum elatius;actual measurement;germinule;4.5;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40414;Arrhenatherum elatius;estimation;germinule;3.81;1.22;1.21;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40414;Arrhenatherum elatius;actual measurement (following LEDA data standards);generative dispersule;8.33;1.96;1.86;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40414;Arrhenatherum elatius;actual measurement;generative dispersule;14.5;2;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40414;Arrhenatherum elatius;actual measurement (following LEDA data standards);germinule;4;.85;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40414;Arrhenatherum elatius;actual measurement (following LEDA data standards);one-seeded generative dispersule;14.48;1.63;1.14;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 5486;Artemisia absinthium;actual measurement;generative dispersule;.95;.35;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5486;Artemisia absinthium;estimation;germinule;1.29;.58;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5486;Artemisia absinthium;estimation;generative dispersule;1.29;.58;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5487;Artemisia annua;estimation;generative dispersule;.85;.4;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5487;Artemisia annua;actual measurement;generative dispersule;.85;.4;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5487;Artemisia annua;estimation;germinule;.85;.4;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5603;Artemisia austriaca;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5603;Artemisia austriaca;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2974;Artemisia campestris;estimation;germinule;1.22;.57;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2974;Artemisia campestris;estimation;generative dispersule;1.22;.57;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2974;Artemisia campestris;actual measurement (following LEDA data standards);generative dispersule;1.4;.7;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6183;Artemisia dracunculus;actual measurement;generative dispersule;1.1;.45;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6183;Artemisia dracunculus;estimation;germinule;1.31;.55;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6183;Artemisia dracunculus;estimation;generative dispersule;1.31;.55;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5327;Artemisia rupestris;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5327;Artemisia rupestris;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4272;Artemisia scoparia;actual measurement;generative dispersule;.7;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4272;Artemisia scoparia;estimation;germinule;.75;.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4272;Artemisia scoparia;estimation;generative dispersule;.75;.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4171;Artemisia umbelliformis;estimation;germinule;1.96;.88;.49;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4171;Artemisia umbelliformis;estimation;generative dispersule;1.96;.88;.49;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4158;Artemisia vulgaris;estimation;generative dispersule;1.46;.44;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4158;Artemisia vulgaris;actual measurement (following LEDA data standards);generative dispersule;1.34;.47;.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 4158;Artemisia vulgaris;estimation;germinule;1.46;.44;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4158;Artemisia vulgaris;actual measurement;generative dispersule;1.3;.3;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 59052;Arum cylindraceum;actual measurement;germinule;3.5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 59052;Arum cylindraceum;actual measurement;generative dispersule;5;5;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35847;Arum maculatum;actual measurement (following LEDA data standards);germinule;2.8;2.5;2.35;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 35847;Arum maculatum;estimation;generative dispersule;7.63;6.15;6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35847;Arum maculatum;estimation;germinule;4.54;4.09;3.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35847;Arum maculatum;actual measurement (following LEDA data standards);generative dispersule;4.74;4.35;4.35;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31209;Aruncus dioicus;actual measurement;generative dispersule;2.85;1.15;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31209;Aruncus dioicus;estimation;germinule;2.19;.51;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31209;Aruncus dioicus;estimation;generative dispersule;2.19;.51;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33188;Asarina procumbens;estimation;generative dispersule;1.35;.74;.71;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33188;Asarina procumbens;estimation;germinule;1.35;.74;.71;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2429;Asarum europaeum;estimation;generative dispersule;3.84;2.04;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2429;Asarum europaeum;actual measurement;generative dispersule;4.15;2;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2429;Asarum europaeum;estimation;germinule;3.84;2.04;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38660;Asparagus officinalis;actual measurement (following LEDA data standards);germinule;3.36;3.36;3.36;-2;1;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38660;Asparagus officinalis;actual measurement (following LEDA data standards);generative dispersule;5.88;4.2;5.78;-2;1;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38660;Asparagus officinalis;actual measurement;generative dispersule;3.5;30;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 38660;Asparagus officinalis;estimation;germinule;3.5;3;2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38660;Asparagus officinalis;estimation;generative dispersule;7.33;7.33;6.78;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 12544;Asperugo procumbens;estimation;generative dispersule;11.35;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 12544;Asperugo procumbens;estimation;germinule;3.33;1.98;.78;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12544;Asperugo procumbens;actual measurement;germinule;3.05;1.9;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32387;Asperula arvensis;estimation;generative dispersule;2.29;2.58;2.35;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32387;Asperula arvensis;estimation;germinule;2.29;2.58;2.35;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32387;Asperula arvensis;actual measurement;generative dispersule;3;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31904;Asperula cynanchica;actual measurement;generative dispersule;1.65;1.05;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32080;Asperula neilreichii;estimation;germinule;2;2.5;1.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32080;Asperula neilreichii;estimation;generative dispersule;2;2.5;1.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32329;Asperula tinctoria;estimation;germinule;2.07;1.7;1.55;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32329;Asperula tinctoria;estimation;generative dispersule;2.07;1.7;1.55;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32329;Asperula tinctoria;actual measurement;generative dispersule;1.5;1.3;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3147;Aster alpinus;estimation;generative dispersule;8.6;1.49;.6;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3147;Aster alpinus;estimation;germinule;8.6;1.49;.6;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3147;Aster alpinus;actual measurement;germinule;3.25;1.45;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3147;Aster alpinus;estimation;germinule;3.27;1.49;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3537;Aster amellus;actual measurement;generative dispersule;2.65;1.4;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus mostly missing;; 3537;Aster amellus;actual measurement (following LEDA data standards);generative dispersule;2.63;1.16;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3537;Aster amellus;estimation;germinule;2.74;1.39;.61;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5946;Aster bellidiastrum;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5953;Aster laevis;estimation;germinule;2.71;.98;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5330;Aster linosyris;estimation;germinule;3.47;1.25;.66;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5614;Aster novae-angliae;estimation;germinule;2.58;.76;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5614;Aster novae-angliae;actual measurement;germinule;2.25;.7;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4901;Aster novi-belgii;actual measurement;germinule;2.75;.7;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4901;Aster novi-belgii;estimation;generative dispersule;7.8;.71;.54;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 4901;Aster novi-belgii;estimation;germinule;2.76;.71;.54;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3539;Aster tripolium;estimation;germinule;3.65;1.05;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3539;Aster tripolium;estimation;generative dispersule;14.8;1.05;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21673;Astragalus alpinus;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21673;Astragalus alpinus;estimation;germinule;2.25;1.73;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20420;Astragalus arenarius;estimation;germinule;2.28;1.8;.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20420;Astragalus arenarius;estimation;generative dispersule;2.28;1.8;.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20423;Astragalus australis;estimation;germinule;3;2.5;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20423;Astragalus australis;estimation;generative dispersule;22.5;7;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21198;Astragalus cicer;actual measurement;generative dispersule;10;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 21198;Astragalus cicer;estimation;generative dispersule;2.5;1.85;1.02;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21198;Astragalus cicer;estimation;germinule;2.5;1.85;1.02;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21198;Astragalus cicer;actual measurement;germinule;2.4;1.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22416;Astragalus danicus;estimation;generative dispersule;1.65;1.88;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22416;Astragalus danicus;estimation;germinule;1.65;1.88;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21682;Astragalus exscapus;estimation;germinule;3.2;2.35;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21682;Astragalus exscapus;estimation;generative dispersule;3.2;2.35;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21746;Astragalus frigidus;estimation;germinule;2.63;1.98;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21746;Astragalus frigidus;estimation;generative dispersule;25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22427;Astragalus glycyphyllos;estimation;generative dispersule;2.76;2.12;1.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22427;Astragalus glycyphyllos;estimation;germinule;2.76;2.12;1.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22427;Astragalus glycyphyllos;actual measurement;generative dispersule;17;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 22427;Astragalus glycyphyllos;actual measurement;germinule;2.6;1.9;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22386;Astragalus onobrychis;estimation;generative dispersule;1.9;1.23;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22386;Astragalus onobrychis;estimation;germinule;1.9;1.23;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22386;Astragalus onobrychis;actual measurement;germinule;1.85;1.2;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22386;Astragalus onobrychis;actual measurement;generative dispersule;9;4;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20875;Astragalus penduliflorus;estimation;germinule;3.18;2.5;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20875;Astragalus penduliflorus;estimation;generative dispersule;25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2397;Astrantia bavarica;estimation;germinule;4.42;2.25;1.44;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2397;Astrantia bavarica;estimation;generative dispersule;4.42;2.25;1.44;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1925;Astrantia major;estimation;germinule;5.9;2.16;1.3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1925;Astrantia major;estimation;generative dispersule;5.9;2.16;1.3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1469;Athamanta cretensis;estimation;generative dispersule;5.94;1.61;.96;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1469;Athamanta cretensis;estimation;germinule;5.94;1.61;.96;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 17758;Atriplex calotheca;estimation;germinule;1.62;1.62;.7;-2;;BIOLFLOR database;;;Same [S]; schwarze Germinule/mit Vorblatt [G2];;; 17758;Atriplex calotheca;estimation;germinule;2.3;2.3;.83;-2;;BIOLFLOR database;;;Same [S]; gelbbraune oder größere braune Germinule/mit Vorblatt [G4];;; 17758;Atriplex calotheca;estimation;germinule;1.7;1.7;.83;-2;;BIOLFLOR database;;;Same [S]; rotbraune oder kleinere braune Germinule/mit Vorblatt [G3];;; 17760;Atriplex glabriuscula;estimation;germinule;2.4;2.4;.85;-2;;BIOLFLOR database;;;Same [S]; gelbbraune oder größere braune Germinule/mit Vorblatt [G4];;; 17760;Atriplex glabriuscula;estimation;germinule;1.6;1.6;.7;-2;;BIOLFLOR database;;;Same [S]; rotbraune oder kleinere braune Germinule/mit Vorblatt [G3];;; 17760;Atriplex glabriuscula;estimation;germinule;1.6;1.6;.75;-2;;BIOLFLOR database;;;Same [S]; schwarze Germinule/mit Vorblatt [G2];;; 17771;Atriplex hortensis;estimation;germinule;3.72;3.02;.88;-2;;BIOLFLOR database;;;Same [S]; gelbbraune oder größere braune Germinule/mit Vorblatt [G4];;; 17771;Atriplex hortensis;estimation;germinule;1.93;1.85;.69;-2;;BIOLFLOR database;;;Same [S]; rotbraune oder kleinere braune Germinule/mit Vorblatt [G3];;; 17771;Atriplex hortensis;estimation;germinule;1.91;1.85;.79;-2;;BIOLFLOR database;;;Same [S]; schwarze Germinule/mit Perigon [G1];;; 17771;Atriplex hortensis;estimation;germinule;1.97;1.92;.9;-2;;BIOLFLOR database;;;Same [S]; schwarze Germinule/mit Vorblatt [G2];;; 17771;Atriplex hortensis;actual measurement;germinule;3;3;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17773;Atriplex laciniata;estimation;germinule;8.5;8.5;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17773;Atriplex laciniata;estimation;germinule;3.4;3.05;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17778;Atriplex littoralis;estimation;germinule;1.56;1.55;.68;-2;;BIOLFLOR database;;;Same [S]; schwarze Germinule/mit Vorblatt [G2];;; 17778;Atriplex littoralis;estimation;germinule;2.15;2.1;.73;-2;;BIOLFLOR database;;;Same [S]; rotbraune oder kleinere braune Germinule/mit Vorblatt [G3];;; 17673;Atriplex oblongifolia;estimation;germinule;1.99;1.83;.72;-2;;BIOLFLOR database;;;Frucht [F]; schwarze Germinule/mit Vorblatt [G2];;; 17673;Atriplex oblongifolia;estimation;germinule;3.1;2.44;.69;-2;;BIOLFLOR database;;;Frucht [F]; rotbraune oder kleinere braune Germinule/mit Vorblatt [G3];;; 17673;Atriplex oblongifolia;actual measurement (following LEDA data standards);germinule;4.41;3.57;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17675;Atriplex patula;actual measurement;germinule;2.25;2.25;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17675;Atriplex patula;actual measurement (following LEDA data standards);generative dispersule;5.85;3.56;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17675;Atriplex patula;actual measurement (following LEDA data standards);germinule;2.72;2.4;.96;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17675;Atriplex patula;estimation;germinule;1.64;1.53;.58;-2;;BIOLFLOR database;;;Same [S]; schwarze Germinule/mit Vorblatt [G2];;; 17675;Atriplex patula;estimation;germinule;2.43;2.43;;-2;;BIOLFLOR database;;;Same [S]; rotbraune oder kleinere braune Germinule/mit Vorblatt [G3];;; 44815;Atriplex prostrata;estimation;germinule;1.48;1.37;.6;-2;;BIOLFLOR database;;;Same [S]; schwarze Germinule/mit Vorblatt [G2];;; 44815;Atriplex prostrata;actual measurement (following LEDA data standards);generative dispersule;7.51;6.37;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44815;Atriplex prostrata;actual measurement (following LEDA data standards);germinule;3.4;2.6;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44815;Atriplex prostrata;estimation;germinule;2.2;2.2;.75;-2;;BIOLFLOR database;;;Same [S]; gelbbraune oder größere braune Germinule/mit Vorblatt [G4];;; 44815;Atriplex prostrata;estimation;germinule;1.55;1.55;.65;-2;;BIOLFLOR database;;;Same [S]; rotbraune oder kleinere braune Germinule/mit Vorblatt [G3];;; 35087;Atropa bella-donna;actual measurement;germinule;1.65;1.25;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35087;Atropa bella-donna;estimation;germinule;1.73;1.34;.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35087;Atropa bella-donna;estimation;generative dispersule;18.25;18.25;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14284;Aubrieta deltoidea;actual measurement;generative dispersule;1;.65;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 45901;Aurinia saxatilis;estimation;generative dispersule;1.85;1.8;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45901;Aurinia saxatilis;estimation;germinule;1.85;1.8;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45901;Aurinia saxatilis;actual measurement;generative dispersule;1.6;1.8;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40564;Avena barbata;actual measurement (following LEDA data standards);generative dispersule;27.39;3.32;1.99;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40564;Avena barbata;actual measurement (following LEDA data standards);germinule;8.63;1.99;1.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40425;Avena fatua;estimation;generative dispersule;19.13;2.59;2.35;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40425;Avena fatua;actual measurement (following LEDA data standards);generative dispersule;25.73;2.49;1.99;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40425;Avena fatua;actual measurement (following LEDA data standards);germinule;8.3;2.99;1.99;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40425;Avena fatua;actual measurement;generative dispersule;32.5;3;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40425;Avena fatua;actual measurement;generative dispersule;7;2.5;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;fruit easily seperated from glumes;; 40425;Avena fatua;estimation;germinule;7.3;2.33;1.91;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41151;Avena sativa;estimation;germinule;8.67;3;2.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41151;Avena sativa;actual measurement;germinule;8;3;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41151;Avena sativa;actual measurement;generative dispersule;25;4.25;4.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41440;Avena sterilis;estimation;germinule;8.95;1.96;1.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40565;Avena strigosa;estimation;germinule;6.37;1.62;1.58;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40565;Avena strigosa;estimation;generative dispersule;6.37;1.62;1.58;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40565;Avena strigosa;actual measurement;germinule;7;1.7;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40921;Avenula pratensis;actual measurement (following LEDA data standards);generative dispersule;15.08;1.24;.8;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40921;Avenula pratensis;actual measurement;germinule;4.5;1.35;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40921;Avenula pratensis;actual measurement;generative dispersule;17.5;1.5;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40921;Avenula pratensis;actual measurement (following LEDA data standards);germinule;4.34;.74;.31;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40921;Avenula pratensis;actual measurement (following LEDA data standards);generative dispersule;12.12;1;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40921;Avenula pratensis;estimation;germinule;6.23;1.33;1.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40923;Avenula pubescens;actual measurement;generative dispersule;22.5;1.5;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40923;Avenula pubescens;actual measurement (following LEDA data standards);generative dispersule;9.8;.98;.78;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40923;Avenula pubescens;actual measurement (following LEDA data standards);germinule;4.46;1.05;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40923;Avenula pubescens;actual measurement;germinule;5;.9;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40923;Avenula pubescens;estimation;germinule;5.12;.9;.55;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40598;Avenula versicolor;estimation;germinule;5.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35614;Baldellia ranunculoides;actual measurement (following LEDA data standards);generative dispersule;1.14;.53;.33;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35614;Baldellia ranunculoides;estimation;germinule;2.24;1.26;.91;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35614;Baldellia ranunculoides;estimation;generative dispersule;2.24;1.26;.91;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 24563;Ballota nigra;estimation;germinule;2.13;1.28;.79;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24563;Ballota nigra;estimation;generative dispersule;2.13;1.28;.79;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24563;Ballota nigra;actual measurement (following LEDA data standards);generative dispersule;2.2;1.25;.9;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 24563;Ballota nigra;actual measurement;generative dispersule;2.1;1.1;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13016;Barbarea intermedia;estimation;generative dispersule;2;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13016;Barbarea intermedia;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14378;Barbarea stricta;estimation;generative dispersule;1.49;.93;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14378;Barbarea stricta;estimation;germinule;1.49;.93;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14378;Barbarea stricta;actual measurement;generative dispersule;1.35;.8;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13787;Barbarea verna;estimation;germinule;1.95;1.48;.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13787;Barbarea verna;estimation;generative dispersule;1.95;1.48;.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14291;Barbarea vulgaris;estimation;generative dispersule;1.56;1.25;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14291;Barbarea vulgaris;estimation;germinule;1.56;1.25;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14291;Barbarea vulgaris;actual measurement;generative dispersule;1.5;1.05;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34451;Bartsia alpina;estimation;generative dispersule;1.68;1.23;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34451;Bartsia alpina;estimation;germinule;1.68;1.23;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17801;Bassia hirsuta;estimation;generative dispersule;2.4;1.5;1.2;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17801;Bassia hirsuta;estimation;germinule;1.8;1.3;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44830;Bassia laniflora;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44830;Bassia laniflora;estimation;generative dispersule;5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 44831;Bassia scoparia;actual measurement;germinule;1.4;1.4;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 44831;Bassia scoparia;estimation;germinule;1.77;1.22;.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44831;Bassia scoparia;estimation;generative dispersule;1.81;1.36;.81;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41448;Beckmannia syzigachne;estimation;germinule;3;3;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41448;Beckmannia syzigachne;estimation;generative dispersule;3;3;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 2808;Bellis perennis;estimation;germinule;1.42;.77;.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2808;Bellis perennis;estimation;generative dispersule;1.42;.77;.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2808;Bellis perennis;actual measurement;generative dispersule;1.4;.75;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2808;Bellis perennis;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.91;.6;.14;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 11672;Berberis vulgaris;actual measurement;germinule;5;2;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11672;Berberis vulgaris;estimation;germinule;5;2;2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11672;Berberis vulgaris;estimation;generative dispersule;10;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14292;Berteroa incana;actual measurement;generative dispersule;1.65;1.5;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14292;Berteroa incana;actual measurement (following LEDA data standards);generative dispersule;1.67;1.3;.62;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14292;Berteroa incana;estimation;generative dispersule;1.79;1.44;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14292;Berteroa incana;estimation;germinule;1.79;1.44;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1938;Berula erecta;estimation;germinule;1.81;1.05;1.02;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1938;Berula erecta;estimation;generative dispersule;1.81;1.05;1.02;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 17819;Beta vulgaris;estimation;generative dispersule;1.9;1.63;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17819;Beta vulgaris;actual measurement;generative dispersule;4.5;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17819;Beta vulgaris;actual measurement;germinule;1.5;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17819;Beta vulgaris;estimation;germinule;1.9;1.63;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11714;Betula humilis;estimation;generative dispersule;2.75;3.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11714;Betula humilis;actual measurement;germinule;2.25;1.1;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11714;Betula humilis;actual measurement;generative dispersule;2.75;3.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11714;Betula humilis;estimation;germinule;2.75;3.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11715;Betula nana;estimation;generative dispersule;2.85;2.75;.38;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11715;Betula nana;estimation;germinule;2.85;2.75;.38;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11715;Betula nana;actual measurement;generative dispersule;2.85;2;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11715;Betula nana;actual measurement;germinule;1.75;.9;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11720;Betula pendula;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.2;2.2;.4;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 11720;Betula pendula;actual measurement;generative dispersule;3.15;4.5;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11720;Betula pendula;actual measurement;germinule;1.75;.9;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11720;Betula pendula;estimation;germinule;4.44;2.73;.23;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11720;Betula pendula;estimation;generative dispersule;4.44;2.73;.23;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11725;Betula pubescens;actual measurement (following LEDA data standards);generative dispersule;1.58;1.15;.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11725;Betula pubescens;actual measurement;generative dispersule;2.25;2.5;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11725;Betula pubescens;actual measurement;germinule;1.9;.75;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3807;Bidens cernua;actual measurement (following LEDA data standards);generative dispersule;6.83;1.79;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6191;Bidens frondosa;estimation;generative dispersule;10.1;2.41;1.08;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 6191;Bidens frondosa;estimation;germinule;7.87;2.41;1.08;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5325;Bidens radiata;actual measurement (following LEDA data standards);generative dispersule;6.3;1.89;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3990;Bidens tripartita;actual measurement;generative dispersule;9.5;2;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3990;Bidens tripartita;actual measurement (following LEDA data standards);generative dispersule;7.88;2.31;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3990;Bidens tripartita;actual measurement;germinule;7;2;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3990;Bidens tripartita;estimation;germinule;6.36;2.18;.61;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3990;Bidens tripartita;estimation;generative dispersule;9.88;2.18;.61;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 1939;Bifora radians;estimation;generative dispersule;3.5;3.32;3.28;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1939;Bifora radians;estimation;germinule;3.5;3.32;3.28;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1939;Bifora radians;actual measurement (following LEDA data standards);generative dispersule;3.57;3.57;3.57;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13799;Biscutella laevigata;actual measurement (following LEDA data standards);germinule;3.15;2.42;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13799;Biscutella laevigata;actual measurement (following LEDA data standards);generative dispersule;5.25;4.2;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13799;Biscutella laevigata;estimation;germinule;2.25;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22866;Blackstonia perfoliata s. perfoliata;estimation;generative dispersule;.36;.2;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22866;Blackstonia perfoliata s. perfoliata;actual measurement (following LEDA data standards);generative dispersule;.51;.27;.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22866;Blackstonia perfoliata s. perfoliata;estimation;germinule;.36;.2;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12546;Borago officinalis;actual measurement;germinule;5;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40931;Brachypodium pinnatum;actual measurement (following LEDA data standards);generative dispersule;9.63;1.61;.77;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40931;Brachypodium pinnatum;actual measurement (following LEDA data standards);one-seeded generative dispersule;6.66;1.4;.54;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 40931;Brachypodium pinnatum;actual measurement (following LEDA data standards);germinule;7.04;1.05;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40931;Brachypodium pinnatum;actual measurement (following LEDA data standards);one-seeded generative dispersule;6.18;1.37;.48;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 41177;Brachypodium pinnatum s. pinnatum;estimation;generative dispersule;13.2;1.79;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41177;Brachypodium pinnatum s. pinnatum;actual measurement;germinule;5.5;1.3;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41177;Brachypodium pinnatum s. pinnatum;actual measurement;generative dispersule;13;1.75;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41177;Brachypodium pinnatum s. pinnatum;estimation;germinule;6.64;1.39;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41179;Brachypodium sylvaticum;actual measurement (following LEDA data standards);generative dispersule;21.18;1.21;.68;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 41179;Brachypodium sylvaticum;actual measurement;generative dispersule;15.5;1.75;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41179;Brachypodium sylvaticum;actual measurement;germinule;7.5;.71;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41179;Brachypodium sylvaticum;estimation;germinule;6.9;1.22;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41179;Brachypodium sylvaticum;actual measurement (following LEDA data standards);generative dispersule;20.6;1.24;.87;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41179;Brachypodium sylvaticum;estimation;generative dispersule;19.7;1.62;.68;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41179;Brachypodium sylvaticum;actual measurement (following LEDA data standards);germinule;6;1.03;.71;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14200;Brassica elongata;actual measurement;generative dispersule;1;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14200;Brassica elongata;estimation;germinule;1.19;1.1;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14200;Brassica elongata;estimation;generative dispersule;1.19;1.1;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13688;Brassica juncea;estimation;germinule;1.7;1.65;1.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13688;Brassica juncea;estimation;generative dispersule;1.7;1.65;1.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13688;Brassica juncea;actual measurement;generative dispersule;1.6;1.6;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14206;Brassica napus;actual measurement;generative dispersule;2.3;2.3;2.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14206;Brassica napus;estimation;germinule;2.09;2.06;1.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14206;Brassica napus;estimation;generative dispersule;2.09;2.06;1.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13691;Brassica nigra;actual measurement;generative dispersule;1.35;1.35;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13691;Brassica nigra;estimation;generative dispersule;1.36;1.21;1.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13691;Brassica nigra;estimation;germinule;1.36;1.21;1.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14208;Brassica oleracea;estimation;generative dispersule;1.87;1.88;1.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14208;Brassica oleracea;estimation;germinule;1.87;1.88;1.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14208;Brassica oleracea;actual measurement;generative dispersule;1.85;1.85;1.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14208;Brassica oleracea;actual measurement (following LEDA data standards);generative dispersule;1.86;1.4;1.09;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13695;Brassica rapa;actual measurement;generative dispersule;1.85;1.85;1.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13695;Brassica rapa;estimation;germinule;1.8;1.71;1.51;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13695;Brassica rapa;estimation;generative dispersule;1.8;1.71;1.51;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40342;Briza media;actual measurement;generative dispersule;2.75;2.75;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40342;Briza media;actual measurement;germinule;1.4;1;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40342;Briza media;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.7;1.28;.28;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 40342;Briza media;estimation;generative dispersule;3.13;1.66;1.43;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40342;Briza media;estimation;germinule;1.68;.87;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40342;Briza media;actual measurement (following LEDA data standards);generative dispersule;1.35;.99;.61;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40609;Bromus arvensis;estimation;generative dispersule;13.16;1.56;.92;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40609;Bromus arvensis;actual measurement;germinule;5.75;1.35;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40609;Bromus arvensis;actual measurement;generative dispersule;14;1.4;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40609;Bromus arvensis;actual measurement (following LEDA data standards);generative dispersule;5.15;.99;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40609;Bromus arvensis;estimation;germinule;6.01;1.27;.77;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40609;Bromus arvensis;actual measurement (following LEDA data standards);generative dispersule;12.78;1.16;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41454;Bromus benekenii;estimation;germinule;8.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41455;Bromus brachystachys;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40352;Bromus carinatus;estimation;generative dispersule;24.1;2;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40352;Bromus carinatus;estimation;germinule;8.9;1.48;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40941;Bromus commutatus;estimation;germinule;6.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40358;Bromus erectus;actual measurement (following LEDA data standards);generative dispersule;13.94;1.31;.95;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40358;Bromus erectus;estimation;germinule;8.6;1.04;.98;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40358;Bromus erectus;actual measurement;germinule;8;1.85;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40358;Bromus erectus;actual measurement;generative dispersule;15;2;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40358;Bromus erectus;actual measurement (following LEDA data standards);germinule;7.47;1.16;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40358;Bromus erectus;actual measurement (following LEDA data standards);generative dispersule;15.94;1.33;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40358;Bromus erectus;estimation;generative dispersule;17.68;1.83;1.09;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42156;Bromus grossus;estimation;generative dispersule;15.8;4.35;.76;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42156;Bromus grossus;estimation;germinule;8.8;2.03;.52;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40361;Bromus hordeaceus;actual measurement;generative dispersule;14.5;2.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40361;Bromus hordeaceus;actual measurement (following LEDA data standards);germinule;5.48;1.99;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40361;Bromus hordeaceus;actual measurement (following LEDA data standards);one-seeded generative dispersule;15.78;2.49;1.51;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 40361;Bromus hordeaceus;actual measurement (following LEDA data standards);generative dispersule;12.9;2.16;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40361;Bromus hordeaceus;actual measurement;germinule;6;2;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40620;Bromus inermis;actual measurement;generative dispersule;11.5;2.25;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes;; 40620;Bromus inermis;estimation;germinule;8.07;1.65;.57;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40620;Bromus inermis;actual measurement;germinule;7.5;1.65;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40365;Bromus japonicus;estimation;germinule;5.97;1.1;.66;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht mit langer Granne [I1];;; 40365;Bromus japonicus;actual measurement (following LEDA data standards);germinule;6.64;1.66;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40365;Bromus japonicus;actual measurement;germinule;;1.75;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40365;Bromus japonicus;actual measurement;generative dispersule;13;;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40365;Bromus japonicus;actual measurement (following LEDA data standards);generative dispersule;14.28;1.99;1.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40365;Bromus japonicus;estimation;germinule;5.97;1.1;.66;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht mit kurzer Granne [I2];;; 42159;Bromus lepidus;estimation;germinule;5.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40949;Bromus madritensis;estimation;generative dispersule;30;1;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40949;Bromus madritensis;estimation;germinule;13.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40951;Bromus racemosus;actual measurement;generative dispersule;13.5;2.5;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40951;Bromus racemosus;actual measurement (following LEDA data standards);generative dispersule;6.31;1.66;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40951;Bromus racemosus;actual measurement;germinule;7;2;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40951;Bromus racemosus;actual measurement (following LEDA data standards);generative dispersule;14.94;1.66;1.33;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40951;Bromus racemosus;estimation;germinule;5.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40952;Bromus ramosus;estimation;generative dispersule;20.4;2.15;.76;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40952;Bromus ramosus;estimation;germinule;9.23;1.74;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40952;Bromus ramosus;actual measurement;germinule;10;2;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40952;Bromus ramosus;actual measurement;generative dispersule;20.5;2.4;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40952;Bromus ramosus;actual measurement (following LEDA data standards);generative dispersule;7.84;1.76;.87;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40610;Bromus secalinus;actual measurement;generative dispersule;14;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40610;Bromus secalinus;actual measurement (following LEDA data standards);generative dispersule;18.7;2.85;2.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40610;Bromus secalinus;actual measurement (following LEDA data standards);germinule;7.84;1.66;1.18;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40610;Bromus secalinus;actual measurement;germinule;7;1.55;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40610;Bromus secalinus;estimation;germinule;7.27;1.52;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40610;Bromus secalinus;estimation;generative dispersule;12.3;1.65;1.62;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40372;Bromus squarrosus;actual measurement;generative dispersule;14.5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40372;Bromus squarrosus;estimation;germinule;6.83;1.9;.23;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40372;Bromus squarrosus;estimation;generative dispersule;12.7;3.5;3.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40372;Bromus squarrosus;actual measurement;germinule;7.5;1.9;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40373;Bromus sterilis;actual measurement (following LEDA data standards);generative dispersule;11.71;1.27;.87;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40373;Bromus sterilis;actual measurement;generative dispersule;32.5;1.65;1.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 40373;Bromus sterilis;actual measurement;germinule;10;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40373;Bromus sterilis;actual measurement (following LEDA data standards);germinule;9.92;1.24;.87;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40373;Bromus sterilis;actual measurement (following LEDA data standards);generative dispersule;33.2;1.49;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40373;Bromus sterilis;estimation;germinule;10.75;1.21;1.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40373;Bromus sterilis;estimation;generative dispersule;34.28;1.43;1.22;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41688;Bromus tectorum;actual measurement;generative dispersule;21;1.35;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41688;Bromus tectorum;actual measurement;germinule;8;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41688;Bromus tectorum;estimation;germinule;7.75;1;1;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht + sterile Blütchen (Teilfruchtstand)/Frucht aus Spelzfrucht + sterile Blütchen (Teilfruchtstand) [H2];;; 41688;Bromus tectorum;actual measurement (following LEDA data standards);generative dispersule;24.4;1.66;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41688;Bromus tectorum;estimation;germinule;7.75;1;1;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 41688;Bromus tectorum;estimation;generative dispersule;21.7;1.28;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 41688;Bromus tectorum;actual measurement (following LEDA data standards);germinule;7.25;1.27;.78;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 18474;Bryonia alba;estimation;generative dispersule;7.75;7.81;7.81;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18474;Bryonia alba;actual measurement;generative dispersule;4.5;3.6;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18474;Bryonia alba;estimation;germinule;4.58;3.42;1.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18478;Bryonia cretica s. dioica;estimation;generative dispersule;7.75;7.75;6.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18478;Bryonia cretica s. dioica;actual measurement;generative dispersule;4.5;3.2;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18478;Bryonia cretica s. dioica;actual measurement (following LEDA data standards);generative dispersule;4.83;3.15;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 18478;Bryonia cretica s. dioica;estimation;germinule;4.45;3.28;2.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15414;Buddleja davidii;estimation;generative dispersule;3.75;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15414;Buddleja davidii;estimation;germinule;3.75;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15414;Buddleja davidii;actual measurement;generative dispersule;3.75;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12486;Buglossoides purpurocaerulea;estimation;generative dispersule;4.15;2.8;2.53;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12486;Buglossoides purpurocaerulea;estimation;germinule;4.15;2.8;2.53;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 14224;Bunias erucago;actual measurement;generative dispersule;5.5;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed firmly enclosed in pod;; 14224;Bunias erucago;actual measurement (following LEDA data standards);generative dispersule;8.93;6.83;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14224;Bunias erucago;estimation;germinule;11;4.5;4.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14224;Bunias erucago;estimation;generative dispersule;11;4.5;4.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14415;Bunias orientalis;actual measurement;generative dispersule;6.5;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed firmly enclosed in pod;; 14415;Bunias orientalis;actual measurement;germinule;2.5;2.5;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14415;Bunias orientalis;estimation;generative dispersule;7.03;4.35;4.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14415;Bunias orientalis;estimation;germinule;7.03;4.35;4.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2366;Bunium bulbocastanum;estimation;generative dispersule;3.47;1.03;.79;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2366;Bunium bulbocastanum;estimation;germinule;3.47;1.03;.79;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 5238;Buphthalmum salicifolium;actual measurement;generative dispersule;3.5;1.5;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5238;Buphthalmum salicifolium;actual measurement (following LEDA data standards);generative dispersule;2.63;.84;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1909;Bupleurum falcatum;estimation;generative dispersule;2.94;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1909;Bupleurum falcatum;estimation;germinule;2.94;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1909;Bupleurum falcatum;actual measurement (following LEDA data standards);generative dispersule;2.78;1.22;.96;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1423;Bupleurum longifolium;estimation;generative dispersule;5.03;1.24;1.19;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1423;Bupleurum longifolium;estimation;germinule;5.03;1.24;1.19;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1423;Bupleurum longifolium;actual measurement;generative dispersule;4.75;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1426;Bupleurum ranunculoides;estimation;generative dispersule;2.63;1;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1426;Bupleurum ranunculoides;estimation;germinule;2.63;1;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1894;Bupleurum rotundifolium;actual measurement;generative dispersule;3;1.15;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1894;Bupleurum rotundifolium;estimation;germinule;3.36;1.23;1.01;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1894;Bupleurum rotundifolium;estimation;generative dispersule;3.36;1.23;1.01;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1364;Bupleurum tenuissimum;estimation;generative dispersule;1.85;.9;.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1364;Bupleurum tenuissimum;estimation;germinule;1.85;.9;.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1364;Bupleurum tenuissimum;actual measurement;generative dispersule;1.85;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35620;Butomus umbellatus;estimation;generative dispersule;1.81;.5;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35620;Butomus umbellatus;actual measurement (following LEDA data standards);generative dispersule;1.57;.49;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35620;Butomus umbellatus;actual measurement;generative dispersule;1.6;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35620;Butomus umbellatus;estimation;germinule;1.81;.5;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14716;Buxus sempervirens;actual measurement (following LEDA data standards);generative dispersule;5.46;2.84;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14716;Buxus sempervirens;actual measurement;germinule;5.25;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 14226;Cakile maritima;actual measurement;generative dispersule;12.5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed firmly enclosed in pod;; 14226;Cakile maritima;estimation;germinule;6.25;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; untere (Teil-)Frucht [B2];;; 14226;Cakile maritima;estimation;germinule;12.5;4;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; obere (Teil-)Frucht [B1];;; 14226;Cakile maritima;actual measurement;germinule;4.5;2.25;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14226;Cakile maritima;estimation;generative dispersule;12.5;4;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; obere (Teil-)Frucht [B1];;; 14226;Cakile maritima;estimation;generative dispersule;6.25;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; untere (Teil-)Frucht [B2];;; 40633;Calamagrostis arundinacea;estimation;germinule;2.16;.73;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40960;Calamagrostis canescens;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40960;Calamagrostis canescens;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40960;Calamagrostis canescens;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;.44;.28;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 41199;Calamagrostis epigejos;actual measurement;generative dispersule;3.25;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41199;Calamagrostis epigejos;actual measurement;germinule;1.5;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41199;Calamagrostis epigejos;estimation;germinule;1.25;.4;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40637;Calamagrostis pseudophragmites;estimation;germinule;2.15;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40265;Calamagrostis stricta;estimation;generative dispersule;3.05;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40265;Calamagrostis stricta;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40967;Calamagrostis varia;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40268;Calamagrostis villosa;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40268;Calamagrostis villosa;estimation;generative dispersule;2.9;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 23766;Calamintha nepeta;estimation;germinule;1.07;.69;.52;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23766;Calamintha nepeta;estimation;generative dispersule;1.07;.69;.52;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 35608;Caldesia parnassifolia;estimation;generative dispersule;2;1;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 3677;Calendula arvensis;actual measurement;generative dispersule;10;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3991;Calendula officinalis;actual measurement (following LEDA data standards);generative dispersule;6.09;4.73;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3991;Calendula officinalis;actual measurement;generative dispersule;12.5;3;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12957;Calepina irregularis;estimation;germinule;3.5;2.25;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 12957;Calepina irregularis;estimation;generative dispersule;3.5;2.25;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35879;Calla palustris;estimation;germinule;4.08;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35879;Calla palustris;actual measurement;germinule;4;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15424;Callitriche stagnalis;estimation;generative dispersule;1.45;.65;.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 15424;Callitriche stagnalis;actual measurement;germinule;1.4;.8;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15424;Callitriche stagnalis;estimation;germinule;1.45;.65;.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 19587;Calluna vulgaris;estimation;generative dispersule;.66;.33;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19587;Calluna vulgaris;actual measurement (following LEDA data standards);generative dispersule;.66;.39;.27;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19587;Calluna vulgaris;estimation;germinule;.66;.33;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19587;Calluna vulgaris;actual measurement;generative dispersule;1.1;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27293;Caltha palustris;actual measurement (following LEDA data standards);germinule;2.68;1.45;.89;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 27293;Caltha palustris;estimation;germinule;2.31;1;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27293;Caltha palustris;actual measurement;generative dispersule;2.5;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27293;Caltha palustris;estimation;generative dispersule;2.31;1;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27293;Caltha palustris;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.41;.96;.71;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 18945;Calystegia sepium;estimation;generative dispersule;5.05;3.54;2.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18945;Calystegia sepium;estimation;germinule;5.05;3.54;2.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14231;Camelina alyssum;estimation;generative dispersule;1.96;1.07;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14231;Camelina alyssum;estimation;germinule;1.96;1.07;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13713;Camelina microcarpa;actual measurement (following LEDA data standards);generative dispersule;1.2;.84;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13713;Camelina microcarpa;estimation;germinule;1.15;.69;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13713;Camelina microcarpa;estimation;generative dispersule;1.15;.69;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14234;Camelina sativa;estimation;germinule;1.78;1.1;.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14234;Camelina sativa;estimation;generative dispersule;1.78;1.1;.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14234;Camelina sativa;actual measurement (following LEDA data standards);generative dispersule;1.75;.9;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14234;Camelina sativa;actual measurement;generative dispersule;2;1.15;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14234;Camelina sativa;actual measurement;generative dispersule;1.8;1.15;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14234;Camelina sativa;actual measurement;generative dispersule;1.1;.6;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15267;Campanula alliariifolia;estimation;generative dispersule;1.88;1.05;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15267;Campanula alliariifolia;estimation;germinule;1.88;1.05;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15243;Campanula barbata;estimation;generative dispersule;.9;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15243;Campanula barbata;estimation;germinule;.9;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15244;Campanula baumgartenii;estimation;generative dispersule;1.03;.29;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15244;Campanula baumgartenii;estimation;germinule;1.03;.29;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15249;Campanula bononiensis;estimation;generative dispersule;1.15;.75;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15249;Campanula bononiensis;estimation;germinule;1.15;.75;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15224;Campanula cervicaria;estimation;generative dispersule;1.01;.56;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15224;Campanula cervicaria;estimation;germinule;1.01;.56;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15158;Campanula glomerata;estimation;generative dispersule;1.23;.77;.44;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15158;Campanula glomerata;estimation;germinule;1.23;.77;.44;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15145;Campanula latifolia;estimation;generative dispersule;2.17;1.05;.44;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15145;Campanula latifolia;estimation;germinule;2.17;1.05;.44;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15116;Campanula medium;estimation;generative dispersule;1.82;.84;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15116;Campanula medium;estimation;germinule;1.82;.84;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15092;Campanula patula;actual measurement;germinule;.5;.4;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15092;Campanula patula;estimation;germinule;.5;.4;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15092;Campanula patula;estimation;generative dispersule;.5;.4;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15103;Campanula persicifolia;estimation;generative dispersule;.71;.43;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15103;Campanula persicifolia;estimation;germinule;.71;.43;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15103;Campanula persicifolia;actual measurement (following LEDA data standards);germinule;.66;.42;.24;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 15082;Campanula rapunculoides;estimation;germinule;1.52;.83;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15082;Campanula rapunculoides;estimation;generative dispersule;1.52;.83;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15083;Campanula rapunculus;estimation;generative dispersule;.43;.25;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15083;Campanula rapunculus;actual measurement;germinule;.35;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15083;Campanula rapunculus;estimation;germinule;.43;.25;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15045;Campanula rotundifolia;actual measurement (following LEDA data standards);generative dispersule;.65;.3;.2;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 15045;Campanula rotundifolia;estimation;germinule;.91;.44;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15045;Campanula rotundifolia;actual measurement (following LEDA data standards);germinule;1.1;.3;.3;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 15045;Campanula rotundifolia;estimation;generative dispersule;.91;.44;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15045;Campanula rotundifolia;actual measurement;germinule;.85;.6;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15061;Campanula scheuchzeri;estimation;germinule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15061;Campanula scheuchzeri;estimation;generative dispersule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15030;Campanula sibirica;estimation;generative dispersule;1;.57;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15030;Campanula sibirica;estimation;germinule;1;.57;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14991;Campanula thyrsoides;estimation;germinule;1.19;.57;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14991;Campanula thyrsoides;estimation;generative dispersule;1.19;.57;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15002;Campanula trachelium;estimation;germinule;1.5;.77;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15002;Campanula trachelium;estimation;generative dispersule;1.5;.77;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15002;Campanula trachelium;actual measurement;germinule;1.35;.75;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14695;Cannabis sativa;actual measurement;generative dispersule;4.25;3.25;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14695;Cannabis sativa;actual measurement (following LEDA data standards);generative dispersule;4.5;3.25;2.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14695;Cannabis sativa;estimation;germinule;3.93;2.63;2.33;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 12848;Capsella bursa-pastoris;actual measurement (following LEDA data standards);generative dispersule;.95;.55;.4;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 12848;Capsella bursa-pastoris;actual measurement (following LEDA data standards);germinule;.94;.57;.34;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 12848;Capsella bursa-pastoris;estimation;generative dispersule;.95;.47;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12848;Capsella bursa-pastoris;estimation;germinule;.95;.47;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12848;Capsella bursa-pastoris;actual measurement;generative dispersule;.9;.4;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20788;Caragana arborescens;actual measurement;generative dispersule;5.1;2.75;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20788;Caragana arborescens;estimation;generative dispersule;4.46;3.13;2.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20788;Caragana arborescens;estimation;germinule;4.46;3.13;2.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14239;Cardamine amara;estimation;generative dispersule;1.3;.98;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14239;Cardamine amara;estimation;germinule;1.3;.98;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12851;Cardamine bellidifolia s. alpina;estimation;generative dispersule;1;.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12851;Cardamine bellidifolia s. alpina;estimation;germinule;1;.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14430;Cardamine bulbifera;actual measurement (following LEDA data standards);generative dispersule;3;1.75;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13294;Cardamine flexuosa;estimation;generative dispersule;1.25;.73;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13294;Cardamine flexuosa;actual measurement (following LEDA data standards);generative dispersule;1.16;.74;.24;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13294;Cardamine flexuosa;estimation;germinule;1.25;.73;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14245;Cardamine hirsuta;actual measurement (following LEDA data standards);generative dispersule;1;.7;.3;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 14245;Cardamine hirsuta;estimation;germinule;1;.93;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14245;Cardamine hirsuta;estimation;generative dispersule;1;.93;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13298;Cardamine impatiens;estimation;generative dispersule;1.4;.8;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13298;Cardamine impatiens;actual measurement (following LEDA data standards);generative dispersule;1.5;.7;.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13298;Cardamine impatiens;estimation;germinule;1.4;.8;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14444;Cardamine parviflora;estimation;generative dispersule;.73;.55;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14444;Cardamine parviflora;estimation;germinule;.73;.55;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14249;Cardamine pratensis;actual measurement (following LEDA data standards);germinule;1.56;.97;.43;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 14249;Cardamine pratensis;actual measurement (following LEDA data standards);generative dispersule;1.48;1;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14249;Cardamine pratensis;estimation;germinule;1.63;1.05;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14249;Cardamine pratensis;estimation;generative dispersule;1.63;1.05;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13397;Cardamine pratensis s. dentata;estimation;generative dispersule;1.6;1.1;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13397;Cardamine pratensis s. dentata;estimation;germinule;1.6;1.1;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14128;Cardamine resedifolia;estimation;germinule;1;.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14128;Cardamine resedifolia;estimation;generative dispersule;1;.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14129;Cardamine trifolia;estimation;germinule;2.34;1.22;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14129;Cardamine trifolia;estimation;generative dispersule;2.34;1.22;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14130;Cardaminopsis arenosa;estimation;germinule;1.5;1;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14130;Cardaminopsis arenosa;estimation;generative dispersule;1.5;1;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14130;Cardaminopsis arenosa;actual measurement;generative dispersule;.9;.5;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14132;Cardaminopsis halleri;estimation;generative dispersule;1.15;.72;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14132;Cardaminopsis halleri;estimation;germinule;1.15;.72;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13735;Cardaminopsis petraea;estimation;germinule;1.23;.7;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13735;Cardaminopsis petraea;estimation;generative dispersule;1.23;.7;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13313;Cardaria draba;estimation;germinule;2.1;1.3;.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13313;Cardaria draba;estimation;germinule;4.08;3.88;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 13313;Cardaria draba;estimation;generative dispersule;4.08;3.88;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 13313;Cardaria draba;actual measurement;generative dispersule;2;1.3;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3326;Carduus acanthoides;estimation;generative dispersule;5.15;1.42;.72;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3326;Carduus acanthoides;actual measurement;generative dispersule;2.8;1.25;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3326;Carduus acanthoides;estimation;germinule;3.03;1.42;.72;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2731;Carduus crispus;actual measurement (following LEDA data standards);generative dispersule;2.84;.95;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2731;Carduus crispus;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2731;Carduus crispus;estimation;generative dispersule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3164;Carduus defloratus;estimation;generative dispersule;4.33;1.45;.88;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3164;Carduus defloratus;estimation;germinule;4.33;1.45;.88;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3493;Carduus nutans;actual measurement;generative dispersule;3.5;1.45;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3493;Carduus nutans;estimation;germinule;3.61;1.39;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3493;Carduus nutans;estimation;generative dispersule;3.61;1.39;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2736;Carduus personata;estimation;generative dispersule;3.84;1.5;.88;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2736;Carduus personata;estimation;germinule;3.84;1.5;.88;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38000;Carex acuta;estimation;generative dispersule;2.87;1.62;.67;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38000;Carex acuta;actual measurement (following LEDA data standards);generative dispersule;2.8;1.5;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38000;Carex acuta;actual measurement (following LEDA data standards);germinule;1.85;1.2;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38000;Carex acuta;estimation;germinule;1.78;1.34;.56;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37460;Carex acutiformis;estimation;generative dispersule;4.18;1.88;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37460;Carex acutiformis;estimation;germinule;1.9;1.1;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37460;Carex acutiformis;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.55;1.65;1.07;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37460;Carex acutiformis;actual measurement (following LEDA data standards);germinule;2.39;1.31;1.18;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37460;Carex acutiformis;actual measurement (following LEDA data standards);germinule;2.1;1.15;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37460;Carex acutiformis;actual measurement (following LEDA data standards);generative dispersule;4.25;1.6;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37462;Carex alba;estimation;germinule;2.46;1.42;.91;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37462;Carex alba;estimation;generative dispersule;3.7;2;1.98;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37464;Carex appropinquata;estimation;generative dispersule;3.01;1.51;.97;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37464;Carex appropinquata;estimation;germinule;1.48;.99;.58;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37464;Carex appropinquata;actual measurement (following LEDA data standards);generative dispersule;2.88;1.54;1.28;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38015;Carex aquatilis;estimation;germinule;1.57;1.4;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38015;Carex aquatilis;estimation;generative dispersule;2.4;1.58;.7;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38017;Carex arenaria;estimation;generative dispersule;4.66;1.77;.81;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38017;Carex arenaria;actual measurement (following LEDA data standards);germinule;1.49;1.08;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38017;Carex arenaria;actual measurement;generative dispersule;4.5;1.75;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 38017;Carex arenaria;actual measurement (following LEDA data standards);generative dispersule;4.65;2.05;.93;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38017;Carex arenaria;estimation;germinule;1.83;1.08;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38021;Carex atherodes;estimation;generative dispersule;7.25;1.95;1.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38021;Carex atherodes;estimation;germinule;2.45;1.25;1.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37469;Carex atrata;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.9;1;.7;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 37469;Carex atrata;estimation;germinule;1.88;1.22;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37469;Carex atrata;estimation;generative dispersule;3.75;1.93;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38029;Carex baldensis;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38029;Carex baldensis;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37350;Carex bigelowii;estimation;generative dispersule;2.52;1.2;.7;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37350;Carex bigelowii;estimation;germinule;1.75;1.2;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37350;Carex bigelowii;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;.4;.4;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 37350;Carex bigelowii;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1.2;.8;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 37350;Carex bigelowii;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;1.3;.8;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 38036;Carex binervis;estimation;generative dispersule;4;1.79;1.28;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38036;Carex binervis;estimation;germinule;2.15;1.38;1.26;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38039;Carex bohemica;estimation;generative dispersule;7.94;.85;.29;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 38039;Carex bohemica;estimation;germinule;1.32;.62;.28;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38039;Carex bohemica;actual measurement (following LEDA data standards);generative dispersule;7.84;1.08;.39;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38039;Carex bohemica;actual measurement (following LEDA data standards);germinule;1.37;.58;.27;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37354;Carex brachystachys;estimation;generative dispersule;3.75;.9;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37354;Carex brachystachys;estimation;germinule;3.75;.9;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37356;Carex brizoides;estimation;generative dispersule;3.93;1.01;.48;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37356;Carex brizoides;estimation;germinule;1.69;.94;.38;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37929;Carex brunnescens;estimation;germinule;1.42;1;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37929;Carex brunnescens;estimation;generative dispersule;2.42;1.08;.58;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37930;Carex buekii;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37930;Carex buekii;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37936;Carex capillaris;estimation;germinule;1.52;.95;.84;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37936;Carex capillaris;estimation;generative dispersule;2.86;1.1;.89;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37361;Carex capitata;estimation;germinule;1.6;1.4;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37361;Carex capitata;estimation;generative dispersule;2.85;1.7;.8;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37362;Carex caryophyllea;estimation;generative dispersule;2.58;1.15;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37362;Carex caryophyllea;estimation;germinule;1.78;1.06;1.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37362;Carex caryophyllea;actual measurement (following LEDA data standards);generative dispersule;2.3;1.15;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37362;Carex caryophyllea;actual measurement (following LEDA data standards);generative dispersule;1.75;1.05;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37943;Carex cespitosa;estimation;generative dispersule;2.28;1.65;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37943;Carex cespitosa;estimation;germinule;1.6;1.5;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37947;Carex chordorrhiza;estimation;germinule;1.95;1.3;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37947;Carex chordorrhiza;estimation;generative dispersule;3.58;1.8;1.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37950;Carex curta;estimation;germinule;1.47;.95;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37950;Carex curta;estimation;generative dispersule;2.38;1.15;.55;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37950;Carex curta;actual measurement (following LEDA data standards);germinule;1.42;.72;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37950;Carex curta;actual measurement (following LEDA data standards);generative dispersule;2.27;.99;.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37950;Carex curta;actual measurement (following LEDA data standards);germinule;1.5;1.14;.66;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37950;Carex curta;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.23;1.16;.94;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37956;Carex davalliana;estimation;generative dispersule;3.65;1.14;.79;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37956;Carex davalliana;actual measurement (following LEDA data standards);germinule;1.57;.9;.54;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37956;Carex davalliana;estimation;germinule;1.81;.98;.49;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37956;Carex davalliana;actual measurement (following LEDA data standards);generative dispersule;4.25;1.15;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37374;Carex demissa;estimation;generative dispersule;3.63;1.48;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37374;Carex demissa;actual measurement (following LEDA data standards);germinule;2.13;1;.88;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37374;Carex demissa;actual measurement (following LEDA data standards);generative dispersule;3.75;1.5;1.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37374;Carex demissa;estimation;germinule;1.5;1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37963;Carex depauperata;estimation;generative dispersule;8.09;2.81;2.52;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37963;Carex depauperata;estimation;germinule;4.5;2.62;2.48;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37377;Carex diandra;estimation;generative dispersule;2.63;1.3;.8;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37377;Carex diandra;estimation;germinule;1.43;1;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37377;Carex diandra;actual measurement (following LEDA data standards);germinule;1.53;1.21;.72;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37377;Carex diandra;actual measurement (following LEDA data standards);generative dispersule;2.88;1.41;1.41;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37970;Carex digitata;estimation;generative dispersule;3.85;1.45;1.4;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37970;Carex digitata;actual measurement (following LEDA data standards);germinule;2.8;1.25;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37970;Carex digitata;actual measurement (following LEDA data standards);generative dispersule;4.2;1.3;1.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37970;Carex digitata;estimation;germinule;2.8;1.15;1.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37381;Carex dioica;estimation;generative dispersule;3.23;1.48;.85;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37381;Carex dioica;estimation;germinule;1.5;1.05;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37979;Carex distans;estimation;generative dispersule;4.11;1.78;1.37;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37979;Carex distans;actual measurement (following LEDA data standards);germinule;2.69;1.26;1.03;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37979;Carex distans;actual measurement (following LEDA data standards);generative dispersule;4.35;1.58;1.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37979;Carex distans;estimation;germinule;2.13;1.45;1.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37982;Carex disticha;estimation;generative dispersule;4.7;1.8;.7;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37982;Carex disticha;estimation;germinule;1.93;1.05;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37982;Carex disticha;actual measurement (following LEDA data standards);germinule;1.9;1.05;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37982;Carex disticha;actual measurement (following LEDA data standards);generative dispersule;3.85;1.7;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37393;Carex divulsa;estimation;generative dispersule;4.25;2.25;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37393;Carex divulsa;estimation;germinule;2.75;1.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37888;Carex echinata;actual measurement (following LEDA data standards);germinule;1.55;1.15;.54;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37888;Carex echinata;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.34;1.63;.82;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in ;;NETHERLANDS 37888;Carex echinata;actual measurement (following LEDA data standards);generative dispersule;4.25;1.6;.7;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37888;Carex echinata;estimation;germinule;1.88;1.1;.54;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37888;Carex echinata;estimation;generative dispersule;3.6;1.66;.83;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37396;Carex elata;estimation;germinule;2.02;1.45;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37396;Carex elata;estimation;generative dispersule;2.9;1.55;.7;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37397;Carex elongata;estimation;germinule;1.74;1;.52;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37397;Carex elongata;estimation;generative dispersule;3.27;1.08;.62;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37398;Carex ericetorum;estimation;generative dispersule;2.1;1.15;1.3;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37398;Carex ericetorum;estimation;germinule;1.65;1.13;1.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37398;Carex ericetorum;actual measurement (following LEDA data standards);germinule;1.65;1;.85;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37398;Carex ericetorum;actual measurement (following LEDA data standards);generative dispersule;2.45;1.2;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37399;Carex extensa;estimation;generative dispersule;3.4;1.67;1.23;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37399;Carex extensa;estimation;germinule;2.15;1.21;1.15;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37903;Carex ferruginea;estimation;generative dispersule;3.39;1.59;1.08;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37903;Carex ferruginea;estimation;germinule;1.93;1.2;1.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37911;Carex firma;estimation;generative dispersule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37911;Carex firma;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37912;Carex flacca;actual measurement (following LEDA data standards);germinule;1.5;1.05;.8;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 37912;Carex flacca;estimation;generative dispersule;2.5;1.43;1.16;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37912;Carex flacca;actual measurement (following LEDA data standards);germinule;2;1.25;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37912;Carex flacca;actual measurement (following LEDA data standards);germinule;2;1.26;1.13;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37912;Carex flacca;actual measurement (following LEDA data standards);generative dispersule;3.1;1.7;1.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37912;Carex flacca;estimation;germinule;1.59;1.19;1.03;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37912;Carex flacca;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.49;1.71;1.24;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37912;Carex flacca;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1.42;1.07;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 37404;Carex flava;estimation;generative dispersule;5.12;1.59;1.19;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37404;Carex flava;actual measurement (following LEDA data standards);germinule;1.73;1.13;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37404;Carex flava;actual measurement (following LEDA data standards);generative dispersule;4.9;1.85;1.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37404;Carex flava;actual measurement;generative dispersule;4.75;1.8;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37404;Carex flava;estimation;germinule;1.56;1.02;.93;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37406;Carex frigida;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37406;Carex frigida;estimation;generative dispersule;5.38;1;.55;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37408;Carex fuliginosa;estimation;germinule;1.5;.9;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37408;Carex fuliginosa;estimation;generative dispersule;4.4;1.2;.7;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37290;Carex hallerana;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37290;Carex hallerana;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37293;Carex hartmanii;estimation;generative dispersule;2.71;1.71;1.3;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37293;Carex hartmanii;actual measurement (following LEDA data standards);generative dispersule;2.7;1.45;1.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37293;Carex hartmanii;estimation;germinule;1.8;1.33;1.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37293;Carex hartmanii;actual measurement (following LEDA data standards);germinule;1.8;1.3;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37834;Carex heleonastes;estimation;germinule;1.5;1.1;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37834;Carex heleonastes;estimation;generative dispersule;2.85;1.3;.7;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37296;Carex hirta;estimation;generative dispersule;6.65;1.95;1.8;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37296;Carex hirta;actual measurement (following LEDA data standards);germinule;3.24;1.6;1.52;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37296;Carex hirta;actual measurement (following LEDA data standards);generative dispersule;6.56;2.29;1.98;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37296;Carex hirta;estimation;germinule;2.5;1.45;1.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37300;Carex hostiana;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.8;1.73;1.4;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37300;Carex hostiana;actual measurement (following LEDA data standards);generative dispersule;3.56;1.44;1.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37300;Carex hostiana;actual measurement (following LEDA data standards);germinule;2.98;1.49;1.33;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37300;Carex hostiana;actual measurement (following LEDA data standards);germinule;1.95;1.18;1.13;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37865;Carex laevigata;estimation;germinule;1.96;1.2;1.32;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37865;Carex laevigata;estimation;generative dispersule;4.07;1.41;1.38;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37319;Carex lasiocarpa;estimation;generative dispersule;4.47;1.95;1.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37319;Carex lasiocarpa;estimation;germinule;2;1.38;1.15;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37319;Carex lasiocarpa;actual measurement (following LEDA data standards);generative dispersule;4;1.65;1.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37319;Carex lasiocarpa;actual measurement (following LEDA data standards);germinule;1.48;.45;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37871;Carex lepidocarpa;estimation;generative dispersule;4.26;1.76;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37871;Carex lepidocarpa;estimation;germinule;1.62;1.05;1.02;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37871;Carex lepidocarpa;actual measurement (following LEDA data standards);generative dispersule;1.44;.9;.9;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37874;Carex ligerica;estimation;germinule;1.88;1.1;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37874;Carex ligerica;estimation;generative dispersule;4.25;1.8;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37761;Carex limosa;estimation;germinule;2.33;1.3;1.03;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37761;Carex limosa;estimation;generative dispersule;3.83;1.99;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37761;Carex limosa;actual measurement (following LEDA data standards);generative dispersule;3.52;2.16;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37327;Carex loliacea;estimation;generative dispersule;2.78;1.1;.6;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37327;Carex loliacea;estimation;germinule;1.6;1;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37342;Carex melanostachya;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37342;Carex melanostachya;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37343;Carex michelii;estimation;generative dispersule;6.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37343;Carex michelii;estimation;germinule;6.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37344;Carex microglochin;estimation;generative dispersule;4.8;.75;.8;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37344;Carex microglochin;estimation;germinule;2;.7;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37346;Carex montana;actual measurement (following LEDA data standards);germinule;2.5;1.2;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37346;Carex montana;actual measurement (following LEDA data standards);generative dispersule;3.35;1.35;1.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37346;Carex montana;estimation;germinule;2.18;1.3;1.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37346;Carex montana;estimation;generative dispersule;3.7;1.4;1.4;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37791;Carex mucronata;estimation;germinule;4;.5;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37791;Carex mucronata;estimation;generative dispersule;4;.5;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37224;Carex muricata;estimation;generative dispersule;4.5;2.5;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37224;Carex muricata;actual measurement (following LEDA data standards);germinule;2.2;1.63;.82;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37224;Carex muricata;actual measurement;germinule;2.5;2;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37224;Carex muricata;actual measurement;generative dispersule;5;2.5;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37224;Carex muricata;estimation;germinule;2.5;2;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37224;Carex muricata;actual measurement (following LEDA data standards);generative dispersule;5.52;1.79;.93;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37228;Carex nigra;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.1;1.3;.8;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 37228;Carex nigra;estimation;germinule;1.74;1.26;.57;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37228;Carex nigra;actual measurement (following LEDA data standards);germinule;1.78;1.17;.54;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37228;Carex nigra;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.44;1.78;.86;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37228;Carex nigra;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.63;1.67;.53;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 37228;Carex nigra;actual measurement (following LEDA data standards);germinule;1.83;1.16;.7;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37228;Carex nigra;actual measurement (following LEDA data standards);generative dispersule;2.4;1.66;.64;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37228;Carex nigra;estimation;generative dispersule;2.47;1.57;.73;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37233;Carex norvegica;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;.8;.4;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 37703;Carex obtusata;estimation;germinule;2.13;1.3;1.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37703;Carex obtusata;estimation;generative dispersule;3.15;1.7;1.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37237;Carex ornithopoda;estimation;germinule;2.18;1.13;1.01;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37237;Carex ornithopoda;estimation;generative dispersule;2.89;1.3;1.3;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37237;Carex ornithopoda;actual measurement (following LEDA data standards);germinule;2;1.1;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37237;Carex ornithopoda;actual measurement (following LEDA data standards);generative dispersule;3;1.35;1.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37711;Carex otrubae;estimation;germinule;2.03;1.5;.58;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37711;Carex otrubae;estimation;generative dispersule;4.93;2.3;.93;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37242;Carex ovalis;actual measurement;generative dispersule;3.75;1.75;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37242;Carex ovalis;actual measurement;germinule;2;1;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37242;Carex ovalis;actual measurement (following LEDA data standards);generative dispersule;3.92;1.9;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37242;Carex ovalis;actual measurement (following LEDA data standards);germinule;1.8;1;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37242;Carex ovalis;actual measurement (following LEDA data standards);one-seeded generative dispersule;5.7;2.4;.9;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 37242;Carex ovalis;actual measurement (following LEDA data standards);germinule;2.1;1.3;.7;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 37247;Carex pallescens;estimation;generative dispersule;2.81;1.29;1.09;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37247;Carex pallescens;actual measurement (following LEDA data standards);germinule;2.1;1.05;.9;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37247;Carex pallescens;estimation;germinule;1.98;1.13;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37247;Carex pallescens;actual measurement (following LEDA data standards);generative dispersule;3;1.15;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37247;Carex pallescens;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.8;1.25;1.1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 37248;Carex panicea;estimation;generative dispersule;3.76;2.04;1.81;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37248;Carex panicea;estimation;germinule;2.17;1.57;1.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37248;Carex panicea;actual measurement;germinule;2.5;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37248;Carex panicea;actual measurement (following LEDA data standards);generative dispersule;3.92;1.8;1.72;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37248;Carex panicea;actual measurement (following LEDA data standards);germinule;2.32;1.5;1.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37248;Carex panicea;actual measurement;generative dispersule;3.75;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37249;Carex paniculata;actual measurement (following LEDA data standards);germinule;1.87;1.62;.87;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37249;Carex paniculata;actual measurement (following LEDA data standards);generative dispersule;3.6;1.6;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37249;Carex paniculata;estimation;generative dispersule;3.03;1.5;.85;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37249;Carex paniculata;estimation;germinule;1.64;1.05;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37728;Carex parviflora;estimation;generative dispersule;3.13;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37728;Carex parviflora;estimation;germinule;3.13;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37251;Carex pauciflora;actual measurement (following LEDA data standards);germinule;2.33;.88;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37251;Carex pauciflora;actual measurement (following LEDA data standards);generative dispersule;6.48;.79;.69;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37251;Carex pauciflora;estimation;germinule;2.47;.92;.87;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37251;Carex pauciflora;estimation;generative dispersule;6.76;1;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37253;Carex pendula;estimation;generative dispersule;3.25;1.22;1.16;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37253;Carex pendula;actual measurement (following LEDA data standards);germinule;1.66;.92;.81;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37253;Carex pendula;actual measurement (following LEDA data standards);generative dispersule;3.48;1.2;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37253;Carex pendula;estimation;germinule;1.77;1.03;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37256;Carex pilosa;estimation;generative dispersule;4.5;2;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37256;Carex pilosa;actual measurement (following LEDA data standards);generative dispersule;4.74;1.34;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37256;Carex pilosa;actual measurement (following LEDA data standards);germinule;1.34;.55;.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37256;Carex pilosa;estimation;germinule;4.5;2;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37739;Carex pilulifera;estimation;generative dispersule;2.42;1.3;1.3;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37739;Carex pilulifera;actual measurement (following LEDA data standards);germinule;1.51;1.28;1.28;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37739;Carex pilulifera;estimation;germinule;1.66;1.16;1.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37739;Carex pilulifera;actual measurement (following LEDA data standards);generative dispersule;2.59;1.44;.13;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37739;Carex pilulifera;estimation;germinule;2.42;1.3;1.3;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37749;Carex pseudobrizoides;estimation;germinule;2;1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37749;Carex pseudobrizoides;estimation;generative dispersule;5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37263;Carex pseudocyperus;estimation;generative dispersule;4.95;1.15;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37263;Carex pseudocyperus;actual measurement (following LEDA data standards);germinule;1.48;.9;.81;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37263;Carex pseudocyperus;actual measurement;generative dispersule;4.5;1.1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37263;Carex pseudocyperus;actual measurement;germinule;1.65;.8;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37263;Carex pseudocyperus;estimation;germinule;1.62;.93;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37263;Carex pseudocyperus;actual measurement (following LEDA data standards);generative dispersule;5.33;1.43;1.18;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37751;Carex pulicaris;estimation;generative dispersule;4.91;1.4;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37751;Carex pulicaris;estimation;germinule;2.71;1.27;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37751;Carex pulicaris;actual measurement (following LEDA data standards);germinule;2.87;1.28;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37751;Carex pulicaris;actual measurement (following LEDA data standards);generative dispersule;5.58;2.48;1.55;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37752;Carex punctata;estimation;germinule;1.9;1.2;1.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37752;Carex punctata;estimation;generative dispersule;3.5;1.73;1.3;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37756;Carex remota;estimation;generative dispersule;3.08;1.4;.65;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37756;Carex remota;actual measurement (following LEDA data standards);germinule;1.75;.94;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37756;Carex remota;actual measurement (following LEDA data standards);generative dispersule;3.48;1.4;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37756;Carex remota;estimation;germinule;1.61;.98;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37273;Carex riparia;actual measurement (following LEDA data standards);germinule;2.79;1.79;1.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37273;Carex riparia;actual measurement (following LEDA data standards);generative dispersule;5.58;2.05;1.55;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37273;Carex riparia;estimation;germinule;2.78;1.64;1.58;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37273;Carex riparia;estimation;generative dispersule;6.18;1.9;1.73;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37274;Carex rostrata;estimation;generative dispersule;4.17;2.1;2;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37274;Carex rostrata;estimation;germinule;1.91;1.14;1.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37274;Carex rostrata;actual measurement (following LEDA data standards);generative dispersule;4.77;1.92;1.61;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37274;Carex rostrata;actual measurement (following LEDA data standards);germinule;1.48;1.03;.9;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37277;Carex rupestris;estimation;generative dispersule;3.18;1.4;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37277;Carex rupestris;estimation;germinule;2.1;1.2;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37653;Carex saxatilis;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1.6;1;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 37653;Carex saxatilis;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;1.1;.8;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 37653;Carex saxatilis;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;1.6;1;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 37016;Carex scandinavica;actual measurement (following LEDA data standards);generative dispersule;2.18;1.25;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37658;Carex secalina;estimation;germinule;3.09;.96;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37658;Carex secalina;estimation;generative dispersule;6.32;1.42;.47;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37283;Carex sempervirens;estimation;generative dispersule;4.7;1.31;1.02;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37283;Carex sempervirens;estimation;germinule;2.1;1;.91;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37285;Carex spicata;estimation;generative dispersule;5;2.25;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37285;Carex spicata;estimation;germinule;2.52;1.93;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37674;Carex strigosa;estimation;generative dispersule;3.5;1;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37674;Carex strigosa;estimation;germinule;1.5;.85;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37169;Carex supina;estimation;generative dispersule;2.75;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37169;Carex supina;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37678;Carex sylvatica;estimation;generative dispersule;4.89;1.49;1.26;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37678;Carex sylvatica;actual measurement;germinule;2.5;1.15;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37678;Carex sylvatica;actual measurement;generative dispersule;4;1.45;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37678;Carex sylvatica;actual measurement (following LEDA data standards);germinule;2.69;1.28;1.12;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37678;Carex sylvatica;actual measurement (following LEDA data standards);generative dispersule;5.58;1.3;1.12;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37678;Carex sylvatica;estimation;germinule;2.53;1.37;1.19;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37173;Carex tomentosa;estimation;generative dispersule;2.25;1.5;1.37;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37173;Carex tomentosa;estimation;germinule;1.62;1.05;1.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37173;Carex tomentosa;actual measurement (following LEDA data standards);germinule;1.7;1.05;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37173;Carex tomentosa;actual measurement (following LEDA data standards);generative dispersule;2.1;1.4;1.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37174;Carex trinervis;estimation;germinule;2.27;1.52;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37174;Carex trinervis;estimation;generative dispersule;3.88;1.85;.7;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37688;Carex umbrosa;actual measurement (following LEDA data standards);generative dispersule;2.5;1.3;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37688;Carex umbrosa;actual measurement (following LEDA data standards);germinule;1.5;1.1;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37695;Carex vaginata;estimation;generative dispersule;3.77;1.7;1.71;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37695;Carex vaginata;estimation;germinule;2.46;1.56;1.59;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37183;Carex vesicaria;estimation;generative dispersule;6.86;2.5;2.03;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37183;Carex vesicaria;estimation;germinule;2.05;1.33;1.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37183;Carex vesicaria;actual measurement (following LEDA data standards);generative dispersule;6.87;2.21;1.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37183;Carex vesicaria;actual measurement (following LEDA data standards);germinule;2.61;1.5;1.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37185;Carex vulpina;actual measurement;generative dispersule;4.5;2.25;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37185;Carex vulpina;actual measurement (following LEDA data standards);generative dispersule;4.41;1.51;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37185;Carex vulpina;actual measurement;germinule;2.5;1.8;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37185;Carex vulpina;estimation;germinule;2.14;1.52;.65;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37185;Carex vulpina;estimation;generative dispersule;4.46;2.1;.98;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37584;Carex vulpinoidea;estimation;generative dispersule;2.41;1.3;.34;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37584;Carex vulpinoidea;estimation;germinule;1.2;.8;.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37584;Carex vulpinoidea;actual measurement (following LEDA data standards);germinule;1.44;.47;.2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37584;Carex vulpinoidea;actual measurement (following LEDA data standards);generative dispersule;2.93;.74;.39;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3171;Carlina acaulis;estimation;generative dispersule;5.25;1.4;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3171;Carlina acaulis;actual measurement;generative dispersule;3;1.4;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3171;Carlina acaulis;estimation;germinule;5.25;1.4;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3338;Carlina vulgaris;actual measurement;generative dispersule;2.5;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2945;Carlina vulgaris s. vulgaris;actual measurement (following LEDA data standards);generative dispersule;2.4;.6;.6;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 5461;Carpesium cernuum;estimation;generative dispersule;4.23;.79;.37;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5461;Carpesium cernuum;estimation;germinule;4.23;.79;.37;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17990;Carpinus betulus;estimation;generative dispersule;40;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17990;Carpinus betulus;actual measurement;generative dispersule;40;23;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17990;Carpinus betulus;estimation;germinule;7.87;6.59;2.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17990;Carpinus betulus;actual measurement (following LEDA data standards);generative dispersule;8.63;6.64;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17990;Carpinus betulus;actual measurement;germinule;9;7.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3822;Carthamus tinctorius;actual measurement;generative dispersule;7.5;3.75;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3822;Carthamus tinctorius;estimation;germinule;7.25;3.75;3.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2331;Carum carvi;estimation;germinule;4.44;.95;.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2331;Carum carvi;estimation;generative dispersule;4.44;.95;.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2331;Carum carvi;actual measurement;generative dispersule;5.25;.95;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1858;Carum verticillatum;estimation;germinule;2.75;1.09;.92;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1858;Carum verticillatum;estimation;generative dispersule;2.75;1.09;.92;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 19524;Cassiope hypnoides;actual measurement (following LEDA data standards);germinule;.5;.2;.2;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 22480;Castanea sativa;actual measurement;germinule;27.5;25;20;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22480;Castanea sativa;actual measurement;generative dispersule;47.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;capsule with soft spines;; 22480;Castanea sativa;estimation;germinule;26.25;25;20;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22480;Castanea sativa;estimation;generative dispersule;26.25;25;20;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41695;Catabrosa aquatica;estimation;generative dispersule;2.63;1.15;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41695;Catabrosa aquatica;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41695;Catabrosa aquatica;actual measurement (following LEDA data standards);generative dispersule;2.21;.95;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41695;Catabrosa aquatica;actual measurement (following LEDA data standards);germinule;1.58;.69;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2287;Caucalis platycarpos;estimation;germinule;9.73;6.67;4.33;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2287;Caucalis platycarpos;estimation;generative dispersule;9.73;6.67;4.33;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 935;Celosia argentea;estimation;germinule;1.25;1.25;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 935;Celosia argentea;estimation;generative dispersule;1.25;1.25;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 935;Celosia argentea;actual measurement;germinule;1.25;1.25;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2960;Centaurea calcitrapa;actual measurement;generative dispersule;1.75;1.4;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3132;Centaurea cyanus;actual measurement;generative dispersule;7.5;1.6;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3132;Centaurea cyanus;estimation;germinule;3.42;1.67;1.12;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3132;Centaurea cyanus;actual measurement (following LEDA data standards);generative dispersule;6.72;2.21;1.37;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3132;Centaurea cyanus;estimation;generative dispersule;6.26;1.67;1.12;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3132;Centaurea cyanus;actual measurement;germinule;3.5;1.6;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3132;Centaurea cyanus;actual measurement (following LEDA data standards);germinule;3.68;1.79;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6142;Centaurea diffusa;estimation;generative dispersule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6142;Centaurea diffusa;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4270;Centaurea jacea;estimation;generative dispersule;3;1.45;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4270;Centaurea jacea;actual measurement (following LEDA data standards);generative dispersule;3.15;1.47;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3112;Centaurea jacea;actual measurement (following LEDA data standards);germinule;4.55;1.6;1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 3112;Centaurea jacea;actual measurement;generative dispersule;3;1.45;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4270;Centaurea jacea;estimation;germinule;3;1.45;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2682;Centaurea montana;estimation;germinule;5.55;2.42;1.79;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2682;Centaurea montana;actual measurement;generative dispersule;5.75;2.4;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3754;Centaurea nigra;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.59;1.42;.82;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 3754;Centaurea nigra;actual measurement;generative dispersule;4.05;1.1;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3754;Centaurea nigra;estimation;generative dispersule;3.85;1.41;.87;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3754;Centaurea nigra;actual measurement (following LEDA data standards);generative dispersule;4.52;1.37;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3754;Centaurea nigra;estimation;germinule;3.28;1.41;.87;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3754;Centaurea nigra;actual measurement;germinule;3.05;1.1;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2931;Centaurea nigrescens;estimation;germinule;3.06;1.5;.86;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2883;Centaurea phrygia;actual measurement;germinule;3.25;1.35;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2883;Centaurea phrygia;estimation;generative dispersule;4.46;1.36;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 2883;Centaurea phrygia;actual measurement;generative dispersule;5.25;1.35;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2883;Centaurea phrygia;estimation;germinule;3.35;1.36;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4249;Centaurea rhenana;actual measurement;generative dispersule;4.7;1.35;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4249;Centaurea rhenana;actual measurement;germinule;2.7;1.35;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4249;Centaurea rhenana;actual measurement (following LEDA data standards);generative dispersule;5.15;1.37;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 4249;Centaurea rhenana;estimation;germinule;2.82;1.22;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4249;Centaurea rhenana;estimation;generative dispersule;4.9;1.22;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3597;Centaurea scabiosa;actual measurement (following LEDA data standards);generative dispersule;4.66;1.88;1.16;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 3597;Centaurea scabiosa;estimation;germinule;4.36;2.17;.91;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3597;Centaurea scabiosa;estimation;generative dispersule;8.8;2.17;.91;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3597;Centaurea scabiosa;actual measurement (following LEDA data standards);generative dispersule;8.4;2.1;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3597;Centaurea scabiosa;actual measurement;germinule;3.65;1.9;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3597;Centaurea scabiosa;actual measurement;generative dispersule;7.65;1.9;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3444;Centaurea solstitialis;actual measurement;generative dispersule;2.25;.9;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3444;Centaurea solstitialis;estimation;germinule;3.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3293;Centaurea triumfetti;estimation;generative dispersule;4.66;1.5;.61;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3293;Centaurea triumfetti;estimation;germinule;3.65;1.5;.61;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22963;Centaurium erythraea;estimation;generative dispersule;.33;.26;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22963;Centaurium erythraea;estimation;germinule;.33;.26;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22951;Centaurium littorale;actual measurement (following LEDA data standards);generative dispersule;.35;.25;.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22823;Centaurium pulchellum;estimation;generative dispersule;.35;.28;.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22823;Centaurium pulchellum;estimation;germinule;.35;.28;.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22823;Centaurium pulchellum;actual measurement;generative dispersule;.3;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34865;Centranthus ruber;estimation;generative dispersule;7.5;1.52;.61;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34865;Centranthus ruber;actual measurement;generative dispersule;3.75;1.35;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34865;Centranthus ruber;estimation;germinule;3.83;1.52;.61;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39459;Cephalanthera damasonium;estimation;germinule;1;.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39459;Cephalanthera damasonium;estimation;generative dispersule;1;.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39466;Cephalanthera longifolia;estimation;germinule;1;.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39466;Cephalanthera longifolia;estimation;generative dispersule;1;.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39469;Cephalanthera rubra;estimation;generative dispersule;1;.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39469;Cephalanthera rubra;estimation;germinule;1;.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39469;Cephalanthera rubra;actual measurement (following LEDA data standards);generative dispersule;.9;.23;.2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16895;Cerastium alpinum;estimation;germinule;1;.9;;-2;;BIOLFLOR database;;;Same [S]; dreieckige Germinule/mit Perigon oder Pappus [D2];;; 16895;Cerastium alpinum;estimation;generative dispersule;1.2;.8;;-2;;BIOLFLOR database;;;Same [S]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 16895;Cerastium alpinum;estimation;generative dispersule;1;.9;;-2;;BIOLFLOR database;;;Same [S]; dreieckige Germinule/mit Perigon oder Pappus [D2];;; 16895;Cerastium alpinum;estimation;germinule;1.2;.8;;-2;;BIOLFLOR database;;;Same [S]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 16782;Cerastium arvense;actual measurement;germinule;.6;.6;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16782;Cerastium arvense;actual measurement (following LEDA data standards);generative dispersule;.78;.66;.39;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16782;Cerastium arvense;estimation;generative dispersule;.92;.85;.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16782;Cerastium arvense;estimation;germinule;.92;.85;.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16786;Cerastium brachypetalum;estimation;generative dispersule;.52;.49;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16786;Cerastium brachypetalum;estimation;germinule;.52;.49;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16789;Cerastium brachypetalum s. tenoreanum;estimation;generative dispersule;.53;.53;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16789;Cerastium brachypetalum s. tenoreanum;estimation;germinule;.53;.53;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17207;Cerastium cerastoides;actual measurement (following LEDA data standards);germinule;.9;.8;.5;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 17207;Cerastium cerastoides;estimation;generative dispersule;.85;.78;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17207;Cerastium cerastoides;estimation;germinule;.85;.78;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16473;Cerastium diffusum;estimation;germinule;.55;.55;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16473;Cerastium diffusum;estimation;generative dispersule;.55;.55;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17210;Cerastium dubium;estimation;germinule;.65;.58;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17210;Cerastium dubium;estimation;generative dispersule;.65;.58;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16798;Cerastium fontanum;actual measurement (following LEDA data standards);generative dispersule;.5;.4;.3;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 16798;Cerastium fontanum;actual measurement (following LEDA data standards);germinule;.9;.8;.4;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 16798;Cerastium fontanum;actual measurement (following LEDA data standards);germinule;.74;.75;.53;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 16798;Cerastium fontanum;actual measurement (following LEDA data standards);germinule;.66;.6;.45;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 16798;Cerastium fontanum;actual measurement;germinule;.65;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 44993;Cerastium fontanum s. vulgare;estimation;generative dispersule;.65;.62;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44993;Cerastium fontanum s. vulgare;actual measurement (following LEDA data standards);generative dispersule;.75;.6;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44993;Cerastium fontanum s. vulgare;estimation;germinule;.65;.62;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17356;Cerastium glomeratum;actual measurement (following LEDA data standards);generative dispersule;.43;.37;.27;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17356;Cerastium glomeratum;estimation;generative dispersule;.48;.45;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17356;Cerastium glomeratum;estimation;germinule;.48;.45;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17367;Cerastium latifolium;estimation;generative dispersule;2.75;2.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17367;Cerastium latifolium;estimation;germinule;2.75;2.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16863;Cerastium pumilum;estimation;germinule;.54;.5;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16863;Cerastium pumilum;estimation;generative dispersule;.54;.5;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45003;Cerastium pumilum s. glutinosum;actual measurement (following LEDA data standards);generative dispersule;.48;.45;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 45003;Cerastium pumilum s. glutinosum;estimation;generative dispersule;.51;.48;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45003;Cerastium pumilum s. glutinosum;estimation;germinule;.51;.48;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15651;Cerastium semidecandrum;estimation;germinule;.45;.41;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15651;Cerastium semidecandrum;estimation;generative dispersule;.45;.41;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16387;Cerastium tomentosum;estimation;germinule;1.56;1.34;.74;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16387;Cerastium tomentosum;estimation;generative dispersule;1.56;1.34;.74;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15656;Cerastium uniflorum;estimation;germinule;1.75;1.05;.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15656;Cerastium uniflorum;estimation;generative dispersule;1.75;1.05;.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45480;Ceratocephala falcata;estimation;generative dispersule;8.5;;;-2;;BIOLFLOR database;;;Früchtchen mit Zusatzbildung [FchZb]; nicht heteromorph [n];;; 45480;Ceratocephala falcata;estimation;germinule;8.5;;;-2;;BIOLFLOR database;;;Früchtchen mit Zusatzbildung [FchZb]; nicht heteromorph [n];;; 12128;Cerinthe glabra;estimation;generative dispersule;3.28;3.4;2.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12128;Cerinthe glabra;estimation;germinule;3.28;3.4;2.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12134;Cerinthe minor;actual measurement;generative dispersule;3.5;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12134;Cerinthe minor;actual measurement;germinule;3;2;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12134;Cerinthe minor;estimation;germinule;3.25;2.75;2.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12134;Cerinthe minor;estimation;generative dispersule;3.25;2.75;2.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 29733;Chaenomeles speciosa;estimation;germinule;7.56;3.8;1.91;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29733;Chaenomeles speciosa;estimation;generative dispersule;55;45;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 33202;Chaenorhinum minus;estimation;generative dispersule;.65;.53;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33202;Chaenorhinum minus;actual measurement;generative dispersule;.6;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33202;Chaenorhinum minus;estimation;germinule;.65;.53;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2289;Chaerophyllum aromaticum;estimation;generative dispersule;10.28;1.62;1.03;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2289;Chaerophyllum aromaticum;actual measurement (following LEDA data standards);germinule;6.64;.8;.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2289;Chaerophyllum aromaticum;estimation;germinule;10.28;1.62;1.03;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2289;Chaerophyllum aromaticum;actual measurement (following LEDA data standards);generative dispersule;10.62;.8;.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1393;Chaerophyllum aureum;estimation;germinule;9.04;1.4;.92;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1393;Chaerophyllum aureum;estimation;generative dispersule;9.04;1.4;.92;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1394;Chaerophyllum bulbosum;actual measurement;generative dispersule;5;1.2;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1394;Chaerophyllum bulbosum;estimation;germinule;4.88;1.23;.84;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1394;Chaerophyllum bulbosum;estimation;generative dispersule;4.88;1.23;.84;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1398;Chaerophyllum hirsutum;estimation;generative dispersule;8.95;.92;.84;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1398;Chaerophyllum hirsutum;estimation;germinule;8.95;.92;.84;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1398;Chaerophyllum hirsutum;actual measurement (following LEDA data standards);generative dispersule;9.87;.95;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1401;Chaerophyllum temulentum;actual measurement (following LEDA data standards);generative dispersule;5.29;.94;.79;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 59605;Chaerophyllum temulum;actual measurement;generative dispersule;6;.9;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 59605;Chaerophyllum temulum;estimation;germinule;5.88;1.12;.82;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 59605;Chaerophyllum temulum;estimation;generative dispersule;5.88;1.12;.82;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 724;Chamaecyparis lawsoniana;actual measurement;germinule;3.25;2;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 724;Chamaecyparis lawsoniana;actual measurement;generative dispersule;3.25;3.75;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20494;Chamaecytisus ratisbonensis;estimation;generative dispersule;2.95;2.45;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20494;Chamaecytisus ratisbonensis;estimation;germinule;2.95;2.45;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22377;Chamaecytisus supinus;estimation;germinule;3;2.17;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22377;Chamaecytisus supinus;estimation;generative dispersule;3;2.17;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21791;Chamaespartium sagittale;actual measurement (following LEDA data standards);generative dispersule;2.3;1.64;1.17;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21791;Chamaespartium sagittale;actual measurement;generative dispersule;14;3.5;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21791;Chamaespartium sagittale;estimation;generative dispersule;2.05;1.65;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21791;Chamaespartium sagittale;estimation;germinule;2.05;1.65;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21791;Chamaespartium sagittale;actual measurement;germinule;2.1;1.65;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 59612;Chamaesyce humifusa;estimation;generative dispersule;1.11;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 59612;Chamaesyce humifusa;estimation;germinule;1.11;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 59613;Chamaesyce nutans;estimation;generative dispersule;1.18;.89;.81;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 59613;Chamaesyce nutans;estimation;germinule;1.18;.89;.81;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 5994;Chamomilla recutita;actual measurement;generative dispersule;.95;.3;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5994;Chamomilla recutita;estimation;generative dispersule;.96;.37;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5994;Chamomilla recutita;estimation;germinule;.96;.37;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5904;Chamomilla suaveolens;actual measurement (following LEDA data standards);generative dispersule;.8;.35;.25;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 5904;Chamomilla suaveolens;estimation;generative dispersule;1.25;.48;.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 5904;Chamomilla suaveolens;estimation;germinule;1.25;.48;.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 5904;Chamomilla suaveolens;actual measurement;generative dispersule;1.05;.4;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5904;Chamomilla suaveolens;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;.46;.36;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 5904;Chamomilla suaveolens;actual measurement (following LEDA data standards);generative dispersule;1.7;.63;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39472;Chamorchis alpina;estimation;germinule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39472;Chamorchis alpina;estimation;generative dispersule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25435;Chelidonium majus;actual measurement;generative dispersule;1.4;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25435;Chelidonium majus;actual measurement (following LEDA data standards);generative dispersule;1.5;.9;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17842;Chenopodium album;actual measurement (following LEDA data standards);generative dispersule;.9;.8;.5;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 17842;Chenopodium album;actual measurement;germinule;1.2;1.2;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17842;Chenopodium album;estimation;germinule;1.17;1.17;.7;-2;;BIOLFLOR database;;;Same [S]; schwarzer Same/mit Perigon [F1];;; 17842;Chenopodium album;actual measurement (following LEDA data standards);germinule;1.28;1.17;.6;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 17842;Chenopodium album;actual measurement (following LEDA data standards);generative dispersule;1.26;1.15;.72;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17719;Chenopodium ambrosioides;actual measurement (following LEDA data standards);generative dispersule;.8;.68;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17719;Chenopodium ambrosioides;estimation;germinule;.74;.7;.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17724;Chenopodium bonus-henricus;actual measurement;germinule;1.65;1.65;1.05;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17724;Chenopodium bonus-henricus;estimation;germinule;1.79;1.74;1.03;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17724;Chenopodium bonus-henricus;estimation;generative dispersule;1.79;1.74;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17732;Chenopodium botrys;actual measurement;germinule;.6;.6;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17732;Chenopodium botrys;estimation;germinule;.72;.69;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44805;Chenopodium capitatum;actual measurement;germinule;1.6;1.6;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17727;Chenopodium chenopodioides;estimation;germinule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17866;Chenopodium ficifolium;estimation;germinule;.95;.95;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17874;Chenopodium glaucum;actual measurement;germinule;.6;.6;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17874;Chenopodium glaucum;actual measurement (following LEDA data standards);generative dispersule;.86;.81;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17874;Chenopodium glaucum;estimation;germinule;.72;.66;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17875;Chenopodium hybridum;actual measurement;germinule;1.75;1.75;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17875;Chenopodium hybridum;actual measurement (following LEDA data standards);generative dispersule;1.57;1.44;.81;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17875;Chenopodium hybridum;estimation;germinule;1.78;1.73;.84;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17875;Chenopodium hybridum;estimation;generative dispersule;1.78;1.73;.84;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17880;Chenopodium murale;estimation;generative dispersule;1.54;1.5;.92;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17880;Chenopodium murale;estimation;germinule;1.25;1.22;.62;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17880;Chenopodium murale;actual measurement;germinule;1.25;1.25;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17881;Chenopodium opulifolium;estimation;generative dispersule;1.5;1.36;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17881;Chenopodium opulifolium;estimation;germinule;1.23;1.2;.59;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17882;Chenopodium polyspermum;actual measurement;germinule;.85;.85;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17882;Chenopodium polyspermum;estimation;generative dispersule;.96;.94;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17882;Chenopodium polyspermum;actual measurement (following LEDA data standards);generative dispersule;1.05;.9;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17882;Chenopodium polyspermum;estimation;germinule;.96;.94;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44801;Chenopodium pumilio;estimation;germinule;.51;.5;.29;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17729;Chenopodium rubrum;actual measurement;germinule;.35;.35;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17729;Chenopodium rubrum;actual measurement (following LEDA data standards);generative dispersule;.86;.75;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17729;Chenopodium rubrum;estimation;germinule;.61;.61;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44800;Chenopodium schraderianum;estimation;germinule;.87;.82;.62;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17718;Chenopodium strictum;estimation;germinule;1.15;1.05;.56;-2;;BIOLFLOR database;;;Same [S]; schwarzer Same/mit Perigon [F1];;; 17888;Chenopodium suecicum;estimation;germinule;1.47;1.4;.72;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17891;Chenopodium urbicum;estimation;generative dispersule;.86;.85;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17891;Chenopodium urbicum;actual measurement;germinule;.9;.9;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17891;Chenopodium urbicum;estimation;germinule;.86;.85;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17892;Chenopodium vulvaria;actual measurement (following LEDA data standards);generative dispersule;1.48;1.35;.81;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17892;Chenopodium vulvaria;estimation;germinule;1.12;1.11;.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 5390;Chondrilla juncea;estimation;germinule;3.78;.61;.53;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5390;Chondrilla juncea;estimation;generative dispersule;16.2;.61;.53;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 5390;Chondrilla juncea;actual measurement;generative dispersule;3.75;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus easily broken off;; 3728;Chrysanthemum segetum;actual measurement;generative dispersule;2.4;1.75;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3728;Chrysanthemum segetum;estimation;germinule;2.77;2.16;1.27;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 3728;Chrysanthemum segetum;estimation;germinule;2.6;1.27;1.21;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 3728;Chrysanthemum segetum;estimation;generative dispersule;2.77;2.16;1.27;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 3728;Chrysanthemum segetum;estimation;generative dispersule;2.6;1.27;1.21;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 31308;Chrysosplenium alternifolium;estimation;generative dispersule;.68;.45;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31308;Chrysosplenium alternifolium;actual measurement (following LEDA data standards);generative dispersule;.62;.43;.22;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31308;Chrysosplenium alternifolium;estimation;germinule;.68;.45;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31313;Chrysosplenium oppositifolium;estimation;generative dispersule;.59;.48;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31313;Chrysosplenium oppositifolium;estimation;germinule;.59;.48;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2692;Cicerbita alpina;estimation;germinule;4.78;1;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3060;Cicerbita macrophylla;estimation;germinule;5.55;1.33;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5540;Cicerbita plumieri;estimation;germinule;6.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3061;Cichorium endivia;actual measurement;generative dispersule;1.75;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3061;Cichorium endivia;estimation;germinule;1.88;1.25;1.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2694;Cichorium intybus;actual measurement;generative dispersule;2.5;1.25;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2694;Cichorium intybus;estimation;germinule;2.36;1.23;.82;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2295;Cicuta virosa;actual measurement;generative dispersule;2.4;1.7;1.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2295;Cicuta virosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.07;1.71;1.44;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 2295;Cicuta virosa;estimation;germinule;2.12;1.69;1.51;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2295;Cicuta virosa;estimation;generative dispersule;2.12;1.69;1.51;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 26057;Circaea alpina;estimation;generative dispersule;5.25;.93;.85;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26057;Circaea alpina;estimation;germinule;5.25;.93;.85;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26061;Circaea lutetiana;estimation;generative dispersule;9;2.27;1.08;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26061;Circaea lutetiana;actual measurement (following LEDA data standards);generative dispersule;5.58;1.55;1.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26061;Circaea lutetiana;estimation;germinule;9;2.27;1.08;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3252;Cirsium acaule;estimation;generative dispersule;25;1.79;1.02;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3252;Cirsium acaule;estimation;germinule;4.12;1.79;1.02;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5024;Cirsium arvense;estimation;generative dispersule;3.28;1.14;.69;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5024;Cirsium arvense;actual measurement;germinule;2.8;1;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5024;Cirsium arvense;actual measurement;generative dispersule;23;1;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5024;Cirsium arvense;estimation;germinule;3.28;1.14;.69;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5024;Cirsium arvense;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.39;1.14;.71;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 5024;Cirsium arvense;actual measurement (following LEDA data standards);germinule;3.8;1.6;.9;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 5024;Cirsium arvense;actual measurement (following LEDA data standards);generative dispersule;3.05;1.05;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2905;Cirsium canum;actual measurement;generative dispersule;5;1.45;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2905;Cirsium canum;actual measurement;germinule;3.5;1.45;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2905;Cirsium canum;estimation;germinule;3.6;1.45;.82;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2905;Cirsium canum;estimation;generative dispersule;3.6;1.45;.82;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5048;Cirsium dissectum;estimation;germinule;4.59;1.86;.78;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5048;Cirsium dissectum;estimation;generative dispersule;4.59;1.86;.78;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2903;Cirsium eriophorum;estimation;germinule;5.04;2.13;1.18;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2903;Cirsium eriophorum;estimation;generative dispersule;5.04;2.13;1.18;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2903;Cirsium eriophorum;actual measurement;germinule;;1.35;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2903;Cirsium eriophorum;actual measurement;generative dispersule;4.25;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3067;Cirsium helenioides;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3067;Cirsium helenioides;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6109;Cirsium oleraceum;actual measurement;germinule;4.25;1.65;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus existent, but no size given ;; 6109;Cirsium oleraceum;estimation;germinule;4.17;1.65;.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6109;Cirsium oleraceum;estimation;generative dispersule;4.17;1.65;.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5896;Cirsium palustre;estimation;generative dispersule;3.2;1.33;.66;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5896;Cirsium palustre;actual measurement;generative dispersule;13.5;1.2;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5896;Cirsium palustre;actual measurement;germinule;3.35;1.2;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5896;Cirsium palustre;actual measurement (following LEDA data standards);germinule;3.85;1.25;.94;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 5896;Cirsium palustre;actual measurement (following LEDA data standards);germinule;4.3;1.48;.8;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 5896;Cirsium palustre;estimation;germinule;3.2;1.33;.66;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4050;Cirsium rivulare;estimation;generative dispersule;4.02;1.54;.74;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4050;Cirsium rivulare;estimation;germinule;4.02;1.54;.74;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3682;Cirsium spinosissimum;estimation;generative dispersule;15.3;1.42;.95;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3682;Cirsium spinosissimum;estimation;germinule;3.88;1.42;.95;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3068;Cirsium tuberosum;estimation;generative dispersule;3.4;1.41;.91;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3068;Cirsium tuberosum;estimation;germinule;3.4;1.41;.91;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3737;Cirsium vulgare;actual measurement;germinule;3.5;1.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus existent, but no size given;; 3737;Cirsium vulgare;actual measurement (following LEDA data standards);generative dispersule;3.89;1.47;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3737;Cirsium vulgare;actual measurement (following LEDA data standards);germinule;4.8;1.7;1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 3737;Cirsium vulgare;estimation;germinule;3.81;1.5;.96;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3737;Cirsium vulgare;estimation;generative dispersule;3.81;1.5;.96;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37586;Cladium mariscus;estimation;germinule;3.19;1.5;1.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37586;Cladium mariscus;estimation;generative dispersule;4;1.66;1.6;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37586;Cladium mariscus;actual measurement (following LEDA data standards);germinule;1.88;1.38;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37586;Cladium mariscus;actual measurement;generative dispersule;3;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37586;Cladium mariscus;actual measurement (following LEDA data standards);generative dispersule;4.15;1.95;1.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27495;Claytonia perfoliata;estimation;generative dispersule;1.15;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27495;Claytonia perfoliata;actual measurement;generative dispersule;1.15;1;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27495;Claytonia perfoliata;estimation;germinule;1.15;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27205;Clematis vitalba;actual measurement (following LEDA data standards);generative dispersule;6.56;1.58;.87;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27205;Clematis vitalba;actual measurement;generative dispersule;19;5;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27205;Clematis vitalba;actual measurement;germinule;3.4;1.5;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27205;Clematis vitalba;estimation;germinule;19.2;1.76;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27205;Clematis vitalba;estimation;generative dispersule;19.2;1.76;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27206;Clematis viticella;actual measurement;germinule;11;9;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24218;Clinopodium vulgare;actual measurement;generative dispersule;1.1;.9;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24218;Clinopodium vulgare;actual measurement (following LEDA data standards);generative dispersule;1.13;.83;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24218;Clinopodium vulgare;actual measurement (following LEDA data standards);generative dispersule;1.16;.84;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24218;Clinopodium vulgare;estimation;germinule;1.3;1;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24218;Clinopodium vulgare;estimation;generative dispersule;1.3;1;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 3260;Cnicus benedictus;estimation;generative dispersule;17.9;2.59;2.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3260;Cnicus benedictus;actual measurement;germinule;7.5;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3260;Cnicus benedictus;estimation;germinule;7.77;2.59;2.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3260;Cnicus benedictus;actual measurement;generative dispersule;17.5;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1405;Cnidium dubium;estimation;generative dispersule;2.33;1.53;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1405;Cnidium dubium;estimation;germinule;2.33;1.53;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1407;Cnidium silaifolium;estimation;generative dispersule;4;1.99;1.38;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1407;Cnidium silaifolium;estimation;germinule;4;1.99;1.38;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 13319;Cochlearia anglica;actual measurement (following LEDA data standards);generative dispersule;1.79;1.26;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13319;Cochlearia anglica;estimation;germinule;1.88;1;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13319;Cochlearia anglica;estimation;generative dispersule;1.88;1;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12875;Cochlearia danica;estimation;generative dispersule;1.05;.8;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12875;Cochlearia danica;estimation;germinule;1.05;.8;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14148;Cochlearia officinalis;estimation;generative dispersule;1.45;1.05;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14148;Cochlearia officinalis;actual measurement;generative dispersule;1.35;1.1;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14148;Cochlearia officinalis;actual measurement (following LEDA data standards);generative dispersule;1.37;1.05;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14148;Cochlearia officinalis;estimation;germinule;1.45;1.05;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39475;Coeloglossum viride;estimation;germinule;.45;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39475;Coeloglossum viride;estimation;generative dispersule;.45;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46061;Coincya monensis;estimation;generative dispersule;1.67;1.67;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46061;Coincya monensis;estimation;germinule;1.67;1.67;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38684;Colchicum autumnale;actual measurement (following LEDA data standards);generative dispersule;3.16;2.36;1.2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38684;Colchicum autumnale;actual measurement;generative dispersule;2.5;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41701;Coleanthus subtilis;estimation;germinule;.7;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41701;Coleanthus subtilis;estimation;generative dispersule;.7;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28174;Collomia grandiflora;estimation;germinule;2.98;1.55;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28174;Collomia grandiflora;estimation;generative dispersule;2.98;1.55;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28174;Collomia grandiflora;actual measurement;generative dispersule;2.75;1.4;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21799;Colutea arborescens;actual measurement;generative dispersule;3.75;3.25;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21799;Colutea arborescens;actual measurement (following LEDA data standards);generative dispersule;4.35;4;1.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21799;Colutea arborescens;estimation;germinule;3.62;3.25;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21799;Colutea arborescens;estimation;generative dispersule;3.62;3.25;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1410;Conium maculatum;estimation;germinule;3.08;1.71;1.31;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1410;Conium maculatum;estimation;generative dispersule;3.08;1.71;1.31;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1410;Conium maculatum;actual measurement (following LEDA data standards);generative dispersule;3.06;1.38;1.24;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 1410;Conium maculatum;actual measurement;generative dispersule;3;1.75;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1346;Conopodium majus;estimation;germinule;4.05;1.28;.45;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1346;Conopodium majus;estimation;generative dispersule;4.05;1.28;.45;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 13624;Conringia orientalis;actual measurement;generative dispersule;2.75;1.65;1.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13624;Conringia orientalis;actual measurement (following LEDA data standards);generative dispersule;2.54;1.46;.98;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13624;Conringia orientalis;estimation;generative dispersule;2.45;1.52;1.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13624;Conringia orientalis;estimation;germinule;2.45;1.52;1.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27212;Consolida ajacis;estimation;generative dispersule;2.38;1.5;1.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27212;Consolida ajacis;estimation;germinule;2.38;1.5;1.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27096;Consolida orientalis;estimation;germinule;1.8;1.1;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27096;Consolida orientalis;estimation;generative dispersule;1.8;1.1;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27229;Consolida regalis;estimation;generative dispersule;2.16;1.27;1.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27229;Consolida regalis;estimation;germinule;2.16;1.27;1.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27229;Consolida regalis;actual measurement (following LEDA data standards);generative dispersule;2;1.25;.88;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39099;Convallaria majalis;actual measurement (following LEDA data standards);generative dispersule;3.75;3;2.7;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39099;Convallaria majalis;actual measurement;generative dispersule;2.4;2.05;2.05;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39099;Convallaria majalis;estimation;germinule;3;2.68;2.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39099;Convallaria majalis;estimation;generative dispersule;8.8;8;9.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18911;Convolvulus arvensis;estimation;germinule;3.78;2.3;2.07;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18911;Convolvulus arvensis;estimation;generative dispersule;3.78;2.3;2.07;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18911;Convolvulus arvensis;actual measurement (following LEDA data standards);generative dispersule;2.45;1.75;1.5;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 18911;Convolvulus arvensis;actual measurement;generative dispersule;3.5;2.5;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2911;Conyza bonariensis;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5194;Conyza canadensis;actual measurement (following LEDA data standards);generative dispersule;.85;.25;.1;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 5194;Conyza canadensis;actual measurement;generative dispersule;3.75;2.05;1.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5194;Conyza canadensis;actual measurement (following LEDA data standards);germinule;1.12;.29;.22;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 5194;Conyza canadensis;actual measurement (following LEDA data standards);generative dispersule;2.88;.29;.22;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 5194;Conyza canadensis;actual measurement;germinule;1.25;.3;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5194;Conyza canadensis;estimation;germinule;1.21;.34;.21;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5194;Conyza canadensis;estimation;generative dispersule;3.53;.34;.21;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 39481;Corallorhiza trifida;actual measurement (following LEDA data standards);generative dispersule;.8;.16;.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2310;Coriandrum sativum;actual measurement;generative dispersule;4;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2310;Coriandrum sativum;estimation;germinule;3.71;3;3.23;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2310;Coriandrum sativum;estimation;generative dispersule;3.71;3;3.23;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17784;Corispermum marschallii;estimation;generative dispersule;3.75;3;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 17784;Corispermum marschallii;estimation;germinule;3.75;3;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18424;Cornus alba;actual measurement;generative dispersule;6.5;5;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18424;Cornus alba;estimation;germinule;4.25;4.25;2.75;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 18424;Cornus alba;actual measurement;germinule;4.25;4.25;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18424;Cornus alba;estimation;generative dispersule;6.5;5;5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18428;Cornus mas;actual measurement;germinule;13.5;5.5;5.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18428;Cornus mas;actual measurement;generative dispersule;18;8;8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18428;Cornus mas;estimation;germinule;13.5;5.5;5.5;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 18429;Cornus sanguinea;estimation;germinule;4.98;4.7;4.58;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 18429;Cornus sanguinea;estimation;generative dispersule;6.5;6.5;6.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18429;Cornus sanguinea;actual measurement;generative dispersule;6.5;6.5;6.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18429;Cornus sanguinea;actual measurement;germinule;5;5;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18440;Cornus suecica;estimation;germinule;2.95;3.1;2.15;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 18440;Cornus suecica;estimation;generative dispersule;5;5;5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21803;Coronilla coronata;estimation;germinule;3.23;1.68;1.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21803;Coronilla coronata;estimation;generative dispersule;7.68;2.6;2.05;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 21803;Coronilla coronata;actual measurement;germinule;2.55;1.6;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21803;Coronilla coronata;actual measurement;generative dispersule;7.5;2.35;2.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod segments;; 21806;Coronilla emerus;actual measurement;germinule;3.8;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21806;Coronilla emerus;actual measurement;generative dispersule;9;1.4;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod segments;; 21349;Coronilla vaginalis;estimation;germinule;3;1.46;1.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21810;Coronilla varia;estimation;generative dispersule;6;2;2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 21810;Coronilla varia;actual measurement;germinule;3.75;1.1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21810;Coronilla varia;actual measurement (following LEDA data standards);generative dispersule;3.35;1.25;1.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21810;Coronilla varia;estimation;germinule;3.71;1.42;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13200;Coronopus didymus;actual measurement (following LEDA data standards);generative dispersule;1.5;1.25;.75;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 13200;Coronopus didymus;estimation;generative dispersule;1.48;1;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 13200;Coronopus didymus;estimation;germinule;1.48;1;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 14154;Coronopus squamatus;estimation;generative dispersule;3.85;2.58;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14154;Coronopus squamatus;estimation;germinule;3.85;2.58;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15658;Corrigiola litoralis;estimation;germinule;1.1;.78;.78;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28841;Cortusa matthioli;estimation;generative dispersule;1.2;.95;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28841;Cortusa matthioli;actual measurement;generative dispersule;1.2;.95;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28841;Cortusa matthioli;estimation;germinule;1.2;.95;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25389;Corydalis cava;actual measurement;generative dispersule;2.5;2.25;1.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;membranous appendage;; 25389;Corydalis cava;actual measurement (following LEDA data standards);generative dispersule;3.15;2.84;2.39;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25469;Corydalis solida;actual measurement (following LEDA data standards);generative dispersule;2.31;2;1.37;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25469;Corydalis solida;actual measurement;generative dispersule;1.9;1.9;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;membranous appendage;; 18083;Corylus avellana;actual measurement;generative dispersule;20;12.5;8.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18083;Corylus avellana;estimation;germinule;18.75;12.5;8.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18083;Corylus avellana;estimation;generative dispersule;18.75;12.5;8.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 18084;Corylus colurna;actual measurement;generative dispersule;17.5;15;12.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41702;Corynephorus canescens;actual measurement;generative dispersule;2.25;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41702;Corynephorus canescens;actual measurement (following LEDA data standards);germinule;1.13;.33;.23;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41702;Corynephorus canescens;actual measurement;germinule;.9;.3;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41702;Corynephorus canescens;actual measurement (following LEDA data standards);generative dispersule;1.93;.33;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41702;Corynephorus canescens;estimation;germinule;.95;.3;.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 944;Cotinus coggygria;estimation;generative dispersule;4.75;2.75;1.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 944;Cotinus coggygria;actual measurement;generative dispersule;4.5;2.75;1.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31211;Cotoneaster acuminatus;estimation;generative dispersule;9;;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29735;Cotoneaster horizontalis;estimation;generative dispersule;5;4.5;4.5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29735;Cotoneaster horizontalis;estimation;germinule;3.67;2.8;1.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30932;Cotoneaster integerrimus;estimation;germinule;3.83;3.05;2.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30932;Cotoneaster integerrimus;estimation;generative dispersule;6.42;6.13;6.13;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29737;Cotoneaster nebrodensis;estimation;germinule;5.14;3;2.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29737;Cotoneaster nebrodensis;estimation;generative dispersule;7.25;7.25;7.25;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29738;Cotoneaster simonsii;estimation;germinule;4.95;3.98;1.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29738;Cotoneaster simonsii;estimation;generative dispersule;8;5;5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 5009;Cotula coronopifolia;estimation;germinule;1.08;.51;.19;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 5009;Cotula coronopifolia;estimation;generative dispersule;1.08;.51;.19;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 14463;Crambe maritima;estimation;generative dispersule;10.5;7.75;7.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 14463;Crambe maritima;actual measurement;germinule;5;5;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14463;Crambe maritima;actual measurement;generative dispersule;9.5;7.5;7.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14463;Crambe maritima;estimation;germinule;10.5;7.75;7.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 18112;Crassula aquatica;estimation;germinule;.45;.15;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18112;Crassula aquatica;estimation;generative dispersule;.45;.15;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46103;Crassula helmsii;estimation;germinule;.45;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46103;Crassula helmsii;estimation;generative dispersule;.45;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18116;Crassula tillaea;estimation;generative dispersule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18116;Crassula tillaea;estimation;germinule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29749;Crataegus laevigata;estimation;germinule;5.88;4.38;3.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29980;Crataegus monogyna;estimation;generative dispersule;9.93;8.45;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29980;Crataegus monogyna;actual measurement (following LEDA data standards);generative dispersule;5.46;4.73;4.73;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29980;Crataegus monogyna;estimation;germinule;7.43;5.28;5.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 5873;Crepis alpestris;estimation;germinule;9.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5873;Crepis alpestris;actual measurement (following LEDA data standards);germinule;10.29;.66;.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 5873;Crepis alpestris;actual measurement (following LEDA data standards);generative dispersule;18.59;9.96;9.96;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2623;Crepis aurea;estimation;germinule;5.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4230;Crepis biennis;estimation;germinule;5.62;.66;.55;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4230;Crepis biennis;actual measurement;generative dispersule;13;.65;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4230;Crepis biennis;actual measurement;germinule;5;.65;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2916;Crepis bocconi;estimation;germinule;9.1;1.75;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3071;Crepis capillaris;actual measurement;germinule;2.5;.45;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus existent;; 3071;Crepis capillaris;estimation;generative dispersule;3;.53;.45;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3071;Crepis capillaris;estimation;germinule;2.2;.53;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6115;Crepis conyzifolia;estimation;germinule;7.81;1.09;.59;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3405;Crepis foetida;estimation;germinule;14.5;.57;.4;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 3405;Crepis foetida;estimation;germinule;8;.42;.38;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 2920;Crepis jacquinii;estimation;germinule;4.25;.88;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5768;Crepis mollis;estimation;germinule;3.38;.55;.5;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 5768;Crepis mollis;estimation;generative dispersule;3.39;.55;.5;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 5768;Crepis mollis;estimation;generative dispersule;3.38;.55;.5;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 5768;Crepis mollis;estimation;germinule;3.39;.55;.5;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 5197;Crepis nicaeensis;estimation;generative dispersule;3.58;.6;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5197;Crepis nicaeensis;estimation;germinule;3.58;.6;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5882;Crepis paludosa;actual measurement (following LEDA data standards);germinule;4.02;.59;.52;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;NETHERLANDS 5882;Crepis paludosa;estimation;germinule;4.82;.63;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2633;Crepis praemorsa;estimation;germinule;4.25;.65;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2633;Crepis praemorsa;estimation;generative dispersule;4.25;.65;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5675;Crepis pulchra;estimation;germinule;4.57;.44;.44;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 5675;Crepis pulchra;actual measurement (following LEDA data standards);germinule;4.2;.53;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 5675;Crepis pulchra;estimation;germinule;5.5;.5;.5;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 5675;Crepis pulchra;actual measurement (following LEDA data standards);generative dispersule;8.4;4.73;4.73;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 4706;Crepis pyrenaica;estimation;germinule;6.94;.85;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4060;Crepis setosa;actual measurement;germinule;3.75;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4060;Crepis setosa;estimation;generative dispersule;4.13;.43;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 4060;Crepis setosa;estimation;germinule;4.13;.43;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3084;Crepis tectorum;estimation;germinule;3.33;.6;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3084;Crepis tectorum;actual measurement;germinule;4;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3084;Crepis tectorum;actual measurement;generative dispersule;8.5;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 4938;Crepis terglouensis;estimation;germinule;4.38;1.13;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3710;Crepis vesicaria;actual measurement;generative dispersule;6.5;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 5286;Crepis vesicaria s. haenseleri;estimation;germinule;6.75;.35;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 32133;Cruciata laevipes;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32133;Cruciata laevipes;estimation;generative dispersule;1.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 16443;Cucubalus baccifer;estimation;generative dispersule;7;7;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 16443;Cucubalus baccifer;estimation;germinule;1.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18481;Cucumis sativus;actual measurement;germinule;9.5;3.5;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18482;Cucurbita maxima;actual measurement;germinule;24.5;13;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18484;Cucurbita pepo;actual measurement;germinule;18;12;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18871;Cuscuta campestris;actual measurement;generative dispersule;1.1;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18871;Cuscuta campestris;estimation;germinule;1.28;1.08;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18871;Cuscuta campestris;estimation;generative dispersule;1.28;1.08;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18845;Cuscuta epilinum;estimation;generative dispersule;1.13;1.06;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18845;Cuscuta epilinum;actual measurement;generative dispersule;1.1;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18845;Cuscuta epilinum;estimation;germinule;1.13;1.06;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18799;Cuscuta epithymum;actual measurement;generative dispersule;1.1;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18822;Cuscuta europaea;actual measurement;generative dispersule;1.1;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18822;Cuscuta europaea;estimation;germinule;1.14;1.02;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18822;Cuscuta europaea;estimation;generative dispersule;1.14;1.02;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18827;Cuscuta gronovii;estimation;generative dispersule;1.39;1.16;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18827;Cuscuta gronovii;estimation;germinule;1.39;1.16;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18827;Cuscuta gronovii;actual measurement;generative dispersule;1.5;1.35;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18833;Cuscuta lupuliformis;actual measurement;generative dispersule;2.5;1.8;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18833;Cuscuta lupuliformis;estimation;germinule;2.5;1.8;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18833;Cuscuta lupuliformis;estimation;generative dispersule;2.5;1.8;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18803;Cuscuta suaveolens Ser.;actual measurement;generative dispersule;1.5;1.35;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18803;Cuscuta suaveolens Ser.;estimation;germinule;1.58;1.32;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18803;Cuscuta suaveolens Ser.;estimation;generative dispersule;1.58;1.32;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30948;Cydonia oblonga;estimation;generative dispersule;80;;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30948;Cydonia oblonga;actual measurement;germinule;7.75;4.5;3.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30948;Cydonia oblonga;estimation;germinule;7.63;4.5;3.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33224;Cymbalaria muralis;estimation;germinule;.79;.68;.68;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33224;Cymbalaria muralis;estimation;generative dispersule;.79;.68;.68;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 41221;Cynodon dactylon;estimation;generative dispersule;2.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41221;Cynodon dactylon;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 12512;Cynoglossum germanicum;estimation;generative dispersule;7.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12512;Cynoglossum germanicum;estimation;germinule;7.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12519;Cynoglossum officinale;estimation;generative dispersule;6.78;5.6;2.42;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12519;Cynoglossum officinale;estimation;germinule;6.78;5.6;2.42;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12519;Cynoglossum officinale;actual measurement;germinule;6.5;5.5;2.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40659;Cynosurus cristatus;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.4;.74;.46;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 40659;Cynosurus cristatus;actual measurement (following LEDA data standards);germinule;1.83;.63;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40659;Cynosurus cristatus;actual measurement;germinule;2;.75;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40659;Cynosurus cristatus;actual measurement;generative dispersule;3.5;.85;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40659;Cynosurus cristatus;estimation;germinule;1.87;.73;.63;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40659;Cynosurus cristatus;actual measurement (following LEDA data standards);generative dispersule;3.4;.69;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41222;Cynosurus echinatus;estimation;germinule;3.5;.9;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41222;Cynosurus echinatus;actual measurement;generative dispersule;14.5;1.2;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 41222;Cynosurus echinatus;actual measurement;germinule;3.5;.9;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37597;Cyperus eragrostis;estimation;germinule;.98;.5;.49;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37597;Cyperus eragrostis;estimation;generative dispersule;.98;.5;.49;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37201;Cyperus esculentus;estimation;germinule;1.35;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37201;Cyperus esculentus;estimation;generative dispersule;1.35;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37602;Cyperus flavescens;estimation;generative dispersule;1.13;.8;.41;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37602;Cyperus flavescens;actual measurement (following LEDA data standards);generative dispersule;1.05;.71;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37602;Cyperus flavescens;estimation;germinule;1.13;.8;.41;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37606;Cyperus fuscus;estimation;generative dispersule;.95;.53;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37606;Cyperus fuscus;actual measurement (following LEDA data standards);generative dispersule;.9;.45;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37606;Cyperus fuscus;estimation;germinule;.95;.53;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37214;Cyperus longus;estimation;generative dispersule;1.16;.5;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37214;Cyperus longus;estimation;germinule;1.16;.5;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37621;Cyperus michelianus;actual measurement (following LEDA data standards);germinule;.9;.38;.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37621;Cyperus michelianus;actual measurement (following LEDA data standards);generative dispersule;2.92;1.32;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37621;Cyperus michelianus;estimation;generative dispersule;1.38;.34;.17;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37621;Cyperus michelianus;estimation;germinule;.99;.34;.17;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39484;Cypripedium calceolus;estimation;generative dispersule;.9;.15;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39484;Cypripedium calceolus;actual measurement;generative dispersule;.8;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39484;Cypripedium calceolus;estimation;germinule;.9;.15;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21757;Cytisus scoparius;actual measurement (following LEDA data standards);generative dispersule;3.19;2.08;1.32;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 21757;Cytisus scoparius;actual measurement;germinule;3.25;2.4;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21757;Cytisus scoparius;actual measurement;generative dispersule;40;10;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21757;Cytisus scoparius;estimation;germinule;3.59;2.45;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21757;Cytisus scoparius;estimation;generative dispersule;3.59;2.45;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19707;Cytisus striatus;estimation;germinule;3.45;2.16;1.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19707;Cytisus striatus;estimation;generative dispersule;3.45;2.16;1.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40290;Dactylis glomerata;actual measurement (following LEDA data standards);generative dispersule;4.48;.86;.47;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40290;Dactylis glomerata;estimation;generative dispersule;6.04;1.2;.93;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40290;Dactylis glomerata;actual measurement (following LEDA data standards);germinule;3.16;.88;.72;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40290;Dactylis glomerata;actual measurement (following LEDA data standards);generative dispersule;7.03;1.11;1.11;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40290;Dactylis glomerata;actual measurement;generative dispersule;5.5;1.25;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes;; 40290;Dactylis glomerata;actual measurement;germinule;2.5;.8;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40290;Dactylis glomerata;estimation;germinule;2.77;.99;.83;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39506;Dactylorhiza maculata;actual measurement (following LEDA data standards);generative dispersule;.64;.19;.19;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39838;Dactylorhiza majalis;actual measurement (following LEDA data standards);generative dispersule;.9;.24;.21;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39846;Dactylorhiza majalis subsp. purpurella;actual measurement (following LEDA data standards);generative dispersule;.53;.14;.14;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40663;Danthonia alpina;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42203;Danthonia decumbens;actual measurement (following LEDA data standards);one-seeded generative dispersule;5.6;1.8;1.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 42203;Danthonia decumbens;estimation;generative dispersule;4.63;1.75;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42203;Danthonia decumbens;actual measurement (following LEDA data standards);generative dispersule;5.25;1.79;1.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42203;Danthonia decumbens;actual measurement (following LEDA data standards);germinule;2.42;1.26;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42203;Danthonia decumbens;estimation;germinule;2.38;1.4;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42203;Danthonia decumbens;actual measurement (following LEDA data standards);germinule;3.1;1.4;.7;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 34621;Daphne cneorum;actual measurement (following LEDA data standards);generative dispersule;4.1;3.15;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 34610;Daphne mezereum;estimation;germinule;5.08;3.85;3.85;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 34610;Daphne mezereum;actual measurement;germinule;3.75;3.75;3.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34991;Datura innoxia;actual measurement (following LEDA data standards);generative dispersule;4.94;3.89;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 34907;Datura stramonium;actual measurement;germinule;3.55;2.9;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34907;Datura stramonium;estimation;germinule;3.61;2.88;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34907;Datura stramonium;estimation;generative dispersule;3.61;2.88;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1358;Daucus carota;actual measurement (following LEDA data standards);generative dispersule;2.12;1.06;.54;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 1358;Daucus carota;estimation;germinule;3.72;3.18;1.39;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1358;Daucus carota;actual measurement;germinule;3;1.5;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1358;Daucus carota;estimation;generative dispersule;3.72;3.18;1.39;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1358;Daucus carota;actual measurement (following LEDA data standards);generative dispersule;2.84;1.89;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27141;Delphinium elatum;actual measurement;generative dispersule;1.9;1.55;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27141;Delphinium elatum;estimation;generative dispersule;2.49;1.82;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27141;Delphinium elatum;estimation;germinule;2.49;1.82;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40299;Deschampsia cespitosa;actual measurement (following LEDA data standards);germinule;3;.8;.6;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 40299;Deschampsia cespitosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;.4;.4;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 40299;Deschampsia cespitosa;actual measurement;generative dispersule;2.3;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes;; 40299;Deschampsia cespitosa;actual measurement (following LEDA data standards);generative dispersule;2.56;.64;.61;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40299;Deschampsia cespitosa;estimation;generative dispersule;3.26;.74;.66;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40299;Deschampsia cespitosa;estimation;germinule;1.63;.6;.44;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40299;Deschampsia cespitosa;actual measurement (following LEDA data standards);germinule;1.34;.51;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40299;Deschampsia cespitosa;actual measurement;generative dispersule;1.5;.7;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;fruit easily separated from glumes;; 40299;Deschampsia cespitosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.55;.45;.4;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 41982;Deschampsia flexuosa;actual measurement (following LEDA data standards);generative dispersule;3.92;.79;.46;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 41982;Deschampsia flexuosa;actual measurement;generative dispersule;4;.7;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41982;Deschampsia flexuosa;actual measurement;germinule;3;.6;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41982;Deschampsia flexuosa;actual measurement (following LEDA data standards);generative dispersule;4.95;1.05;.85;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41982;Deschampsia flexuosa;actual measurement (following LEDA data standards);germinule;2.88;.86;.67;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41982;Deschampsia flexuosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.3;.3;.2;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 41982;Deschampsia flexuosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.85;.55;.4;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 41982;Deschampsia flexuosa;estimation;germinule;2.47;.79;.53;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41982;Deschampsia flexuosa;estimation;generative dispersule;6.23;1.05;.64;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42211;Deschampsia littoralis;estimation;germinule;2.1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40981;Deschampsia media;estimation;generative dispersule;3.06;.58;.52;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40981;Deschampsia media;estimation;germinule;1.95;.43;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40982;Deschampsia setacea;estimation;generative dispersule;3.5;.5;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40982;Deschampsia setacea;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 13207;Descurainia sophia;actual measurement;generative dispersule;.9;.5;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13207;Descurainia sophia;estimation;generative dispersule;.97;.55;.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13207;Descurainia sophia;estimation;germinule;.97;.55;.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40985;Desmazeria rigida;actual measurement (following LEDA data standards);generative dispersule;1.35;.3;.25;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40985;Desmazeria rigida;estimation;germinule;1.6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40985;Desmazeria rigida;estimation;generative dispersule;2.25;.5;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 16445;Dianthus arenarius;estimation;generative dispersule;2.05;1.45;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16445;Dianthus arenarius;estimation;germinule;2.05;1.45;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16115;Dianthus armeria;estimation;generative dispersule;1.3;.81;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16115;Dianthus armeria;estimation;germinule;1.3;.81;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16451;Dianthus barbatus;estimation;generative dispersule;2.13;1.5;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16451;Dianthus barbatus;estimation;germinule;2.13;1.5;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16880;Dianthus carthusianorum;actual measurement;germinule;2;1.75;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16880;Dianthus carthusianorum;actual measurement (following LEDA data standards);generative dispersule;2;1.48;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16880;Dianthus carthusianorum;estimation;germinule;2.3;1.88;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16880;Dianthus carthusianorum;actual measurement;germinule;2.15;1.75;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16880;Dianthus carthusianorum;estimation;generative dispersule;2.3;1.88;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16129;Dianthus deltoides;estimation;generative dispersule;1.38;.86;.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16129;Dianthus deltoides;estimation;germinule;1.38;.86;.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16129;Dianthus deltoides;actual measurement;germinule;1.35;.75;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16472;Dianthus gratianopolitanus;estimation;generative dispersule;3.72;2.44;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16472;Dianthus gratianopolitanus;estimation;germinule;3.72;2.44;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16914;Dianthus seguieri;estimation;germinule;2.44;1.83;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16914;Dianthus seguieri;estimation;generative dispersule;2.44;1.83;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16439;Dianthus superbus;estimation;generative dispersule;2.14;1.51;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16439;Dianthus superbus;actual measurement (following LEDA data standards);generative dispersule;1.8;1.53;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16439;Dianthus superbus;estimation;germinule;2.14;1.51;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16923;Dianthus sylvestris;estimation;generative dispersule;1.94;1.49;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16923;Dianthus sylvestris;estimation;germinule;1.94;1.49;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19591;Diapensia lapponica;actual measurement (following LEDA data standards);germinule;.7;.4;.4;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 25476;Dicentra spectabilis;actual measurement;generative dispersule;2.1;2.1;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;membraneous appendage;; 41730;Dichanthium ischaemum;estimation;generative dispersule;13.5;;;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 41730;Dichanthium ischaemum;estimation;germinule;2.13;.71;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 31688;Dictamnus albus;actual measurement;generative dispersule;4;2.85;2.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31688;Dictamnus albus;estimation;generative dispersule;4.18;2.9;2.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31688;Dictamnus albus;actual measurement (following LEDA data standards);generative dispersule;4.47;3.53;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31688;Dictamnus albus;estimation;germinule;4.18;2.9;2.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34167;Digitalis ferruginea;actual measurement (following LEDA data standards);generative dispersule;2.84;1.89;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33169;Digitalis grandiflora;estimation;generative dispersule;1.03;.56;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33169;Digitalis grandiflora;estimation;germinule;1.03;.56;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33171;Digitalis lanata;estimation;generative dispersule;1.25;.84;.76;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33171;Digitalis lanata;estimation;germinule;1.25;.84;.76;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33173;Digitalis lutea;estimation;generative dispersule;.85;.6;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33173;Digitalis lutea;estimation;germinule;.85;.6;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33173;Digitalis lutea;actual measurement;generative dispersule;.85;.6;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33178;Digitalis purpurea;actual measurement (following LEDA data standards);generative dispersule;.8;.45;.45;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 33178;Digitalis purpurea;estimation;generative dispersule;.84;.46;.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33178;Digitalis purpurea;actual measurement;generative dispersule;.75;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33178;Digitalis purpurea;estimation;germinule;.84;.46;.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40681;Digitaria ischaemum;estimation;generative dispersule;2.27;.9;;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 40681;Digitaria ischaemum;estimation;germinule;1.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40681;Digitaria ischaemum;actual measurement;generative dispersule;1.65;.9;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40681;Digitaria ischaemum;actual measurement;germinule;1.5;.75;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40683;Digitaria sanguinalis;actual measurement;generative dispersule;2.55;.9;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40683;Digitaria sanguinalis;actual measurement (following LEDA data standards);germinule;1.75;.65;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40683;Digitaria sanguinalis;estimation;generative dispersule;3.02;1;.71;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 40683;Digitaria sanguinalis;estimation;germinule;1.93;.94;.41;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40683;Digitaria sanguinalis;actual measurement;germinule;1.85;.85;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40683;Digitaria sanguinalis;actual measurement (following LEDA data standards);generative dispersule;3;.85;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44384;Diphasiastrum alpinum;estimation (following LEDA data standards);generative dispersule;.04;.04;.04;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 44384;Diphasiastrum alpinum;estimation (following LEDA data standards);generative dispersule;.03;.03;.03;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 13634;Diplotaxis muralis;estimation;generative dispersule;1.1;.67;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13634;Diplotaxis muralis;actual measurement;generative dispersule;1.1;.6;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13634;Diplotaxis muralis;estimation;germinule;1.1;.67;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14468;Diplotaxis tenuifolia;estimation;generative dispersule;1.25;.82;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14468;Diplotaxis tenuifolia;estimation;germinule;1.25;.82;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14468;Diplotaxis tenuifolia;actual measurement (following LEDA data standards);generative dispersule;1.02;.74;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14468;Diplotaxis tenuifolia;actual measurement;generative dispersule;1.1;.6;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19359;Dipsacus fullonum;estimation;generative dispersule;4.61;1.28;1.16;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19359;Dipsacus fullonum;actual measurement;generative dispersule;4.5;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19359;Dipsacus fullonum;actual measurement;generative dispersule;4.5;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19359;Dipsacus fullonum;estimation;germinule;4.61;1.28;1.16;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19264;Dipsacus laciniatus;estimation;germinule;5.1;1.31;1.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19264;Dipsacus laciniatus;estimation;generative dispersule;5.1;1.31;1.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19256;Dipsacus pilosus;estimation;germinule;4.38;1.1;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19256;Dipsacus pilosus;estimation;generative dispersule;4.38;1.1;1.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19175;Dipsacus sativus;estimation;generative dispersule;5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19175;Dipsacus sativus;actual measurement (following LEDA data standards);generative dispersule;4.41;1.58;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19175;Dipsacus sativus;estimation;germinule;5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 4827;Doronicum austriacum;estimation;generative dispersule;2.63;1;1;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 4827;Doronicum austriacum;estimation;germinule;2.63;1;1;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 3276;Doronicum clusii;actual measurement (following LEDA data standards);generative dispersule;8.4;6.3;6.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3276;Doronicum clusii;actual measurement (following LEDA data standards);generative dispersule;2.63;.74;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3889;Doronicum columnae;estimation;germinule;2.21;.99;.81;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 3889;Doronicum columnae;estimation;generative dispersule;2.21;.99;.81;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 3422;Doronicum glaciale;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3685;Doronicum pardalianches;estimation;generative dispersule;1.9;.9;.9;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 3685;Doronicum pardalianches;estimation;germinule;1.9;.9;.9;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 3685;Doronicum pardalianches;actual measurement;generative dispersule;1.9;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21241;Dorycnium pentaphyllum s. germanicum;estimation;germinule;2;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21241;Dorycnium pentaphyllum s. germanicum;estimation;generative dispersule;2;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20546;Dorycnium pentaphyllum s. herbaceum;estimation;generative dispersule;1.91;1.5;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20546;Dorycnium pentaphyllum s. herbaceum;estimation;germinule;1.91;1.5;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14170;Draba aizoides;estimation;generative dispersule;1.18;.9;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14170;Draba aizoides;estimation;germinule;1.18;.9;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14170;Draba aizoides;actual measurement (following LEDA data standards);generative dispersule;2.1;.84;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14185;Draba dubia;estimation;generative dispersule;1.1;.67;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14185;Draba dubia;estimation;germinule;1.1;.67;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13651;Draba fladnizensis;estimation;generative dispersule;1.09;.83;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13651;Draba fladnizensis;estimation;germinule;1.09;.83;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14065;Draba muralis;estimation;generative dispersule;.82;.51;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14065;Draba muralis;estimation;germinule;.82;.51;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14066;Draba nemorosa;estimation;generative dispersule;.66;.45;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14066;Draba nemorosa;estimation;germinule;.66;.45;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13658;Draba sauteri;estimation;germinule;1.37;.96;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13658;Draba sauteri;estimation;generative dispersule;1.37;.96;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14069;Draba siliquosa;estimation;generative dispersule;.85;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14069;Draba siliquosa;estimation;germinule;.85;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13232;Draba tomentosa;estimation;generative dispersule;1.2;.76;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13232;Draba tomentosa;estimation;germinule;1.2;.76;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23487;Dracocephalum ruyschiana;estimation;generative dispersule;2.78;1.5;1.08;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23487;Dracocephalum ruyschiana;actual measurement;generative dispersule;2.9;1.65;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23487;Dracocephalum ruyschiana;estimation;germinule;2.78;1.5;1.08;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 18994;Drosera anglica;estimation;generative dispersule;1.53;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18994;Drosera anglica;estimation;germinule;1.53;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18996;Drosera intermedia;actual measurement (following LEDA data standards);germinule;.75;.35;.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 18996;Drosera intermedia;estimation;germinule;.75;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18996;Drosera intermedia;estimation;generative dispersule;.75;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18996;Drosera intermedia;actual measurement (following LEDA data standards);generative dispersule;.72;.3;.24;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 18999;Drosera rotundifolia;actual measurement (following LEDA data standards);generative dispersule;1.7;.25;.2;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 18999;Drosera rotundifolia;actual measurement;generative dispersule;1.65;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18999;Drosera rotundifolia;actual measurement (following LEDA data standards);generative dispersule;1.46;.24;.24;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 18999;Drosera rotundifolia;estimation;germinule;1.59;.22;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18999;Drosera rotundifolia;estimation;generative dispersule;1.59;.22;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18999;Drosera rotundifolia;actual measurement (following LEDA data standards);germinule;.5;.15;.15;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 18999;Drosera rotundifolia;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;.2;.2;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 31232;Dryas octopetala;actual measurement (following LEDA data standards);generative dispersule;3.03;.67;.43;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 31232;Dryas octopetala;actual measurement;germinule;3.15;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31232;Dryas octopetala;actual measurement;generative dispersule;23.5;5;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30010;Duchesnea indica;estimation;germinule;1.25;.94;.58;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42222;Echinochloa crus-galli;actual measurement;generative dispersule;6.25;1.6;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes and awn;; 42222;Echinochloa crus-galli;estimation;generative dispersule;15.7;1.76;1.42;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 42222;Echinochloa crus-galli;actual measurement (following LEDA data standards);generative dispersule;2.84;1.58;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 18465;Echinocystis lobata;estimation;germinule;17.3;8.15;2.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18465;Echinocystis lobata;estimation;generative dispersule;47.5;35;35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3278;Echinops exaltatus;estimation;generative dispersule;20;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3278;Echinops exaltatus;estimation;germinule;7.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2586;Echinops sphaerocephalus;actual measurement;generative dispersule;9.5;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2586;Echinops sphaerocephalus;estimation;generative dispersule;21.15;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 2586;Echinops sphaerocephalus;estimation;germinule;8.64;2.46;2.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 12105;Echium vulgare;estimation;generative dispersule;2.7;1.75;1.57;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12105;Echium vulgare;actual measurement;germinule;2.85;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12105;Echium vulgare;estimation;germinule;2.7;1.75;1.57;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12105;Echium vulgare;actual measurement (following LEDA data standards);generative dispersule;2.63;1.58;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19005;Elaeagnus angustifolia;actual measurement;germinule;9.5;6.25;6.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19005;Elaeagnus angustifolia;estimation;germinule;10.83;5.3;5.28;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19006;Elaeagnus commutata;estimation;generative dispersule;12.5;8;8;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19006;Elaeagnus commutata;actual measurement;germinule;9;6.5;6.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19006;Elaeagnus commutata;actual measurement;generative dispersule;12.5;8;8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19006;Elaeagnus commutata;estimation;germinule;9;6.5;6.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19030;Elatine alsinastrum;estimation;generative dispersule;.75;.25;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19030;Elatine alsinastrum;estimation;germinule;.75;.25;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19033;Elatine hexandra;actual measurement (following LEDA data standards);generative dispersule;.67;.24;.11;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19033;Elatine hexandra;estimation;generative dispersule;.55;.25;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19033;Elatine hexandra;estimation;germinule;.55;.25;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19010;Elatine hydropiper;actual measurement;generative dispersule;.3;.3;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19010;Elatine hydropiper;actual measurement (following LEDA data standards);generative dispersule;.57;.5;.19;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19010;Elatine hydropiper;estimation;generative dispersule;.5;.25;.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19010;Elatine hydropiper;estimation;germinule;.5;.25;.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19013;Elatine triandra;estimation;generative dispersule;.55;.15;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19013;Elatine triandra;estimation;germinule;.55;.15;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 37636;Eleocharis acicularis;estimation;germinule;.95;.46;.42;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37636;Eleocharis acicularis;estimation;generative dispersule;.95;.46;.42;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37523;Eleocharis mamillata;estimation;germinule;1.38;1.2;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37116;Eleocharis multicaulis;estimation;generative dispersule;2.02;.95;.75;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37116;Eleocharis multicaulis;estimation;germinule;1.96;.95;.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37118;Eleocharis ovata;estimation;generative dispersule;1.48;.6;.38;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37118;Eleocharis ovata;actual measurement (following LEDA data standards);generative dispersule;1.05;.63;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37118;Eleocharis ovata;estimation;germinule;1;.6;.38;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37120;Eleocharis palustris;estimation;generative dispersule;2.4;1.29;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37120;Eleocharis palustris;estimation;germinule;2.4;1.29;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37120;Eleocharis palustris;actual measurement (following LEDA data standards);generative dispersule;1.87;1.02;.77;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37120;Eleocharis palustris;estimation;germinule;2.4;1.29;.8;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 36888;Eleocharis parvula;estimation;germinule;.9;.7;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37539;Eleocharis quinqueflora;actual measurement (following LEDA data standards);generative dispersule;2.72;1.15;.96;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37539;Eleocharis quinqueflora;estimation;generative dispersule;1.95;1;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37539;Eleocharis quinqueflora;estimation;germinule;1.95;1;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37127;Eleocharis uniglumis;estimation;generative dispersule;1.7;1.3;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37127;Eleocharis uniglumis;estimation;germinule;1.7;1.3;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37127;Eleocharis uniglumis;actual measurement (following LEDA data standards);generative dispersule;2.52;1.58;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40688;Eleusine indica;estimation;generative dispersule;3.14;.86;.77;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40688;Eleusine indica;estimation;germinule;1.29;.6;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25121;Elsholtzia ciliata;estimation;generative dispersule;1.38;1.72;.46;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25121;Elsholtzia ciliata;actual measurement;generative dispersule;1.3;.9;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25121;Elsholtzia ciliata;estimation;germinule;1.38;1.72;.46;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 42231;Elymus caninus;actual measurement (following LEDA data standards);germinule;22;1.79;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42231;Elymus caninus;actual measurement (following LEDA data standards);generative dispersule;26.9;1.66;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42231;Elymus caninus;estimation;germinule;6;1.9;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42231;Elymus caninus;actual measurement (following LEDA data standards);germinule;5.08;1.24;.93;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42231;Elymus caninus;actual measurement (following LEDA data standards);generative dispersule;6.72;1.68;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40210;Elymus elongatus;estimation;generative dispersule;9.77;2.03;1.27;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40210;Elymus elongatus;estimation;germinule;6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40994;Elymus farctus;actual measurement (following LEDA data standards);generative dispersule;14.03;2.08;1.66;-2;4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41771;Elymus pycnanthus;estimation;generative dispersule;15;;;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 41771;Elymus pycnanthus;estimation;germinule;5.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40238;Elymus repens;actual measurement (following LEDA data standards);germinule;4.48;1.16;.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40238;Elymus repens;actual measurement;germinule;5;1.25;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40238;Elymus repens;estimation;germinule;5.75;1.33;1.15;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40238;Elymus repens;estimation;generative dispersule;10.22;1.53;1.03;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40238;Elymus repens;actual measurement;generative dispersule;12;1.4;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40238;Elymus repens;actual measurement (following LEDA data standards);generative dispersule;8.3;1.16;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19449;Empetrum nigrum;actual measurement (following LEDA data standards);germinule;1.65;1.25;1;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19449;Empetrum nigrum;estimation;generative dispersule;5.95;5.65;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19449;Empetrum nigrum;actual measurement;generative dispersule;4.5;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19449;Empetrum nigrum;actual measurement;germinule;1.65;1.2;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19449;Empetrum nigrum;estimation;germinule;1.65;1.2;.85;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 19449;Empetrum nigrum;actual measurement (following LEDA data standards);germinule;1.8;1.3;1.1;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19449;Empetrum nigrum;actual measurement (following LEDA data standards);germinule;1.85;1.3;1.05;-2;4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 26073;Epilobium anagallidifolium;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;.4;.4;-2;4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 26075;Epilobium angustifolium;actual measurement (following LEDA data standards);generative dispersule;.75;.25;.15;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 26075;Epilobium angustifolium;actual measurement;germinule;.9;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26075;Epilobium angustifolium;estimation;generative dispersule;12.6;.35;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26075;Epilobium angustifolium;actual measurement (following LEDA data standards);germinule;1.12;.3;.11;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 26526;Epilobium dodonaei;actual measurement;germinule;1.75;.7;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26536;Epilobium hirsutum;actual measurement (following LEDA data standards);generative dispersule;.8;.4;.3;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 26536;Epilobium hirsutum;estimation;generative dispersule;4.05;.44;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26536;Epilobium hirsutum;actual measurement;germinule;.8;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26536;Epilobium hirsutum;actual measurement (following LEDA data standards);germinule;1.22;.55;.41;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 26496;Epilobium montanum;estimation;generative dispersule;7;.48;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26504;Epilobium palustre;estimation;generative dispersule;7.3;.5;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26504;Epilobium palustre;actual measurement (following LEDA data standards);germinule;1.37;.29;.19;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26504;Epilobium palustre;actual measurement (following LEDA data standards);generative dispersule;8.33;.29;.19;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26505;Epilobium parviflorum;actual measurement (following LEDA data standards);generative dispersule;.82;.33;.24;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26469;Epilobium tetragonum;actual measurement (following LEDA data standards);generative dispersule;2.84;2.84;2.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26469;Epilobium tetragonum;actual measurement (following LEDA data standards);germinule;.44;.25;.19;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11679;Epimedium alpinum;estimation;generative dispersule;4.53;1.3;1.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11679;Epimedium alpinum;estimation;germinule;4.53;1.3;1.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39603;Epipactis atrorubens;actual measurement (following LEDA data standards);generative dispersule;1.13;.33;.28;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39603;Epipactis atrorubens;estimation;generative dispersule;1.04;.3;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39603;Epipactis atrorubens;estimation;germinule;1.04;.3;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39608;Epipactis confusa;estimation;generative dispersule;1.15;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39608;Epipactis confusa;estimation;germinule;1.15;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39609;Epipactis helleborine;estimation;generative dispersule;.97;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39609;Epipactis helleborine;estimation;germinule;.97;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39609;Epipactis helleborine;actual measurement (following LEDA data standards);generative dispersule;.8;.23;.2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39614;Epipactis leptochila;estimation;generative dispersule;1.15;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39614;Epipactis leptochila;estimation;germinule;1.15;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39620;Epipactis microphylla;estimation;germinule;1.16;.26;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39620;Epipactis microphylla;estimation;generative dispersule;1.16;.26;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39622;Epipactis muelleri;estimation;germinule;.91;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39622;Epipactis muelleri;estimation;generative dispersule;.91;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39627;Epipactis purpurata;estimation;germinule;1.29;.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39627;Epipactis purpurata;estimation;generative dispersule;1.29;.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39630;Epipogium aphyllum;estimation;generative dispersule;.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39630;Epipogium aphyllum;estimation;germinule;.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 42261;Eragrostis cilianensis;estimation;generative dispersule;.65;.4;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42261;Eragrostis cilianensis;estimation;germinule;.65;.4;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41786;Eragrostis minor;estimation;generative dispersule;.68;.43;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41786;Eragrostis minor;actual measurement;generative dispersule;.6;.45;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41786;Eragrostis minor;actual measurement (following LEDA data standards);generative dispersule;.65;.41;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41786;Eragrostis minor;estimation;germinule;.68;.43;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40736;Eragrostis pilosa;estimation;generative dispersule;.76;.34;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40736;Eragrostis pilosa;estimation;germinule;.76;.34;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40736;Eragrostis pilosa;actual measurement;generative dispersule;.85;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41788;Eragrostis tef;estimation;germinule;1.2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41788;Eragrostis tef;estimation;generative dispersule;1.2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27181;Eranthis hyemalis;actual measurement;generative dispersule;1.9;1.7;1.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27181;Eranthis hyemalis;estimation;germinule;2.32;1.92;1.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27181;Eranthis hyemalis;estimation;generative dispersule;2.32;1.92;1.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 4715;Erechtites hieracifolia;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19545;Erica cinerea;estimation;generative dispersule;.75;.43;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19545;Erica cinerea;actual measurement;generative dispersule;.65;.35;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19545;Erica cinerea;estimation;germinule;.75;.43;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19550;Erica herbacea;estimation;generative dispersule;.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19550;Erica herbacea;estimation;germinule;.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19489;Erica tetralix;actual measurement (following LEDA data standards);germinule;.4;.3;.25;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 19489;Erica tetralix;estimation;germinule;.42;.26;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19489;Erica tetralix;actual measurement (following LEDA data standards);generative dispersule;.39;.27;.2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19489;Erica tetralix;estimation;generative dispersule;.42;.26;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 3429;Erigeron acer;actual measurement;generative dispersule;6.6;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3429;Erigeron acer;actual measurement (following LEDA data standards);germinule;2.17;.37;.31;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3429;Erigeron acer;actual measurement (following LEDA data standards);germinule;2.7;.3;.15;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 3429;Erigeron acer;actual measurement;germinule;1.6;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3429;Erigeron acer;actual measurement (following LEDA data standards);generative dispersule;6.07;.37;.31;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3429;Erigeron acer;estimation;generative dispersule;8.75;.41;.24;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 3429;Erigeron acer;estimation;germinule;2.15;.41;.24;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2651;Erigeron alpinus;actual measurement;germinule;1.35;.45;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2651;Erigeron alpinus;estimation;germinule;2.63;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2651;Erigeron alpinus;actual measurement;generative dispersule;4.35;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2651;Erigeron alpinus;estimation;generative dispersule;2.63;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5070;Erigeron annuus;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 5070;Erigeron annuus;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 5070;Erigeron annuus;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 5070;Erigeron annuus;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 6101;Erigeron atticus;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6101;Erigeron atticus;estimation;generative dispersule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5343;Erigeron gaudinii;estimation;germinule;2.77;.86;.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5343;Erigeron gaudinii;estimation;generative dispersule;2.77;.86;.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3862;Erigeron glabratus;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3862;Erigeron glabratus;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3551;Erigeron karvinskianus;actual measurement (following LEDA data standards);generative dispersule;3.53;3.15;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3551;Erigeron karvinskianus;actual measurement (following LEDA data standards);germinule;1.26;.57;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2654;Erigeron neglectus;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2654;Erigeron neglectus;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2653;Erigeron uniflorus;estimation;germinule;2.02;.57;.29;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2653;Erigeron uniflorus;estimation;generative dispersule;5.45;.57;.29;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37550;Eriophorum angustifolium;actual measurement (following LEDA data standards);generative dispersule;3.11;1.22;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37550;Eriophorum angustifolium;actual measurement;generative dispersule;27.5;7.5;7.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;wooly hairs break off easily;; 37550;Eriophorum angustifolium;actual measurement;germinule;2;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37550;Eriophorum angustifolium;estimation;generative dispersule;47.75;1.16;.62;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37550;Eriophorum angustifolium;estimation;germinule;2.52;1.16;.62;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37137;Eriophorum gracile;actual measurement (following LEDA data standards);generative dispersule;2.15;.6;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37137;Eriophorum gracile;estimation;germinule;2.6;.6;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37137;Eriophorum gracile;estimation;generative dispersule;20;.6;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37555;Eriophorum latifolium;estimation;germinule;2.99;1.23;.69;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37555;Eriophorum latifolium;actual measurement (following LEDA data standards);generative dispersule;3.1;1.15;.7;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37555;Eriophorum latifolium;actual measurement;germinule;3;1;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37555;Eriophorum latifolium;actual measurement;generative dispersule;15;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;wooly hairs break off easily;; 37141;Eriophorum scheuchzeri;estimation;germinule;2;.55;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37560;Eriophorum vaginatum;actual measurement (following LEDA data standards);generative dispersule;2.5;1.3;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37560;Eriophorum vaginatum;actual measurement;generative dispersule;10;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;wooly hairs break off easily;; 37560;Eriophorum vaginatum;actual measurement;germinule;2.75;1.35;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37560;Eriophorum vaginatum;estimation;generative dispersule;24.61;1.37;.75;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37560;Eriophorum vaginatum;estimation;germinule;2.59;1.37;.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22675;Erodium cicutarium;actual measurement;generative dispersule;5.5;.95;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;no information about size of beak;; 22675;Erodium cicutarium;estimation;germinule;2.91;.95;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22675;Erodium cicutarium;actual measurement;germinule;2.75;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22680;Erodium moschatum;estimation;germinule;3;.95;.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14075;Erophila verna;actual measurement (following LEDA data standards);generative dispersule;.75;.45;.25;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 14075;Erophila verna;estimation;generative dispersule;.44;.25;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14075;Erophila verna;estimation;germinule;.44;.25;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14075;Erophila verna;actual measurement;generative dispersule;.25;.2;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14086;Eruca vesicaria;actual measurement;generative dispersule;1.9;1.4;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13240;Erucastrum gallicum;estimation;generative dispersule;1.25;.68;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13240;Erucastrum gallicum;actual measurement;generative dispersule;1.1;.7;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13240;Erucastrum gallicum;estimation;germinule;1.25;.68;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12804;Erucastrum nasturtiifolium;estimation;germinule;1.43;.76;.64;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12804;Erucastrum nasturtiifolium;estimation;generative dispersule;1.43;.76;.64;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1324;Eryngium campestre;actual measurement (following LEDA data standards);generative dispersule;6.93;2.63;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1324;Eryngium campestre;actual measurement;germinule;3.25;2;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1328;Eryngium maritimum;estimation;generative dispersule;13.7;5.18;1.93;-2;;BIOLFLOR database;;;Teilfrucht mit Zusatzbildung [TFZb]; nicht heteromorph [n];;; 1328;Eryngium maritimum;estimation;germinule;8.56;5.18;1.93;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1329;Eryngium planum;estimation;generative dispersule;5.6;2.5;.81;-2;;BIOLFLOR database;;;Teilfrucht mit Zusatzbildung [TFZb]; nicht heteromorph [n];;; 1329;Eryngium planum;actual measurement;germinule;4;2;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1329;Eryngium planum;estimation;germinule;3.38;1.85;.63;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 14097;Erysimum cheiranthoides;estimation;generative dispersule;1.22;.64;.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14097;Erysimum cheiranthoides;actual measurement;generative dispersule;1.25;.65;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14097;Erysimum cheiranthoides;estimation;germinule;1.22;.64;.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14097;Erysimum cheiranthoides;actual measurement (following LEDA data standards);generative dispersule;1.25;.75;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 12871;Erysimum cheiri;estimation;generative dispersule;3.03;1.1;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12871;Erysimum cheiri;estimation;germinule;3.03;1.1;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12871;Erysimum cheiri;actual measurement;generative dispersule;3.05;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13679;Erysimum crepidifolium;estimation;generative dispersule;1.43;.74;.49;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13679;Erysimum crepidifolium;estimation;germinule;1.43;.74;.49;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14107;Erysimum marschallianum;estimation;germinule;1.49;.75;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14107;Erysimum marschallianum;estimation;generative dispersule;1.49;.75;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13255;Erysimum odoratum;estimation;generative dispersule;1.71;.81;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13255;Erysimum odoratum;estimation;germinule;1.71;.81;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13255;Erysimum odoratum;actual measurement (following LEDA data standards);generative dispersule;1.68;.84;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14514;Erysimum repandum;estimation;generative dispersule;1.48;.83;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14514;Erysimum repandum;estimation;germinule;1.48;.83;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25478;Eschscholzia californica;estimation;generative dispersule;1.23;1.2;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25478;Eschscholzia californica;estimation;germinule;1.23;1.2;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25478;Eschscholzia californica;actual measurement;generative dispersule;1.2;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18402;Euonymus europaeus;actual measurement (following LEDA data standards);generative dispersule;6.83;4.73;3.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 18402;Euonymus europaeus;actual measurement;germinule;7.5;4.5;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3585;Eupatorium cannabinum;actual measurement (following LEDA data standards);germinule;4.1;.7;.6;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 3585;Eupatorium cannabinum;estimation;germinule;2.97;.52;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3585;Eupatorium cannabinum;actual measurement;generative dispersule;2.15;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20294;Euphorbia amygdaloides;estimation;germinule;2.63;1.95;1.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20294;Euphorbia amygdaloides;estimation;generative dispersule;2.63;1.95;1.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20281;Euphorbia brittingeri;actual measurement (following LEDA data standards);generative dispersule;2.05;1.55;1.35;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20281;Euphorbia brittingeri;estimation;generative dispersule;2.25;1.61;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20281;Euphorbia brittingeri;estimation;germinule;2.25;1.61;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20257;Euphorbia chamaesyce;estimation;germinule;1.13;.61;.52;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20257;Euphorbia chamaesyce;estimation;generative dispersule;1.13;.61;.52;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20238;Euphorbia cyparissias;actual measurement;generative dispersule;2.7;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with caruncle;; 20238;Euphorbia cyparissias;actual measurement (following LEDA data standards);generative dispersule;2.13;1.48;1.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20238;Euphorbia cyparissias;estimation;germinule;1.95;1.44;1.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20238;Euphorbia cyparissias;actual measurement;germinule;2;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20238;Euphorbia cyparissias;estimation;generative dispersule;1.95;1.44;1.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20247;Euphorbia dulcis;estimation;generative dispersule;2.2;1.82;1.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20247;Euphorbia dulcis;estimation;germinule;2.2;1.82;1.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20254;Euphorbia epithymoides;estimation;generative dispersule;2.58;1.91;1.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20254;Euphorbia epithymoides;estimation;germinule;2.58;1.91;1.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20227;Euphorbia esula;estimation;germinule;2.14;1.59;1.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20227;Euphorbia esula;estimation;generative dispersule;2.14;1.59;1.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20206;Euphorbia exigua;actual measurement;generative dispersule;1.2;.9;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;caruncle breaks off easily;; 20206;Euphorbia exigua;estimation;generative dispersule;1.35;.93;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20206;Euphorbia exigua;estimation;germinule;1.35;.93;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20208;Euphorbia falcata;actual measurement;generative dispersule;1.4;.85;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;caruncle breaks off easily;; 20189;Euphorbia helioscopia;estimation;generative dispersule;2.11;1.8;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20189;Euphorbia helioscopia;estimation;germinule;2.11;1.8;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20189;Euphorbia helioscopia;actual measurement (following LEDA data standards);generative dispersule;2.25;1.88;1.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20189;Euphorbia helioscopia;actual measurement;generative dispersule;2.05;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20168;Euphorbia lathyris;estimation;germinule;5.18;3.82;3.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20168;Euphorbia lathyris;estimation;generative dispersule;5.18;3.82;3.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20175;Euphorbia lucida;estimation;generative dispersule;2.78;2.08;1.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20175;Euphorbia lucida;estimation;germinule;2.78;2.08;1.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20175;Euphorbia lucida;actual measurement;generative dispersule;2.75;2.2;2.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with caruncle;; 20176;Euphorbia maculata;estimation;generative dispersule;.9;.59;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20176;Euphorbia maculata;estimation;germinule;.9;.59;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20139;Euphorbia palustris;estimation;germinule;3.3;2.71;2.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20139;Euphorbia palustris;estimation;generative dispersule;3.3;2.71;2.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20109;Euphorbia peplus;actual measurement;generative dispersule;1.65;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20109;Euphorbia peplus;estimation;germinule;1.5;.89;.82;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20109;Euphorbia peplus;estimation;generative dispersule;1.5;.89;.82;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20109;Euphorbia peplus;actual measurement;germinule;1.3;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20091;Euphorbia platyphyllos;estimation;generative dispersule;2.1;1.57;1.14;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20091;Euphorbia platyphyllos;estimation;germinule;2.1;1.57;1.14;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20091;Euphorbia platyphyllos;actual measurement;generative dispersule;1.95;1.7;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with caruncle;; 20091;Euphorbia platyphyllos;actual measurement (following LEDA data standards);generative dispersule;2.25;1.8;1.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20075;Euphorbia salicifolia;estimation;germinule;2.1;1.4;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20075;Euphorbia salicifolia;estimation;generative dispersule;2.1;1.4;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20079;Euphorbia segetalis;estimation;germinule;2.33;1.52;1.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20079;Euphorbia segetalis;estimation;generative dispersule;2.33;1.52;1.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20085;Euphorbia seguierana;actual measurement (following LEDA data standards);generative dispersule;1.8;1.13;1;-2;3;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20085;Euphorbia seguierana;estimation;germinule;2.3;1.27;1.01;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20085;Euphorbia seguierana;estimation;generative dispersule;2.3;1.27;1.01;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20055;Euphorbia serrulata;estimation;generative dispersule;1.44;1.05;.74;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20055;Euphorbia serrulata;estimation;germinule;1.44;1.05;.74;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20008;Euphorbia villosa;estimation;generative dispersule;2.68;2.15;1.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20008;Euphorbia villosa;estimation;germinule;2.68;2.15;1.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34486;Euphrasia frigida;actual measurement (following LEDA data standards);germinule;1.85;.7;.65;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 34486;Euphrasia frigida;actual measurement (following LEDA data standards);germinule;2;.9;.7;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 33149;Euphrasia officinalis;actual measurement (following LEDA data standards);generative dispersule;.85;.3;.25;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 33149;Euphrasia officinalis;actual measurement;generative dispersule;1.35;.65;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33149;Euphrasia officinalis;estimation;germinule;1.18;.63;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33149;Euphrasia officinalis;estimation;generative dispersule;1.18;.63;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33166;Euphrasia stricta;actual measurement (following LEDA data standards);germinule;1.6;.6;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 27702;Fagopyrum esculentum;actual measurement;generative dispersule;5.5;3.3;3.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27702;Fagopyrum esculentum;actual measurement (following LEDA data standards);generative dispersule;5.93;3.95;3.56;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27702;Fagopyrum esculentum;estimation;germinule;5.47;3.25;3.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27702;Fagopyrum esculentum;estimation;generative dispersule;5.47;3.25;3.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27706;Fagopyrum tataricum;estimation;generative dispersule;5.06;2.91;2.84;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27706;Fagopyrum tataricum;actual measurement;generative dispersule;5;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27706;Fagopyrum tataricum;estimation;germinule;5.06;2.91;2.84;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 22485;Fagus sylvatica;actual measurement;generative dispersule;15.5;9;9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22485;Fagus sylvatica;estimation;generative dispersule;14.63;9.27;8.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22485;Fagus sylvatica;estimation;germinule;14.63;9.27;8.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2255;Falcaria vulgaris;actual measurement;generative dispersule;2.75;.8;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2255;Falcaria vulgaris;estimation;germinule;3.4;.81;.65;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2255;Falcaria vulgaris;estimation;generative dispersule;3.4;.81;.65;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 44736;Fallopia convolvulus;estimation;germinule;3.7;2.36;2.22;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44736;Fallopia convolvulus;estimation;generative dispersule;4.24;2.57;2.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 44738;Fallopia dumetorum;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44738;Fallopia dumetorum;actual measurement (following LEDA data standards);generative dispersule;3.65;2.3;2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41792;Festuca airoides;estimation;generative dispersule;4.04;.83;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41792;Festuca airoides;estimation;germinule;1.6;.67;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41544;Festuca altissima;estimation;generative dispersule;4.65;.86;.75;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41544;Festuca altissima;actual measurement (following LEDA data standards);generative dispersule;4.35;.9;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41544;Festuca altissima;estimation;germinule;3.23;.82;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41544;Festuca altissima;actual measurement (following LEDA data standards);germinule;3.36;.72;.48;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40254;Festuca arundinacea;estimation;generative dispersule;7.49;1.49;.99;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40254;Festuca arundinacea;actual measurement (following LEDA data standards);generative dispersule;9.79;1.66;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40254;Festuca arundinacea;actual measurement (following LEDA data standards);germinule;4.48;1.49;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40254;Festuca arundinacea;estimation;germinule;3.58;1.24;.87;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40254;Festuca arundinacea;actual measurement;generative dispersule;7.5;1.6;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40254;Festuca arundinacea;actual measurement;germinule;3.5;1.25;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41305;Festuca brevipila;estimation;germinule;2.4;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40190;Festuca cinerea;actual measurement (following LEDA data standards);germinule;2.31;.84;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40190;Festuca cinerea;actual measurement (following LEDA data standards);generative dispersule;6.72;1.05;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41040;Festuca curvula;estimation;germinule;3.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40163;Festuca duvalii;estimation;germinule;2.2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40113;Festuca filiformis;estimation;germinule;1.65;.5;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40113;Festuca filiformis;estimation;generative dispersule;3;.7;.65;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40761;Festuca gigantea;estimation;generative dispersule;19.5;1.62;1.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40761;Festuca gigantea;actual measurement (following LEDA data standards);generative dispersule;16.6;1.16;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40761;Festuca gigantea;actual measurement;germinule;5;1.2;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40761;Festuca gigantea;actual measurement;generative dispersule;7;1.65;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40761;Festuca gigantea;actual measurement (following LEDA data standards);germinule;7.8;1.16;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40761;Festuca gigantea;estimation;germinule;5;1.35;.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42284;Festuca guestfalica;estimation;germinule;2.7;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41321;Festuca heteropachys;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41814;Festuca heterophylla;actual measurement (following LEDA data standards);germinule;3.78;.84;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41814;Festuca heterophylla;estimation;generative dispersule;7.4;.84;.58;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41814;Festuca heterophylla;estimation;germinule;3.1;.66;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41814;Festuca heterophylla;actual measurement;generative dispersule;5;.75;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41814;Festuca heterophylla;actual measurement;germinule;3;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41814;Festuca heterophylla;actual measurement (following LEDA data standards);generative dispersule;6.83;.84;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40182;Festuca nigrescens;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41824;Festuca norica;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40171;Festuca ovina;actual measurement (following LEDA data standards);generative dispersule;4.18;.73;.49;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40171;Festuca ovina;actual measurement (following LEDA data standards);germinule;2.1;.6;.35;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 40171;Festuca ovina;actual measurement (following LEDA data standards);one-seeded generative dispersule;4;.7;.4;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 40171;Festuca ovina;estimation;generative dispersule;6.25;1;.6;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40171;Festuca ovina;actual measurement (following LEDA data standards);generative dispersule;4.41;.63;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40171;Festuca ovina;actual measurement (following LEDA data standards);germinule;1.89;.63;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40171;Festuca ovina;actual measurement;germinule;2;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40171;Festuca ovina;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;.6;.4;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 40171;Festuca ovina;actual measurement;generative dispersule;4;.9;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40171;Festuca ovina;estimation;germinule;2.7;1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40789;Festuca pallens;estimation;germinule;3.15;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42044;Festuca patzkei;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42303;Festuca polesica;estimation;germinule;5.4;.75;.54;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42303;Festuca polesica;estimation;generative dispersule;5.4;.75;.54;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41343;Festuca pratensis;estimation;germinule;3.78;1.33;.64;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41343;Festuca pratensis;actual measurement;germinule;3.65;1.35;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41343;Festuca pratensis;actual measurement;generative dispersule;6;1.4;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42048;Festuca puccinellii;estimation;germinule;3.35;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41836;Festuca pulchella;estimation;generative dispersule;5.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 41836;Festuca pulchella;estimation;germinule;5.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40103;Festuca rubra;actual measurement (following LEDA data standards);generative dispersule;4.72;.88;.56;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 40103;Festuca rubra;actual measurement;generative dispersule;5;1;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40103;Festuca rubra;actual measurement;germinule;4;1;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40103;Festuca rubra;actual measurement (following LEDA data standards);generative dispersule;6.48;1.26;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40103;Festuca rubra;actual measurement (following LEDA data standards);germinule;4;.95;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40103;Festuca rubra;estimation;germinule;3.83;1;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40103;Festuca rubra;estimation;generative dispersule;7.55;1.05;.64;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40189;Festuca rupicola;estimation;germinule;2.85;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 41078;Festuca trichophylla;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40152;Festuca valesiaca;estimation;generative dispersule;5;.65;.55;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40152;Festuca valesiaca;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3719;Filaginella uliginosa;actual measurement (following LEDA data standards);generative dispersule;.45;.15;.1;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 3719;Filaginella uliginosa;estimation;generative dispersule;.58;.14;.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3719;Filaginella uliginosa;estimation;germinule;.58;.14;.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3719;Filaginella uliginosa;actual measurement;generative dispersule;.6;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3719;Filaginella uliginosa;actual measurement;germinule;;.1;.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 3719;Filaginella uliginosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;.52;.19;.12;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 2658;Filago lutescens;estimation;germinule;.65;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2658;Filago lutescens;estimation;generative dispersule;.65;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2658;Filago lutescens;actual measurement (following LEDA data standards);generative dispersule;2;.95;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 3396;Filago pyramidata;estimation;germinule;.85;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 3396;Filago pyramidata;estimation;generative dispersule;.85;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5888;Filago vulgaris;estimation;generative dispersule;.6;.3;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 5888;Filago vulgaris;estimation;germinule;.6;.3;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29764;Filipendula ulmaria;actual measurement (following LEDA data standards);generative dispersule;2.35;1.2;.4;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 29764;Filipendula ulmaria;estimation;generative dispersule;2.95;1.46;.37;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29764;Filipendula ulmaria;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.1;1.4;.8;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 29764;Filipendula ulmaria;actual measurement (following LEDA data standards);germinule;3.8;1.5;.6;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 29764;Filipendula ulmaria;actual measurement (following LEDA data standards);germinule;2.75;1.33;.59;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 29764;Filipendula ulmaria;estimation;germinule;2.95;1.46;.37;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29764;Filipendula ulmaria;actual measurement;generative dispersule;2.5;1.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29429;Filipendula vulgaris;estimation;germinule;3;1.41;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29429;Filipendula vulgaris;estimation;generative dispersule;3;1.41;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 1281;Foeniculum vulgare;actual measurement (following LEDA data standards);generative dispersule;3.87;1.56;.98;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 1281;Foeniculum vulgare;actual measurement;generative dispersule;6.75;2.25;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30348;Fragaria moschata;estimation;generative dispersule;15.5;14.5;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30633;Fragaria vesca;estimation;generative dispersule;11;8.9;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30633;Fragaria vesca;estimation;germinule;1.27;.88;.61;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30633;Fragaria vesca;actual measurement;germinule;1.15;.9;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30633;Fragaria vesca;actual measurement (following LEDA data standards);generative dispersule;1.2;.9;.7;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29358;Fragaria viridis;estimation;generative dispersule;11.5;;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29358;Fragaria viridis;estimation;germinule;1.4;1.08;.68;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28032;Frangula alnus;estimation;generative dispersule;8;8;8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28032;Frangula alnus;estimation;germinule;4.77;3.95;2.04;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 28032;Frangula alnus;actual measurement (following LEDA data standards);generative dispersule;4.83;4.1;2.31;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 28032;Frangula alnus;actual measurement;generative dispersule;5;4.5;1.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26381;Fraxinus excelsior;actual measurement;generative dispersule;31.5;8;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26381;Fraxinus excelsior;actual measurement (following LEDA data standards);generative dispersule;15;4;1.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26381;Fraxinus excelsior;actual measurement (following LEDA data standards);generative dispersule;31;5;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26381;Fraxinus excelsior;actual measurement;germinule;12.5;4;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26381;Fraxinus excelsior;estimation;generative dispersule;28.41;6.37;1.03;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26381;Fraxinus excelsior;estimation;germinule;28.41;6.37;1.03;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26396;Fraxinus ornus;actual measurement;generative dispersule;26;5;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26396;Fraxinus ornus;actual measurement;germinule;10;2.5;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26396;Fraxinus ornus;estimation;generative dispersule;25.5;6.75;2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26396;Fraxinus ornus;estimation;germinule;25.5;6.75;2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26402;Fraxinus pennsylvanica;estimation;germinule;37.5;5.75;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26402;Fraxinus pennsylvanica;estimation;generative dispersule;37.5;5.75;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39121;Fritillaria meleagris;estimation;generative dispersule;6.18;3.93;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39121;Fritillaria meleagris;estimation;germinule;6.18;3.93;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18723;Fumana procumbens;estimation;generative dispersule;2.55;1.75;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18723;Fumana procumbens;estimation;germinule;2.55;1.75;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25443;Fumaria capreolata;estimation;generative dispersule;2.3;2.15;1.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25443;Fumaria capreolata;estimation;germinule;2.3;2.15;1.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25544;Fumaria muralis;estimation;germinule;2.25;2.13;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25544;Fumaria muralis;estimation;generative dispersule;2.25;2.13;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25549;Fumaria officinalis;estimation;generative dispersule;2.37;2.24;1.59;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25549;Fumaria officinalis;actual measurement;generative dispersule;2.15;2.3;1.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25549;Fumaria officinalis;estimation;germinule;2.37;2.24;1.59;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25549;Fumaria officinalis;actual measurement (following LEDA data standards);generative dispersule;1.95;1.89;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25553;Fumaria parviflora;estimation;generative dispersule;2.05;1.98;1.54;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25553;Fumaria parviflora;estimation;germinule;2.05;1.98;1.54;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25441;Fumaria rostellata;estimation;germinule;2.13;1.94;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25441;Fumaria rostellata;estimation;generative dispersule;2.13;1.94;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25520;Fumaria schleicheri;estimation;generative dispersule;2;1.95;1.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25520;Fumaria schleicheri;estimation;germinule;2;1.95;1.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25520;Fumaria schleicheri;actual measurement;generative dispersule;1.9;2;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25522;Fumaria vaillantii;estimation;generative dispersule;2.25;2.25;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25522;Fumaria vaillantii;estimation;germinule;2.25;2.25;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35672;Galanthus nivalis;estimation;generative dispersule;4.4;2.47;2.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35672;Galanthus nivalis;estimation;germinule;4.4;2.47;2.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21307;Galega officinalis;actual measurement;generative dispersule;25;2.25;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21307;Galega officinalis;estimation;generative dispersule;3.69;1.79;1.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21307;Galega officinalis;actual measurement (following LEDA data standards);generative dispersule;3.85;1.8;1.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21307;Galega officinalis;estimation;germinule;3.69;1.79;1.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21307;Galega officinalis;actual measurement;germinule;3.75;1.75;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23489;Galeopsis angustifolia;estimation;generative dispersule;2.31;1.38;.81;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23489;Galeopsis angustifolia;estimation;germinule;2.31;1.38;.81;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24586;Galeopsis bifida;estimation;generative dispersule;2.86;2.16;1.3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24586;Galeopsis bifida;estimation;germinule;2.86;2.16;1.3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24586;Galeopsis bifida;actual measurement (following LEDA data standards);generative dispersule;2.94;2;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24587;Galeopsis ladanum;estimation;generative dispersule;2.75;1.9;.9;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24587;Galeopsis ladanum;estimation;germinule;2.75;1.9;.9;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24228;Galeopsis pubescens;estimation;germinule;3.15;2.5;1.42;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24228;Galeopsis pubescens;estimation;generative dispersule;3.15;2.5;1.42;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24230;Galeopsis segetum;estimation;generative dispersule;2.22;1.48;.86;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24230;Galeopsis segetum;estimation;germinule;2.22;1.48;.86;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23861;Galeopsis speciosa;estimation;generative dispersule;2.83;2.12;1.34;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23861;Galeopsis speciosa;estimation;germinule;2.83;2.12;1.34;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24648;Galeopsis tetrahit;actual measurement (following LEDA data standards);generative dispersule;3.07;1.77;1.39;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 24648;Galeopsis tetrahit;estimation;generative dispersule;2.86;2.32;1.52;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24648;Galeopsis tetrahit;actual measurement;generative dispersule;3.3;2.5;1.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24648;Galeopsis tetrahit;estimation;germinule;2.86;2.32;1.52;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24648;Galeopsis tetrahit;actual measurement (following LEDA data standards);generative dispersule;2.94;2.63;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6801;Galinsoga ciliata;estimation;germinule;1.47;.55;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 6801;Galinsoga ciliata;actual measurement (following LEDA data standards);generative dispersule;2.42;.74;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6801;Galinsoga ciliata;estimation;germinule;1.74;;;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 7147;Galinsoga parviflora;estimation;germinule;1.63;.57;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 7147;Galinsoga parviflora;actual measurement (following LEDA data standards);generative dispersule;1.89;.63;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 7147;Galinsoga parviflora;actual measurement;generative dispersule;1.8;.95;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7147;Galinsoga parviflora;actual measurement;germinule;1.3;.45;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7147;Galinsoga parviflora;estimation;germinule;1.95;.78;;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 32317;Galium anisophyllon;estimation;generative dispersule;1.31;1;.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32317;Galium anisophyllon;estimation;germinule;1.31;1;.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31956;Galium aparine;actual measurement (following LEDA data standards);generative dispersule;2.75;2.4;2.15;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 31956;Galium aparine;actual measurement;generative dispersule;2.75;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31956;Galium aparine;estimation;germinule;3.2;2.63;2.28;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31956;Galium aparine;estimation;generative dispersule;3.2;2.63;2.28;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31963;Galium aristatum;estimation;generative dispersule;1.48;1.18;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31963;Galium aristatum;estimation;germinule;1.48;1.18;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31917;Galium boreale;estimation;generative dispersule;1.95;.98;.88;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31917;Galium boreale;estimation;germinule;1.95;.98;.88;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31858;Galium glaucum;estimation;generative dispersule;2;1.57;1.08;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31858;Galium glaucum;estimation;germinule;2;1.57;1.08;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31829;Galium lucidum;estimation;generative dispersule;1.41;1;.94;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31829;Galium lucidum;estimation;germinule;1.41;1;.94;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32146;Galium megalospermum;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32146;Galium megalospermum;estimation;generative dispersule;2;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31782;Galium mollugo;actual measurement (following LEDA data standards);generative dispersule;1.37;1.05;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31782;Galium mollugo;estimation;generative dispersule;1.22;1.13;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31782;Galium mollugo;estimation;germinule;1.22;1.13;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31782;Galium mollugo;actual measurement;generative dispersule;1.25;1.05;1.05;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31805;Galium odoratum;estimation;generative dispersule;2.53;2.38;2.14;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31805;Galium odoratum;estimation;germinule;2.53;2.38;2.14;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31805;Galium odoratum;actual measurement;generative dispersule;2.2;2.2;2.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31805;Galium odoratum;actual measurement (following LEDA data standards);generative dispersule;3.68;3.68;3.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31813;Galium palustre;estimation;generative dispersule;1.7;1.5;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31813;Galium palustre;estimation;germinule;1.7;1.5;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31813;Galium palustre;actual measurement (following LEDA data standards);generative dispersule;2;1.9;2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31817;Galium parisiense;estimation;generative dispersule;1.03;.6;.6;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31817;Galium parisiense;actual measurement;generative dispersule;.85;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31817;Galium parisiense;estimation;germinule;1.03;.6;.6;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31750;Galium pumilum;actual measurement (following LEDA data standards);generative dispersule;1.32;1.01;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32103;Galium rotundifolium;estimation;generative dispersule;1.6;1.5;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32103;Galium rotundifolium;estimation;germinule;1.6;1.5;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32103;Galium rotundifolium;actual measurement (following LEDA data standards);generative dispersule;2.1;1.58;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31769;Galium saxatile;actual measurement (following LEDA data standards);generative dispersule;.75;.5;.45;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 31769;Galium saxatile;actual measurement (following LEDA data standards);germinule;1.3;1;.7;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 31769;Galium saxatile;estimation;generative dispersule;2.2;1.5;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31769;Galium saxatile;estimation;germinule;2.2;1.5;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32114;Galium schultesii;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32114;Galium schultesii;estimation;generative dispersule;1.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31775;Galium spurium;actual measurement;generative dispersule;2;2;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31775;Galium spurium;estimation;germinule;2.08;1.95;1.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31775;Galium spurium;estimation;generative dispersule;2.08;1.95;1.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31777;Galium sterneri;estimation;generative dispersule;1.1;1;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31777;Galium sterneri;estimation;germinule;1.1;1;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31699;Galium sylvaticum;estimation;generative dispersule;1.48;1.32;1.1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31699;Galium sylvaticum;estimation;germinule;1.48;1.32;1.1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31719;Galium tricornutum;estimation;generative dispersule;3.4;3.3;2.39;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31719;Galium tricornutum;estimation;germinule;3.4;3.3;2.39;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31719;Galium tricornutum;actual measurement;generative dispersule;2.45;2.45;2.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31724;Galium uliginosum;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31724;Galium uliginosum;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32204;Galium verrucosum;estimation;germinule;4.67;3.55;3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 32204;Galium verrucosum;estimation;generative dispersule;4.67;3.55;3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31730;Galium verum;estimation;generative dispersule;1.42;1.2;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31730;Galium verum;estimation;germinule;1.42;1.2;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 31730;Galium verum;actual measurement;generative dispersule;1.25;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31730;Galium verum;actual measurement (following LEDA data standards);generative dispersule;1.16;1.26;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 41363;Gaudinia fragilis;actual measurement;generative dispersule;14.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41363;Gaudinia fragilis;actual measurement;germinule;4.5;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 41363;Gaudinia fragilis;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19775;Genista anglica;actual measurement;generative dispersule;2.75;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 19775;Genista anglica;estimation;generative dispersule;1.53;1.33;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19775;Genista anglica;actual measurement;germinule;1.4;1.3;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19775;Genista anglica;estimation;germinule;1.53;1.33;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20906;Genista germanica;estimation;generative dispersule;1.63;1.42;1.12;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20906;Genista germanica;actual measurement;germinule;1.35;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20906;Genista germanica;estimation;germinule;1.63;1.42;1.12;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20915;Genista pilosa;estimation;generative dispersule;1.88;1.73;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20915;Genista pilosa;estimation;germinule;1.88;1.73;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21390;Genista tinctoria;estimation;generative dispersule;2.53;2.07;1.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21390;Genista tinctoria;estimation;germinule;2.53;2.07;1.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21390;Genista tinctoria;actual measurement;generative dispersule;19;3.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21390;Genista tinctoria;actual measurement;germinule;2.75;2.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23091;Gentiana acaulis;estimation;generative dispersule;1.15;.7;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23091;Gentiana acaulis;actual measurement;generative dispersule;1.15;.7;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23091;Gentiana acaulis;estimation;germinule;1.15;.7;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23062;Gentiana asclepiadea;estimation;generative dispersule;1.91;1.5;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23062;Gentiana asclepiadea;estimation;germinule;1.91;1.5;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23062;Gentiana asclepiadea;actual measurement;generative dispersule;1.75;1.5;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23062;Gentiana asclepiadea;actual measurement;germinule;1.35;.5;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23084;Gentiana bavarica;estimation;generative dispersule;1;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23084;Gentiana bavarica;estimation;germinule;1;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23011;Gentiana clusii;estimation;generative dispersule;1.5;1;1.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23011;Gentiana clusii;estimation;germinule;1.5;1;1.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22980;Gentiana cruciata;estimation;generative dispersule;1.13;.65;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22980;Gentiana cruciata;estimation;germinule;1.13;.65;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22980;Gentiana cruciata;actual measurement (following LEDA data standards);generative dispersule;1.26;.5;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22980;Gentiana cruciata;actual measurement;generative dispersule;1.1;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22882;Gentiana lutea;actual measurement;generative dispersule;3.15;;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22882;Gentiana lutea;estimation;generative dispersule;3.86;3.08;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22882;Gentiana lutea;estimation;germinule;3.86;3.08;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22882;Gentiana lutea;actual measurement;germinule;1.75;1.4;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22862;Gentiana pannonica;estimation;generative dispersule;2.87;2.56;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22862;Gentiana pannonica;estimation;germinule;2.87;2.56;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22875;Gentiana pneumonanthe;actual measurement (following LEDA data standards);generative dispersule;1.47;.42;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22875;Gentiana pneumonanthe;actual measurement (following LEDA data standards);germinule;1.3;.45;.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 22875;Gentiana pneumonanthe;estimation;generative dispersule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22875;Gentiana pneumonanthe;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22828;Gentiana punctata;estimation;generative dispersule;2.75;2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22828;Gentiana punctata;estimation;germinule;2.75;2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22830;Gentiana purpurea;estimation;generative dispersule;3.25;2.75;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22830;Gentiana purpurea;estimation;germinule;3.25;2.75;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22754;Gentiana utriculosa;estimation;germinule;1.1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22754;Gentiana utriculosa;estimation;generative dispersule;1.1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22708;Gentiana verna;estimation;germinule;.76;.47;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22708;Gentiana verna;estimation;generative dispersule;.76;.47;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23007;Gentianella ciliata;estimation;generative dispersule;.64;.48;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23007;Gentianella ciliata;estimation;germinule;.64;.48;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22958;Gentianella germanica;estimation;germinule;.57;.55;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22958;Gentianella germanica;estimation;generative dispersule;.57;.55;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22719;Gentianella tenella;estimation;generative dispersule;.7;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22719;Gentianella tenella;estimation;germinule;.7;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22580;Geranium bohemicum;estimation;generative dispersule;3.33;1.92;1.82;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22580;Geranium bohemicum;actual measurement;germinule;2.1;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22580;Geranium bohemicum;estimation;germinule;3.33;1.92;1.82;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22581;Geranium columbinum;estimation;generative dispersule;2.2;1.73;1.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22581;Geranium columbinum;actual measurement;germinule;2.1;1.65;1.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22581;Geranium columbinum;estimation;germinule;2.2;1.73;1.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22583;Geranium dissectum;estimation;generative dispersule;1.9;1.43;1.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22583;Geranium dissectum;estimation;germinule;1.9;1.43;1.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22583;Geranium dissectum;actual measurement;germinule;1.9;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;capsule lobes mostly missing;; 22564;Geranium divaricatum;estimation;germinule;2.33;1.41;1.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22584;Geranium lucidum;estimation;germinule;1.8;.94;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22582;Geranium macrorrhizum;estimation;generative dispersule;2.1;1.5;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22582;Geranium macrorrhizum;actual measurement (following LEDA data standards);generative dispersule;3.15;1.58;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22582;Geranium macrorrhizum;estimation;germinule;2.1;1.5;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22585;Geranium molle;estimation;germinule;1.54;1.09;1.03;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22585;Geranium molle;actual measurement;germinule;1.35;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22585;Geranium molle;actual measurement (following LEDA data standards);generative dispersule;1.5;.88;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22585;Geranium molle;actual measurement (following LEDA data standards);generative dispersule;1.75;1;.88;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22586;Geranium nodosum;estimation;germinule;2.98;1.72;1.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22586;Geranium nodosum;estimation;generative dispersule;2.98;1.72;1.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22587;Geranium palustre;estimation;germinule;2.41;1.68;1.51;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22587;Geranium palustre;estimation;generative dispersule;2.41;1.68;1.51;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22588;Geranium phaeum;estimation;germinule;3.18;1.6;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22589;Geranium pratense;estimation;generative dispersule;3.18;1.77;1.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22589;Geranium pratense;estimation;germinule;3.18;1.77;1.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22589;Geranium pratense;actual measurement;germinule;3.25;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22518;Geranium purpureum;estimation;germinule;2;1.3;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22590;Geranium pusillum;estimation;germinule;1.65;.99;.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22590;Geranium pusillum;actual measurement;germinule;1.6;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22590;Geranium pusillum;actual measurement (following LEDA data standards);generative dispersule;2.89;1.33;1.33;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22590;Geranium pusillum;actual measurement (following LEDA data standards);generative dispersule;2.07;.98;.98;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22631;Geranium pyrenaicum;estimation;germinule;2.43;1.2;1.03;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22591;Geranium reflexum;estimation;generative dispersule;8;2.2;1.9;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 22591;Geranium reflexum;estimation;germinule;4.8;2.1;1.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22591;Geranium reflexum;estimation;germinule;8;2.2;1.9;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 22592;Geranium robertianum;actual measurement;germinule;1.9;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22592;Geranium robertianum;estimation;germinule;1.81;1.09;.97;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22593;Geranium rotundifolium;actual measurement;germinule;1.65;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22593;Geranium rotundifolium;estimation;generative dispersule;1.78;1.32;1.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22593;Geranium rotundifolium;estimation;germinule;1.78;1.32;1.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22593;Geranium rotundifolium;actual measurement;generative dispersule;2.25;1.7;1.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed with capsule lobes;; 22557;Geranium sanguineum;estimation;generative dispersule;3.38;2.13;2.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22557;Geranium sanguineum;estimation;germinule;3.38;2.13;2.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22557;Geranium sanguineum;actual measurement;germinule;3.25;2.15;2.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22558;Geranium sibiricum;estimation;generative dispersule;2.45;1.3;1.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22558;Geranium sibiricum;estimation;germinule;2.45;1.3;1.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22559;Geranium sylvaticum;estimation;generative dispersule;2.57;1.87;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22559;Geranium sylvaticum;actual measurement (following LEDA data standards);generative dispersule;2.61;1.83;1.56;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22559;Geranium sylvaticum;estimation;germinule;2.57;1.87;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22559;Geranium sylvaticum;actual measurement (following LEDA data standards);germinule;3;2;1.8;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 29707;Geum reptans;estimation;generative dispersule;27.4;.48;.28;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29707;Geum reptans;actual measurement (following LEDA data standards);generative dispersule;22.05;1.58;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29707;Geum reptans;estimation;germinule;27.4;.48;.28;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29707;Geum reptans;actual measurement (following LEDA data standards);generative dispersule;3.68;1.05;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29366;Geum rivale;actual measurement;generative dispersule;11;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29366;Geum rivale;actual measurement;germinule;4;1.25;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29366;Geum rivale;actual measurement (following LEDA data standards);generative dispersule;9.14;1.16;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29366;Geum rivale;estimation;generative dispersule;11.22;1.24;.62;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29366;Geum rivale;estimation;germinule;11.22;1.24;.62;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29366;Geum rivale;actual measurement (following LEDA data standards);one-seeded generative dispersule;8.6;1.2;.9;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 30638;Geum urbanum;actual measurement;generative dispersule;9.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30638;Geum urbanum;actual measurement;germinule;4.5;2.15;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30638;Geum urbanum;estimation;generative dispersule;8.54;1.75;.69;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30638;Geum urbanum;estimation;germinule;8.54;1.75;.69;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30638;Geum urbanum;actual measurement (following LEDA data standards);generative dispersule;6.93;1.37;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36567;Gladiolus illyricus;estimation;germinule;5.11;3.18;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36567;Gladiolus illyricus;estimation;generative dispersule;5.11;3.18;1.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36569;Gladiolus imbricatus;actual measurement (following LEDA data standards);generative dispersule;3.15;2.31;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36569;Gladiolus imbricatus;estimation;generative dispersule;4.48;2.8;1.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36569;Gladiolus imbricatus;actual measurement (following LEDA data standards);generative dispersule;6.83;3.99;2.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36569;Gladiolus imbricatus;estimation;germinule;4.48;2.8;1.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36576;Gladiolus palustris;estimation;generative dispersule;5.2;2.85;1.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36576;Gladiolus palustris;estimation;germinule;5.2;2.85;1.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25531;Glaucium corniculatum;actual measurement;generative dispersule;1.35;1.1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25531;Glaucium corniculatum;estimation;generative dispersule;1.35;1.1;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25531;Glaucium corniculatum;estimation;germinule;1.35;1.1;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25533;Glaucium flavum;estimation;generative dispersule;1.58;1.1;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25533;Glaucium flavum;estimation;germinule;1.58;1.1;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25533;Glaucium flavum;actual measurement;generative dispersule;1.65;1.1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28861;Glaux maritima;estimation;germinule;1.5;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28861;Glaux maritima;estimation;generative dispersule;1.5;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 24650;Glechoma hederacea;actual measurement;generative dispersule;1.35;.65;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24650;Glechoma hederacea;actual measurement (following LEDA data standards);generative dispersule;1.58;1.05;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20520;Gleditsia triacanthos;actual measurement;germinule;8.25;6.5;3.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25184;Globularia cordifolia;estimation;germinule;1.52;.74;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25198;Globularia punctata;actual measurement;generative dispersule;1.75;.5;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25198;Globularia punctata;actual measurement;germinule;1.35;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;fruit enclosed in calyx;; 25198;Globularia punctata;actual measurement (following LEDA data standards);generative dispersule;3.89;1.79;1.79;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25198;Globularia punctata;estimation;germinule;1.47;.5;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25198;Globularia punctata;actual measurement (following LEDA data standards);generative dispersule;1.58;.63;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42323;Glyceria declinata;estimation;germinule;2.1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42323;Glyceria declinata;estimation;generative dispersule;2.1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42323;Glyceria declinata;estimation;generative dispersule;4.28;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40814;Glyceria fluitans;estimation;generative dispersule;6.55;1.33;1.23;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40814;Glyceria fluitans;actual measurement;germinule;2.75;1.1;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40814;Glyceria fluitans;actual measurement;generative dispersule;6;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40814;Glyceria fluitans;estimation;germinule;2.75;1;.85;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40135;Glyceria maxima;actual measurement;germinule;1.5;1;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40135;Glyceria maxima;estimation;generative dispersule;3.34;1.11;.85;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40135;Glyceria maxima;estimation;germinule;1.59;.92;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40135;Glyceria maxima;actual measurement;generative dispersule;3.25;1.25;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 40136;Glyceria nemoralis;estimation;generative dispersule;3.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40136;Glyceria nemoralis;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40816;Glyceria plicata;estimation;germinule;2.04;1;.66;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 40816;Glyceria plicata;estimation;generative dispersule;4.05;1.41;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40817;Glyceria striata;estimation;generative dispersule;1.82;.81;.71;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 40817;Glyceria striata;estimation;germinule;.99;.72;.44;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7695;Gnaphalium luteo-album;estimation;germinule;.55;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7695;Gnaphalium luteo-album;estimation;generative dispersule;.55;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 33117;Gratiola officinalis;actual measurement;generative dispersule;.25;.25;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33117;Gratiola officinalis;estimation;germinule;.4;.25;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33117;Gratiola officinalis;estimation;generative dispersule;.4;.25;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43982;Groenlandia densa;estimation;germinule;3;2;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 43982;Groenlandia densa;estimation;generative dispersule;3;2;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 7463;Guizotia abyssinica;estimation;generative dispersule;4.25;1.31;1.13;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7463;Guizotia abyssinica;estimation;germinule;4.25;1.31;1.13;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39638;Gymnadenia conopsea;estimation;generative dispersule;.8;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39638;Gymnadenia conopsea;actual measurement (following LEDA data standards);generative dispersule;.5;.18;.18;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39638;Gymnadenia conopsea;estimation;germinule;.8;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39639;Gymnadenia odoratissima;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39639;Gymnadenia odoratissima;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39639;Gymnadenia odoratissima;actual measurement (following LEDA data standards);generative dispersule;.43;.18;.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16936;Gypsophila fastigiata;actual measurement;germinule;1.2;1;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16936;Gypsophila fastigiata;estimation;generative dispersule;1.2;1;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16936;Gypsophila fastigiata;estimation;germinule;1.2;1;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16075;Gypsophila muralis;actual measurement;germinule;.25;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16075;Gypsophila muralis;estimation;generative dispersule;.33;.32;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16075;Gypsophila muralis;estimation;germinule;.33;.32;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16075;Gypsophila muralis;actual measurement (following LEDA data standards);generative dispersule;.45;.35;.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16941;Gypsophila paniculata;estimation;generative dispersule;1.05;1.05;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16941;Gypsophila paniculata;estimation;germinule;1.05;1.05;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16941;Gypsophila paniculata;actual measurement;germinule;1.1;1;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17131;Gypsophila repens;estimation;germinule;1.5;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17131;Gypsophila repens;estimation;generative dispersule;1.5;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17132;Gypsophila scorzonerifolia Ser.;estimation;generative dispersule;1.38;1.08;.94;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17132;Gypsophila scorzonerifolia Ser.;estimation;germinule;1.38;1.08;.94;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2221;Hacquetia epipactis;estimation;generative dispersule;4;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2221;Hacquetia epipactis;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 17799;Halimione pedunculata;estimation;germinule;2.23;1.93;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17931;Halimione portulacoides;estimation;germinule;1.55;1.55;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39641;Hammarbya paludosa;estimation;generative dispersule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39641;Hammarbya paludosa;estimation;germinule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2449;Hedera helix;actual measurement (following LEDA data standards);germinule;3.6;2.15;1.8;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 2449;Hedera helix;estimation;germinule;5.12;3.58;3.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 2449;Hedera helix;estimation;generative dispersule;8.37;8.27;8.23;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2449;Hedera helix;actual measurement;germinule;3.75;2.1;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2449;Hedera helix;actual measurement;generative dispersule;7;7;7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21399;Hedysarum hedysaroides;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18679;Helianthemum apenninum;estimation;germinule;1.94;1.25;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18679;Helianthemum apenninum;estimation;generative dispersule;1.94;1.25;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18656;Helianthemum canum;estimation;generative dispersule;1.49;1.08;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18656;Helianthemum canum;estimation;germinule;1.49;1.08;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18594;Helianthemum nummularium;actual measurement (following LEDA data standards);generative dispersule;1.2;.9;.7;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 18594;Helianthemum nummularium;estimation;generative dispersule;1.7;1.19;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18594;Helianthemum nummularium;actual measurement;germinule;1.4;1.4;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18594;Helianthemum nummularium;estimation;germinule;1.67;1.19;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18594;Helianthemum nummularium;actual measurement (following LEDA data standards);generative dispersule;1.5;1.3;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 18606;Helianthemum oelandicum s. alpestre;estimation;generative dispersule;1.34;.98;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18606;Helianthemum oelandicum s. alpestre;estimation;germinule;1.34;.98;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 7986;Helianthus annuus;actual measurement (following LEDA data standards);generative dispersule;12.2;6.33;4.54;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 7986;Helianthus annuus;estimation;generative dispersule;10.25;6;4.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7986;Helianthus annuus;estimation;germinule;10.25;6;4.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7986;Helianthus annuus;actual measurement;generative dispersule;11;6;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7066;Helichrysum arenarium;estimation;generative dispersule;1.05;.27;.21;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7066;Helichrysum arenarium;actual measurement;germinule;2.5;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with pappus hairs;; 7066;Helichrysum arenarium;estimation;germinule;1.05;.27;.21;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7987;Helichrysum bracteatum;actual measurement;generative dispersule;2.5;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43690;Helictotrichon parlatorei;estimation;germinule;5.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 12039;Heliotropium europaeum;actual measurement;germinule;2;1.25;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12039;Heliotropium europaeum;estimation;generative dispersule;2.15;1.25;1.15;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12039;Heliotropium europaeum;estimation;germinule;2.15;1.25;1.15;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 27081;Helleborus foetidus;actual measurement (following LEDA data standards);generative dispersule;4.75;2.25;2.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26973;Helleborus niger;actual measurement;generative dispersule;4.25;2.15;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;membraneous appendage;; 38653;Hemerocallis lilioasphodelus;estimation;generative dispersule;5.63;4.1;3.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38653;Hemerocallis lilioasphodelus;estimation;germinule;5.63;4.1;3.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26984;Hepatica nobilis;estimation;germinule;4.7;1.5;1.3;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26984;Hepatica nobilis;estimation;generative dispersule;4.7;1.5;1.3;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 1291;Heracleum austriacum;estimation;germinule;8;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1291;Heracleum austriacum;estimation;generative dispersule;8;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1295;Heracleum mantegazzianum;estimation;germinule;11.33;8.5;.7;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1295;Heracleum mantegazzianum;estimation;generative dispersule;11.33;8.5;.7;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1232;Heracleum sphondylium;actual measurement (following LEDA data standards);generative dispersule;7.68;5.35;.82;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 1232;Heracleum sphondylium;estimation;generative dispersule;8.22;6.35;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1232;Heracleum sphondylium;estimation;germinule;8.22;6.35;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1232;Heracleum sphondylium;actual measurement (following LEDA data standards);one-seeded generative dispersule;8.31;5.78;1.05;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 1232;Heracleum sphondylium;actual measurement;generative dispersule;9.5;7.5;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16521;Herniaria glabra;estimation;generative dispersule;.8;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 16521;Herniaria glabra;estimation;germinule;.8;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 16521;Herniaria glabra;estimation;germinule;.49;.41;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17001;Herniaria hirsuta;estimation;germinule;.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14004;Hesperis matronalis;actual measurement;generative dispersule;3;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14004;Hesperis matronalis;estimation;germinule;2.92;1.23;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14004;Hesperis matronalis;actual measurement (following LEDA data standards);generative dispersule;2.31;1.37;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14004;Hesperis matronalis;estimation;generative dispersule;2.92;1.23;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25723;Hibiscus trionum;estimation;generative dispersule;2.36;2.1;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25723;Hibiscus trionum;actual measurement;generative dispersule;1.85;2.25;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25723;Hibiscus trionum;estimation;germinule;2.36;2.1;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 7467;Hieracium acuminatum;estimation;germinule;3.05;.51;.48;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 33881;Hieracium amplexicaule;estimation;germinule;3.75;.59;.52;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7024;Hieracium aurantiacum;actual measurement;germinule;1.8;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with pappus;; 7024;Hieracium aurantiacum;estimation;germinule;1.9;.35;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 36033;Hieracium bupleuroides;estimation;generative dispersule;10.39;.75;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 36033;Hieracium bupleuroides;estimation;germinule;3.79;.75;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22811;Hieracium cochlearioides;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22858;Hieracium dasytrichum;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22806;Hieracium dentatum;estimation;germinule;4.15;.7;.69;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6543;Hieracium echioides;estimation;germinule;2;.36;.31;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7806;Hieracium franconicum;estimation;germinule;3.67;.53;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7806;Hieracium franconicum;estimation;generative dispersule;8.1;.53;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 14515;Hieracium glaucinum;estimation;germinule;2.54;.56;.44;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37138;Hieracium harzianum;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7054;Hieracium intybaceum;estimation;germinule;3.86;.55;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7271;Hieracium lactucella;estimation;germinule;1.5;.4;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44220;Hieracium laevigatum;actual measurement;germinule;3.25;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 44220;Hieracium laevigatum;estimation;germinule;3.45;.58;.56;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44220;Hieracium laevigatum;estimation;generative dispersule;8.9;.58;.56;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 44220;Hieracium laevigatum;actual measurement;generative dispersule;7.25;11.5;11.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7752;Hieracium laurinum;estimation;germinule;3.9;.69;.52;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 16770;Hieracium maculatum;actual measurement (following LEDA data standards);germinule;2.73;.63;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16770;Hieracium maculatum;actual measurement (following LEDA data standards);generative dispersule;3.68;2.63;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14443;Hieracium murorum;actual measurement;generative dispersule;9.75;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14443;Hieracium murorum;actual measurement;germinule;2.75;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14443;Hieracium murorum;estimation;germinule;3.04;.43;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 8286;Hieracium pallescens;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7852;Hieracium peleteranum s. tenuiscapum;estimation;germinule;2.4;.44;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 24236;Hieracium piliferum;estimation;germinule;2.65;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6658;Hieracium pilosella;actual measurement (following LEDA data standards);generative dispersule;1.4;.3;.25;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 6658;Hieracium pilosella;estimation;germinule;1.88;.44;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6658;Hieracium pilosella;actual measurement;germinule;1.75;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6658;Hieracium pilosella;actual measurement;germinule;1.75;.4;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6658;Hieracium pilosella;actual measurement;generative dispersule;4.25;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6837;Hieracium piloselloides;actual measurement (following LEDA data standards);germinule;3.68;.63;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6837;Hieracium piloselloides;actual measurement (following LEDA data standards);generative dispersule;8.93;8.93;8.93;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44204;Hieracium racemosum;estimation;germinule;3.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44218;Hieracium sabaudum;estimation;germinule;3.23;.52;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19273;Hieracium schmidtii;estimation;germinule;3.78;.56;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7093;Hieracium umbellatum;actual measurement (following LEDA data standards);germinule;3.4;.55;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 7093;Hieracium umbellatum;estimation;generative dispersule;7.8;.52;.52;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 7093;Hieracium umbellatum;estimation;germinule;7.8;.52;.52;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 7093;Hieracium umbellatum;actual measurement;generative dispersule;9.9;2.25;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7093;Hieracium umbellatum;actual measurement;germinule;2.9;.55;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7093;Hieracium umbellatum;actual measurement (following LEDA data standards);generative dispersule;3.47;.53;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 7093;Hieracium umbellatum;estimation;germinule;2.57;.52;.52;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22807;Hieracium valdepilosum;estimation;germinule;4.02;.79;.67;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22612;Hieracium villosum;actual measurement;generative dispersule;9.6;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22612;Hieracium villosum;actual measurement;germinule;3.6;.75;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22612;Hieracium villosum;estimation;germinule;3.77;.79;.67;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 8975;Hieracium x fallax;estimation;germinule;1.8;.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42515;Hierochloe australis;estimation;generative dispersule;3.83;2.04;.9;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 42515;Hierochloe australis;estimation;germinule;2.75;.82;.77;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42516;Hierochloe hirta;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42516;Hierochloe hirta;estimation;germinule;3.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42519;Hierochloe odorata;estimation;germinule;4.7;2.45;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42519;Hierochloe odorata;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39644;Himantoglossum hircinum;estimation;generative dispersule;.42;.12;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39644;Himantoglossum hircinum;estimation;germinule;.42;.12;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21868;Hippocrepis comosa;estimation;generative dispersule;5.25;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 21868;Hippocrepis comosa;estimation;germinule;5.25;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 21868;Hippocrepis comosa;actual measurement;generative dispersule;15;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21868;Hippocrepis comosa;actual measurement;germinule;2.4;1.65;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21868;Hippocrepis comosa;actual measurement (following LEDA data standards);generative dispersule;3.1;1.05;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21868;Hippocrepis comosa;estimation;germinule;2.4;1.65;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19002;Hippophae rhamnoides;actual measurement;generative dispersule;8.5;6.5;6.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19002;Hippophae rhamnoides;actual measurement;germinule;3;2.25;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19002;Hippophae rhamnoides;estimation;germinule;4.22;2.47;2.07;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19002;Hippophae rhamnoides;estimation;generative dispersule;8.07;7.3;7.23;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 24425;Hippuris vulgaris;actual measurement;generative dispersule;1.85;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24425;Hippuris vulgaris;estimation;germinule;1.84;1.1;1.08;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 14011;Hirschfeldia incana;estimation;generative dispersule;1.03;.72;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14011;Hirschfeldia incana;actual measurement;generative dispersule;1.05;.75;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14011;Hirschfeldia incana;estimation;germinule;1.03;.72;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 42613;Holcus lanatus;actual measurement (following LEDA data standards);generative dispersule;1.6;.45;.4;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 42613;Holcus lanatus;actual measurement (following LEDA data standards);generative dispersule;1.5;.75;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42613;Holcus lanatus;estimation;generative dispersule;2.35;.84;.68;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42613;Holcus lanatus;estimation;germinule;2.35;.84;.68;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42613;Holcus lanatus;actual measurement;generative dispersule;4.5;2;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42613;Holcus lanatus;actual measurement;germinule;2.5;.85;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42613;Holcus lanatus;actual measurement (following LEDA data standards);one-seeded generative dispersule;5.1;1.78;1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 42613;Holcus lanatus;actual measurement (following LEDA data standards);germinule;2.35;.8;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42614;Holcus mollis;estimation;generative dispersule;2.27;.56;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42614;Holcus mollis;estimation;germinule;2.27;.56;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42614;Holcus mollis;actual measurement;germinule;2.5;.85;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42614;Holcus mollis;actual measurement;generative dispersule;4.5;2;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17010;Holosteum umbellatum;estimation;generative dispersule;.72;.56;.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17010;Holosteum umbellatum;actual measurement;germinule;.55;.45;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17010;Holosteum umbellatum;estimation;germinule;.72;.56;.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 9177;Homogyne alpina;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9177;Homogyne alpina;actual measurement (following LEDA data standards);generative dispersule;5.46;.63;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 8130;Homogyne discolor;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 16523;Honkenya peploides;estimation;generative dispersule;3.5;2.65;1.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16523;Honkenya peploides;estimation;germinule;3.5;2.65;1.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16523;Honkenya peploides;actual measurement;germinule;3.5;2.5;1.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16523;Honkenya peploides;actual measurement (following LEDA data standards);generative dispersule;3.4;2.76;1.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42617;Hordelymus europaeus;estimation;generative dispersule;17.1;1.61;.96;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42617;Hordelymus europaeus;actual measurement (following LEDA data standards);generative dispersule;26.6;1.16;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42617;Hordelymus europaeus;actual measurement (following LEDA data standards);germinule;4.25;.75;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42617;Hordelymus europaeus;estimation;germinule;7.15;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43701;Hordeum distichon;actual measurement (following LEDA data standards);germinule;7.47;3.98;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43701;Hordeum distichon;actual measurement (following LEDA data standards);generative dispersule;11.62;4.15;3.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43702;Hordeum jubatum;estimation;germinule;2.73;.95;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43702;Hordeum jubatum;actual measurement;germinule;2.75;.95;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43702;Hordeum jubatum;actual measurement;generative dispersule;31;1.2;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 43180;Hordeum marinum;estimation;germinule;5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42447;Hordeum murinum;actual measurement (following LEDA data standards);germinule;5.58;1.74;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42447;Hordeum murinum;actual measurement;germinule;4.5;1.3;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42447;Hordeum murinum;actual measurement;generative dispersule;21;1.15;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 42447;Hordeum murinum;actual measurement (following LEDA data standards);generative dispersule;12.5;2.16;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42447;Hordeum murinum;estimation;germinule;6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42447;Hordeum murinum;estimation;generative dispersule;39.28;;;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 43182;Hordeum secalinum;estimation;germinule;5.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43182;Hordeum secalinum;actual measurement (following LEDA data standards);one-seeded generative dispersule;13.88;1.78;1.07;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 25138;Horminum pyrenaicum;actual measurement;generative dispersule;1.65;1.4;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25138;Horminum pyrenaicum;estimation;germinule;1.65;1.4;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25138;Horminum pyrenaicum;estimation;generative dispersule;1.65;1.4;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 14530;Hornungia petraea;estimation;germinule;.78;.51;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14530;Hornungia petraea;estimation;generative dispersule;.78;.51;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28918;Hottonia palustris;estimation;generative dispersule;.5;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28918;Hottonia palustris;estimation;germinule;.5;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14697;Humulus lupulus;estimation;germinule;2.63;2.1;2.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14697;Humulus lupulus;actual measurement (following LEDA data standards);generative dispersule;16.6;6.64;1.99;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14697;Humulus lupulus;actual measurement;germinule;2.25;2.1;2.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14697;Humulus lupulus;actual measurement;generative dispersule;17.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 464;Huperzia selago;estimation (following LEDA data standards);generative dispersule;.03;.03;.03;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 464;Huperzia selago;estimation (following LEDA data standards);generative dispersule;.03;.03;.03;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 38541;Hyacinthoides non-scripta;actual measurement (following LEDA data standards);generative dispersule;1.6;1.4;1;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 38541;Hyacinthoides non-scripta;estimation;generative dispersule;2.4;1.98;1.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38541;Hyacinthoides non-scripta;estimation;germinule;2.4;1.98;1.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36302;Hydrocharis morsus-ranae;estimation;generative dispersule;10;10;10;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 2206;Hydrocotyle vulgaris;estimation;generative dispersule;1.68;.82;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2206;Hydrocotyle vulgaris;estimation;germinule;1.68;.82;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2206;Hydrocotyle vulgaris;actual measurement;generative dispersule;1.7;1;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13394;Hymenolobus procumbens;estimation;germinule;.6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13394;Hymenolobus procumbens;estimation;generative dispersule;.6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34956;Hyoscyamus niger;estimation;generative dispersule;1.39;1.18;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34956;Hyoscyamus niger;estimation;germinule;1.39;1.18;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34956;Hyoscyamus niger;actual measurement;generative dispersule;1.4;1.25;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23277;Hypericum elegans;estimation;generative dispersule;1;.34;.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23277;Hypericum elegans;estimation;germinule;1;.34;.27;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23279;Hypericum elodes;estimation;generative dispersule;.76;.4;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23279;Hypericum elodes;estimation;germinule;.76;.4;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23250;Hypericum hirsutum;estimation;generative dispersule;1.14;.43;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23250;Hypericum hirsutum;estimation;germinule;1.14;.43;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23250;Hypericum hirsutum;actual measurement (following LEDA data standards);generative dispersule;1.03;.33;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 23252;Hypericum humifusum;actual measurement (following LEDA data standards);generative dispersule;1.25;.7;.7;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 23252;Hypericum humifusum;estimation;germinule;.55;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23252;Hypericum humifusum;estimation;generative dispersule;.55;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23226;Hypericum maculatum;estimation;generative dispersule;.9;.35;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23226;Hypericum maculatum;estimation;germinule;.9;.35;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23226;Hypericum maculatum;actual measurement (following LEDA data standards);germinule;.6;.2;.15;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 23241;Hypericum montanum;estimation;generative dispersule;.98;.31;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23241;Hypericum montanum;estimation;germinule;.98;.31;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23212;Hypericum perforatum;estimation;generative dispersule;1.16;.42;.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23212;Hypericum perforatum;actual measurement (following LEDA data standards);germinule;1.06;.48;.44;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 23212;Hypericum perforatum;actual measurement;generative dispersule;.9;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23212;Hypericum perforatum;actual measurement (following LEDA data standards);germinule;1.01;.51;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 23212;Hypericum perforatum;estimation;germinule;1.16;.42;.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23212;Hypericum perforatum;actual measurement (following LEDA data standards);generative dispersule;.96;.44;.44;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 23219;Hypericum pulchrum;estimation;generative dispersule;1.2;.4;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23219;Hypericum pulchrum;estimation;germinule;1.2;.4;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23203;Hypericum tetrapterum;actual measurement (following LEDA data standards);generative dispersule;.8;.33;.29;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 23203;Hypericum tetrapterum;estimation;germinule;.92;.39;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23203;Hypericum tetrapterum;estimation;generative dispersule;.92;.39;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 7007;Hypochaeris glabra;actual measurement;germinule;3.5;.55;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7007;Hypochaeris glabra;actual measurement;generative dispersule;10.5;5;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7007;Hypochaeris glabra;estimation;germinule;3.85;.55;;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 7007;Hypochaeris glabra;estimation;germinule;6.77;.58;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 8386;Hypochaeris maculata;actual measurement;generative dispersule;11.5;.8;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with beak;; 8386;Hypochaeris maculata;estimation;germinule;13.14;.66;.65;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 8453;Hypochaeris uniflora;estimation;germinule;15.68;.8;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6499;Hypochoeris radicata;estimation;generative dispersule;13.7;.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Scheiben- oder Mittelfrucht [A1];;; 6499;Hypochoeris radicata;estimation;germinule;6;.75;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 6499;Hypochoeris radicata;actual measurement (following LEDA data standards);generative dispersule;22.24;10.79;.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6499;Hypochoeris radicata;actual measurement;germinule;3.5;.55;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6499;Hypochoeris radicata;actual measurement;generative dispersule;8.5;.55;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6499;Hypochoeris radicata;actual measurement (following LEDA data standards);generative dispersule;3.65;.66;.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24658;Hyssopus officinalis;estimation;germinule;2.38;1.07;.78;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24658;Hyssopus officinalis;estimation;generative dispersule;2.38;1.07;.78;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 14025;Iberis amara;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14025;Iberis amara;actual measurement (following LEDA data standards);generative dispersule;3.08;1.79;.59;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14025;Iberis amara;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12739;Iberis linifolia;estimation;germinule;3;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12739;Iberis linifolia;estimation;generative dispersule;3;1.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14042;Iberis umbellata;estimation;generative dispersule;2.93;1.84;.59;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14042;Iberis umbellata;estimation;germinule;2.93;1.84;.59;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14042;Iberis umbellata;actual measurement;generative dispersule;2.85;1.7;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2439;Ilex aquifolium;actual measurement;germinule;6;3.75;3.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2439;Ilex aquifolium;estimation;germinule;6.13;3.88;3.13;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 2439;Ilex aquifolium;estimation;generative dispersule;9.59;9.25;9.25;-2;;BIOLFLOR database;;;Frucht [F ]; nicht heteromorph [n];;; 17139;Illecebrum verticillatum;actual measurement;germinule;.6;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;fruit is dispersed;; 17139;Illecebrum verticillatum;estimation;generative dispersule;1.75;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17139;Illecebrum verticillatum;estimation;germinule;.69;.29;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11746;Impatiens balsamina;actual measurement;germinule;2.75;1.85;1.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11747;Impatiens capensis;actual measurement (following LEDA data standards);generative dispersule;3.51;1.48;.98;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11749;Impatiens glandulifera;actual measurement (following LEDA data standards);generative dispersule;2.65;2.25;1.35;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 11749;Impatiens glandulifera;actual measurement (following LEDA data standards);generative dispersule;3.75;3.25;1.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11749;Impatiens glandulifera;actual measurement;germinule;3.5;2.6;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11749;Impatiens glandulifera;estimation;generative dispersule;4.45;3.07;1.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11749;Impatiens glandulifera;estimation;germinule;4.45;3.07;1.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11751;Impatiens noli-tangere;actual measurement;germinule;3.7;1.7;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11751;Impatiens noli-tangere;estimation;generative dispersule;3.88;1.75;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11751;Impatiens noli-tangere;estimation;germinule;3.88;1.75;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11751;Impatiens noli-tangere;actual measurement (following LEDA data standards);generative dispersule;3.51;1.83;1.23;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11752;Impatiens parviflora;estimation;generative dispersule;4.29;2.31;1.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11752;Impatiens parviflora;actual measurement;germinule;3.85;2.15;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11752;Impatiens parviflora;estimation;germinule;4.29;2.31;1.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 8741;Inula britannica;estimation;germinule;1.25;.33;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 8404;Inula conyza;actual measurement (following LEDA data standards);generative dispersule;1.89;.53;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 8404;Inula conyza;estimation;germinule;2.34;.45;.32;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 8404;Inula conyza;estimation;generative dispersule;13.8;.45;.32;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 8404;Inula conyza;estimation;germinule;13.8;.45;.32;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 7409;Inula ensifolia;actual measurement;generative dispersule;6.9;4.15;4.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7409;Inula ensifolia;actual measurement;germinule;1.9;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6798;Inula germanica;estimation;germinule;1.49;.3;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6798;Inula germanica;estimation;generative dispersule;8.5;4.5;4.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 7875;Inula helenium;actual measurement;germinule;4;.65;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7875;Inula helenium;actual measurement;generative dispersule;11;14.5;14.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7875;Inula helenium;estimation;generative dispersule;15.2;.79;.62;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 7875;Inula helenium;estimation;germinule;4.45;.79;.62;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7341;Inula helvetica;estimation;generative dispersule;7.94;.32;.29;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 7341;Inula helvetica;estimation;germinule;1.74;.32;.29;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 8244;Inula hirta;estimation;germinule;2.03;.4;.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6502;Inula salicina;estimation;generative dispersule;8.54;.47;.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 6502;Inula salicina;estimation;germinule;1.58;.47;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 36614;Iris germanica;actual measurement;generative dispersule;8.5;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36621;Iris graminea;estimation;germinule;5.31;4.23;2.71;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36621;Iris graminea;estimation;generative dispersule;5.31;4.23;2.71;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36664;Iris pseudacorus;estimation;generative dispersule;6.27;5.35;2.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36664;Iris pseudacorus;estimation;germinule;6.27;5.35;2.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36664;Iris pseudacorus;actual measurement;generative dispersule;6;6;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36664;Iris pseudacorus;actual measurement (following LEDA data standards);generative dispersule;6.32;7.03;1.98;-2;2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36669;Iris pumila;estimation;generative dispersule;4.8;3.06;2.99;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36669;Iris pumila;actual measurement;generative dispersule;4.75;3.15;3.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36669;Iris pumila;estimation;germinule;4.8;3.06;2.99;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36687;Iris sibirica;estimation;generative dispersule;5.15;3.59;1.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36687;Iris sibirica;actual measurement;generative dispersule;4.5;3.25;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36687;Iris sibirica;actual measurement (following LEDA data standards);generative dispersule;3.72;2.48;.93;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36687;Iris sibirica;estimation;germinule;5.15;3.59;1.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36693;Iris spuria;estimation;germinule;5.92;4.48;2.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36693;Iris spuria;estimation;generative dispersule;5.92;4.48;2.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36717;Iris variegata;estimation;generative dispersule;4.32;3.42;3.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36717;Iris variegata;estimation;germinule;4.32;3.42;3.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36721;Iris versicolor;estimation;germinule;6.08;3.88;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36721;Iris versicolor;estimation;generative dispersule;6.08;3.88;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14558;Isatis tinctoria;actual measurement;generative dispersule;16;4.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14558;Isatis tinctoria;estimation;generative dispersule;15.17;5.17;1.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14558;Isatis tinctoria;estimation;germinule;3.22;1.27;1.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14558;Isatis tinctoria;actual measurement;germinule;3.15;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14558;Isatis tinctoria;actual measurement (following LEDA data standards);generative dispersule;2.93;1.79;1.17;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 8135;Iva xanthifolia;actual measurement;generative dispersule;2.6;1.5;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 8135;Iva xanthifolia;estimation;germinule;2.34;1.5;1.01;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 8135;Iva xanthifolia;estimation;generative dispersule;2.34;1.5;1.01;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14870;Jasione laevis;actual measurement (following LEDA data standards);generative dispersule;1.16;.42;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14880;Jasione montana;actual measurement;germinule;.6;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14880;Jasione montana;actual measurement (following LEDA data standards);generative dispersule;.63;.32;.11;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14880;Jasione montana;actual measurement;germinule;.6;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14880;Jasione montana;estimation;generative dispersule;.63;.26;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14880;Jasione montana;estimation;germinule;.63;.26;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46127;Jovibarba globifera s. allionii;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46127;Jovibarba globifera s. allionii;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23152;Juglans nigra;actual measurement;generative dispersule;28.5;30;23.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23153;Juglans regia;estimation;germinule;32.5;25;25;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 23153;Juglans regia;actual measurement;generative dispersule;35;25;25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35974;Juncus acutiflorus;estimation;germinule;.46;.19;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35974;Juncus acutiflorus;estimation;generative dispersule;.46;.19;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35907;Juncus alpinus s. alpinus;actual measurement (following LEDA data standards);generative dispersule;.74;.21;.21;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35965;Juncus articulatus;actual measurement (following LEDA data standards);generative dispersule;.5;.21;.18;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35965;Juncus articulatus;estimation;generative dispersule;.57;.27;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35965;Juncus articulatus;estimation;germinule;.57;.27;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35965;Juncus articulatus;actual measurement (following LEDA data standards);germinule;.51;.28;.25;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 35939;Juncus atratus;estimation;germinule;.55;.2;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35939;Juncus atratus;estimation;generative dispersule;.55;.2;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35943;Juncus balticus;estimation;generative dispersule;.9;.43;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35943;Juncus balticus;estimation;germinule;.9;.43;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36128;Juncus bufonius;actual measurement;generative dispersule;.3;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36128;Juncus bufonius;estimation;germinule;.39;.31;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36128;Juncus bufonius;estimation;generative dispersule;.39;.31;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36128;Juncus bufonius;actual measurement (following LEDA data standards);generative dispersule;.44;.27;.23;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36026;Juncus bulbosus;actual measurement (following LEDA data standards);generative dispersule;.45;.21;.21;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36026;Juncus bulbosus;estimation;generative dispersule;.53;.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36026;Juncus bulbosus;estimation;germinule;.53;.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36042;Juncus capitatus;estimation;generative dispersule;.3;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36042;Juncus capitatus;estimation;germinule;.3;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36003;Juncus compressus;estimation;generative dispersule;.4;.2;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36003;Juncus compressus;estimation;germinule;.4;.2;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36003;Juncus compressus;actual measurement (following LEDA data standards);generative dispersule;.43;.25;.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36007;Juncus conglomeratus;estimation;generative dispersule;.58;.45;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36007;Juncus conglomeratus;actual measurement (following LEDA data standards);generative dispersule;.41;.19;.17;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36007;Juncus conglomeratus;actual measurement;generative dispersule;.65;.45;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36007;Juncus conglomeratus;estimation;germinule;.58;.45;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36014;Juncus effusus;actual measurement (following LEDA data standards);generative dispersule;.35;.15;.15;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 36014;Juncus effusus;actual measurement (following LEDA data standards);germinule;.46;.27;.24;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 36014;Juncus effusus;actual measurement;generative dispersule;.25;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36014;Juncus effusus;actual measurement (following LEDA data standards);generative dispersule;.54;.19;.19;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36014;Juncus effusus;estimation;germinule;.47;.26;.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36014;Juncus effusus;estimation;generative dispersule;.47;.26;.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36023;Juncus filiformis;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36023;Juncus filiformis;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36023;Juncus filiformis;actual measurement (following LEDA data standards);generative dispersule;.57;.33;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36081;Juncus gerardi;estimation;generative dispersule;.56;.24;.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36081;Juncus gerardi;estimation;germinule;.56;.24;.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36081;Juncus gerardi;actual measurement (following LEDA data standards);generative dispersule;.68;.36;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36061;Juncus inflexus;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.34;1.35;1.21;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 36061;Juncus inflexus;estimation;generative dispersule;.51;.24;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36061;Juncus inflexus;actual measurement (following LEDA data standards);generative dispersule;.51;.3;.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36061;Juncus inflexus;estimation;germinule;.51;.24;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36077;Juncus jacquinii;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36077;Juncus jacquinii;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36160;Juncus maritimus;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36160;Juncus maritimus;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36164;Juncus minutulus;estimation;germinule;.38;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36164;Juncus minutulus;estimation;generative dispersule;.38;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36048;Juncus pygmaeus;estimation;germinule;.43;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36048;Juncus pygmaeus;estimation;generative dispersule;.43;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36052;Juncus ranarius;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36052;Juncus ranarius;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36141;Juncus sphaerocarpus;estimation;generative dispersule;.27;.2;.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36141;Juncus sphaerocarpus;actual measurement (following LEDA data standards);generative dispersule;.41;.36;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36141;Juncus sphaerocarpus;estimation;germinule;.27;.2;.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36142;Juncus squarrosus;actual measurement (following LEDA data standards);germinule;.85;.5;.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 36142;Juncus squarrosus;estimation;generative dispersule;.75;.44;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36142;Juncus squarrosus;estimation;germinule;.75;.44;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36142;Juncus squarrosus;actual measurement;generative dispersule;.4;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36142;Juncus squarrosus;actual measurement (following LEDA data standards);generative dispersule;.75;.45;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36147;Juncus stygius;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36147;Juncus stygius;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36148;Juncus subnodulosus;estimation;generative dispersule;.47;.19;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36148;Juncus subnodulosus;actual measurement (following LEDA data standards);generative dispersule;.47;.26;.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36148;Juncus subnodulosus;estimation;germinule;.47;.19;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36111;Juncus tenageia;estimation;generative dispersule;.39;.3;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36111;Juncus tenageia;estimation;germinule;.39;.3;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36112;Juncus tenuis;actual measurement;generative dispersule;.25;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36112;Juncus tenuis;estimation;germinule;.33;.17;.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36112;Juncus tenuis;estimation;generative dispersule;.33;.17;.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36209;Juncus trifidus;actual measurement (following LEDA data standards);germinule;1.3;.5;.4;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 36209;Juncus trifidus;actual measurement (following LEDA data standards);germinule;1.1;.4;.4;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 36209;Juncus trifidus;actual measurement (following LEDA data standards);germinule;1.15;.55;.5;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 36209;Juncus trifidus;actual measurement (following LEDA data standards);germinule;1.15;.45;.4;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 36216;Juncus triglumis;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36216;Juncus triglumis;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 741;Juniperus communis;actual measurement (following LEDA data standards);generative dispersule;6.51;6.51;6.51;-2;3;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 741;Juniperus communis;actual measurement;germinule;4.5;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 741;Juniperus communis;actual measurement;generative dispersule;7;7;7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;cone;; 711;Juniperus sabina;actual measurement;germinule;4.5;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 711;Juniperus sabina;actual measurement;generative dispersule;6.5;6.5;6.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;cone;; 711;Juniperus sabina;estimation;generative dispersule;6.5;6.5;6.5;-2;;BIOLFLOR database;;;Zapfen [Za]; nicht heteromorph [n];;; 711;Juniperus sabina;estimation;germinule;4.5;2.75;2.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 6414;Jurinea cyanoides;estimation;generative dispersule;14.4;2.25;1.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 6414;Jurinea cyanoides;estimation;germinule;14.4;2.25;1.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 6414;Jurinea cyanoides;estimation;germinule;4.04;2.25;1.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19496;Kalmia angustifolia;estimation;generative dispersule;.82;.25;.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19496;Kalmia angustifolia;estimation;germinule;.84;.25;.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33123;Kickxia elatine;estimation;generative dispersule;1.04;.73;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33123;Kickxia elatine;actual measurement;generative dispersule;1.05;.7;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33123;Kickxia elatine;estimation;germinule;1.04;.73;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33129;Kickxia spuria;estimation;germinule;1.08;.75;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33129;Kickxia spuria;estimation;generative dispersule;1.08;.75;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19058;Knautia arvensis;actual measurement (following LEDA data standards);generative dispersule;4.94;2.63;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19058;Knautia arvensis;actual measurement;generative dispersule;4.75;2.6;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37150;Kobresia myosuroides;estimation;germinule;2.63;1.17;.85;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37154;Kobresia simpliciuscula;estimation;generative dispersule;2.6;.95;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37154;Kobresia simpliciuscula;estimation;germinule;2.6;.95;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43022;Koeleria glauca;estimation;generative dispersule;3.48;.63;.38;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43022;Koeleria glauca;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43022;Koeleria glauca;actual measurement;generative dispersule;5.5;1.15;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43022;Koeleria glauca;estimation;germinule;3.48;.63;.38;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42831;Koeleria macrantha;actual measurement (following LEDA data standards);generative dispersule;3.85;.88;.27;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 42831;Koeleria macrantha;estimation;generative dispersule;4.55;1.08;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42831;Koeleria macrantha;estimation;germinule;2.82;.65;.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42453;Koeleria pyramidata;actual measurement;germinule;3;.8;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42453;Koeleria pyramidata;estimation;generative dispersule;5.08;1.1;.48;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42453;Koeleria pyramidata;estimation;germinule;2.88;.58;.33;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42453;Koeleria pyramidata;actual measurement;generative dispersule;4.5;1.15;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42464;Koeleria vallesiana;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42464;Koeleria vallesiana;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 20994;Laburnum anagyroides;estimation;generative dispersule;4.34;3.42;2.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20994;Laburnum anagyroides;actual measurement;germinule;4;2.85;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20994;Laburnum anagyroides;estimation;germinule;4.34;3.42;2.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 6626;Lactuca perennis;actual measurement (following LEDA data standards);generative dispersule;6.3;1.37;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6626;Lactuca perennis;actual measurement;germinule;5.5;1.6;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6626;Lactuca perennis;estimation;germinule;8;1.61;.61;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6626;Lactuca perennis;actual measurement;generative dispersule;13.5;12;12;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6509;Lactuca quercina;actual measurement;germinule;7.5;1.2;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6509;Lactuca quercina;estimation;generative dispersule;7.32;1.23;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6509;Lactuca quercina;actual measurement;generative dispersule;10;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6509;Lactuca quercina;estimation;germinule;7.32;1.23;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7415;Lactuca saligna;actual measurement;generative dispersule;7.75;.95;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7415;Lactuca saligna;estimation;germinule;7;.91;.44;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7415;Lactuca saligna;estimation;generative dispersule;7;.91;.44;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7415;Lactuca saligna;actual measurement;germinule;2.75;.95;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6510;Lactuca sativa;actual measurement;generative dispersule;3.4;1.2;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6360;Lactuca serriola;actual measurement;generative dispersule;15.5;12;12;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6360;Lactuca serriola;estimation;germinule;6.65;1.06;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6360;Lactuca serriola;estimation;generative dispersule;6.65;1.06;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6360;Lactuca serriola;actual measurement;germinule;3.5;1.2;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7416;Lactuca tatarica;estimation;germinule;5.5;1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6511;Lactuca viminea;estimation;generative dispersule;13;1.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6511;Lactuca viminea;estimation;germinule;13;1.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7940;Lactuca virosa;actual measurement;germinule;4;1.45;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7940;Lactuca virosa;actual measurement;generative dispersule;6.25;5;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7940;Lactuca virosa;estimation;germinule;8;1.5;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 23930;Lamiastrum galeobdolon s. flavidum;estimation;germinule;3.75;1.88;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23930;Lamiastrum galeobdolon s. flavidum;estimation;generative dispersule;3.75;1.88;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24182;Lamium album;actual measurement;generative dispersule;3;1.8;1.05;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24182;Lamium album;actual measurement (following LEDA data standards);generative dispersule;2.52;1.37;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24182;Lamium album;estimation;generative dispersule;2.84;1.54;1.05;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24182;Lamium album;estimation;germinule;2.84;1.54;1.05;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23573;Lamium amplexicaule;actual measurement;generative dispersule;1.9;1.1;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23573;Lamium amplexicaule;estimation;generative dispersule;2.03;1.08;.69;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23573;Lamium amplexicaule;estimation;germinule;2.03;1.08;.69;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24189;Lamium maculatum;estimation;generative dispersule;3.13;1.75;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24189;Lamium maculatum;actual measurement (following LEDA data standards);generative dispersule;3.26;1.37;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24189;Lamium maculatum;estimation;germinule;3.13;1.75;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24190;Lamium moluccellifolium;estimation;germinule;2.88;1.5;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24190;Lamium moluccellifolium;estimation;generative dispersule;2.88;1.5;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25103;Lamium purpureum;actual measurement;generative dispersule;2.1;1.1;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25103;Lamium purpureum;actual measurement (following LEDA data standards);generative dispersule;2.31;1.05;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6629;Lapsana communis;actual measurement;generative dispersule;3.5;.9;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6629;Lapsana communis;estimation;germinule;3.78;1.06;.49;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6629;Lapsana communis;estimation;generative dispersule;3.78;1.06;.49;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 653;Larix decidua;actual measurement;germinule;4.5;2.4;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 653;Larix decidua;actual measurement;generative dispersule;13;5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1700;Laser trilobum;actual measurement (following LEDA data standards);generative dispersule;6.83;3.36;1.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1700;Laser trilobum;estimation;germinule;7.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1700;Laser trilobum;estimation;generative dispersule;7.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1705;Laserpitium latifolium;actual measurement;generative dispersule;8.5;9.5;6.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1705;Laserpitium latifolium;actual measurement (following LEDA data standards);generative dispersule;7.35;5.88;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1705;Laserpitium latifolium;estimation;generative dispersule;8.08;5.5;2.28;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1705;Laserpitium latifolium;estimation;germinule;8.08;5.5;2.28;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1215;Laserpitium prutenicum;estimation;generative dispersule;6.6;4.38;2.18;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1215;Laserpitium prutenicum;estimation;germinule;6.6;4.38;2.18;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1216;Laserpitium siler;estimation;germinule;9;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1216;Laserpitium siler;estimation;generative dispersule;9;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 34252;Lathraea squamaria;estimation;generative dispersule;1;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34252;Lathraea squamaria;estimation;germinule;1;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21294;Lathyrus aphaca;actual measurement;generative dispersule;25;4.5;2.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21294;Lathyrus aphaca;actual measurement;germinule;3.5;2.7;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21294;Lathyrus aphaca;estimation;germinule;3.5;2.7;2.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21294;Lathyrus aphaca;estimation;generative dispersule;3.5;2.7;2.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19830;Lathyrus heterophyllus;estimation;generative dispersule;5.5;4;4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19830;Lathyrus heterophyllus;estimation;germinule;5.5;4;4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21923;Lathyrus hirsutus;actual measurement;generative dispersule;40;7;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21923;Lathyrus hirsutus;actual measurement;germinule;3.6;3.6;3.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21923;Lathyrus hirsutus;estimation;germinule;3.68;3.63;3.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21923;Lathyrus hirsutus;estimation;generative dispersule;3.68;3.63;3.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21925;Lathyrus japonicus;estimation;generative dispersule;4.11;3.96;3.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21925;Lathyrus japonicus;estimation;germinule;4.11;3.96;3.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20500;Lathyrus laevigatus;estimation;germinule;6.83;5.46;3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20500;Lathyrus laevigatus;estimation;generative dispersule;6.83;5.46;3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21002;Lathyrus latifolius;estimation;generative dispersule;4.88;3.97;3.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21002;Lathyrus latifolius;estimation;germinule;4.88;3.97;3.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21002;Lathyrus latifolius;actual measurement;germinule;4;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20503;Lathyrus montanus;actual measurement (following LEDA data standards);generative dispersule;2.9;2.65;2.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20503;Lathyrus montanus;estimation;germinule;2.57;2.4;2.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20503;Lathyrus montanus;estimation;generative dispersule;2.57;2.4;2.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21815;Lathyrus niger;estimation;generative dispersule;3.6;2.71;2.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21815;Lathyrus niger;estimation;germinule;3.6;2.71;2.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21815;Lathyrus niger;actual measurement;germinule;3.5;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21815;Lathyrus niger;actual measurement;generative dispersule;45;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21360;Lathyrus nissolia;estimation;generative dispersule;2.63;2.46;2.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21360;Lathyrus nissolia;actual measurement;generative dispersule;35;3.75;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21360;Lathyrus nissolia;actual measurement;germinule;2.5;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21360;Lathyrus nissolia;estimation;germinule;2.63;2.46;2.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20506;Lathyrus odoratus;estimation;generative dispersule;4.97;4.87;4.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20506;Lathyrus odoratus;estimation;germinule;4.97;4.87;4.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20506;Lathyrus odoratus;actual measurement;germinule;4.5;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21816;Lathyrus palustris;estimation;generative dispersule;3.47;3.33;3.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21816;Lathyrus palustris;estimation;germinule;3.47;3.33;3.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21817;Lathyrus pannonicus;estimation;generative dispersule;2.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21817;Lathyrus pannonicus;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21355;Lathyrus pratensis;actual measurement (following LEDA data standards);generative dispersule;3.43;2.83;2.13;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 21355;Lathyrus pratensis;actual measurement (following LEDA data standards);germinule;3.12;2.7;1.99;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 21355;Lathyrus pratensis;actual measurement;germinule;3;2.5;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21355;Lathyrus pratensis;actual measurement;generative dispersule;30;5;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21355;Lathyrus pratensis;actual measurement (following LEDA data standards);generative dispersule;3.05;2.63;2.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21355;Lathyrus pratensis;estimation;generative dispersule;3.11;2.57;2.02;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21355;Lathyrus pratensis;estimation;germinule;3.11;2.57;2.02;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20895;Lathyrus sativus;estimation;generative dispersule;7.33;6.92;4.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20895;Lathyrus sativus;estimation;germinule;7.33;6.92;4.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20895;Lathyrus sativus;actual measurement;germinule;7;7;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20895;Lathyrus sativus;actual measurement;generative dispersule;30;15;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 19842;Lathyrus sphaericus;estimation;germinule;3.12;2.96;2.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19842;Lathyrus sphaericus;estimation;generative dispersule;3.12;2.96;2.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20898;Lathyrus sylvestris;estimation;generative dispersule;4.35;3.72;3.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20898;Lathyrus sylvestris;estimation;germinule;4.35;3.72;3.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20898;Lathyrus sylvestris;actual measurement (following LEDA data standards);generative dispersule;4.25;3.75;3.13;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20898;Lathyrus sylvestris;actual measurement;germinule;4.25;3.75;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20898;Lathyrus sylvestris;actual measurement;generative dispersule;65;9.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 19845;Lathyrus tuberosus;estimation;generative dispersule;4.36;3.33;3.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19845;Lathyrus tuberosus;actual measurement;generative dispersule;30;5.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 19845;Lathyrus tuberosus;estimation;germinule;4.36;3.33;3.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19845;Lathyrus tuberosus;actual measurement;germinule;4.5;3.25;3.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19847;Lathyrus vernus;actual measurement;generative dispersule;6;5.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 19847;Lathyrus vernus;estimation;germinule;3.27;2.61;2.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19847;Lathyrus vernus;estimation;generative dispersule;3.27;2.61;2.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19847;Lathyrus vernus;actual measurement (following LEDA data standards);generative dispersule;3;2.7;2.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19847;Lathyrus vernus;actual measurement;germinule;3.25;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24725;Lavandula angustifolia;estimation;germinule;2.52;1.12;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24725;Lavandula angustifolia;estimation;generative dispersule;2.52;1.12;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25745;Lavatera thuringiaca;estimation;generative dispersule;2.92;2.58;1.08;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25745;Lavatera thuringiaca;actual measurement;generative dispersule;2.25;2.25;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 25745;Lavatera thuringiaca;estimation;germinule;2.65;2.43;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19499;Ledum palustre;actual measurement (following LEDA data standards);generative dispersule;1.6;.3;.2;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 19499;Ledum palustre;estimation;germinule;1.55;.28;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19499;Ledum palustre;estimation;generative dispersule;1.55;.28;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19499;Ledum palustre;actual measurement;generative dispersule;1.6;.2;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43387;Leersia oryzoides;estimation;germinule;3;1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43387;Leersia oryzoides;estimation;generative dispersule;4.5;1.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 14896;Legousia hybrida;estimation;germinule;1.31;.73;.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14896;Legousia hybrida;estimation;generative dispersule;1.31;.73;.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14838;Legousia speculum-veneris;actual measurement;germinule;1.25;.65;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14838;Legousia speculum-veneris;estimation;generative dispersule;1.38;.68;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14838;Legousia speculum-veneris;estimation;germinule;1.38;.68;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21830;Lembotropis nigricans;estimation;generative dispersule;2.4;1.58;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21830;Lembotropis nigricans;estimation;germinule;2.4;1.58;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21834;Lens culinaris;actual measurement;germinule;5.5;19;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21834;Lens culinaris;actual measurement;generative dispersule;17.5;7.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 7298;Leontodon autumnalis;estimation;generative dispersule;9.75;.56;.34;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 7298;Leontodon autumnalis;actual measurement;germinule;4.5;.45;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 7298;Leontodon autumnalis;estimation;germinule;4.48;.56;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7298;Leontodon autumnalis;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.45;.63;.41;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 7298;Leontodon autumnalis;actual measurement (following LEDA data standards);one-seeded generative dispersule;5.3;.5;.4;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 7298;Leontodon autumnalis;actual measurement;generative dispersule;12;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6638;Leontodon hispidus;actual measurement (following LEDA data standards);generative dispersule;6.59;.72;.51;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 6638;Leontodon hispidus;estimation;generative dispersule;12.45;.71;.41;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 6638;Leontodon hispidus;estimation;germinule;6.2;.71;.41;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6638;Leontodon hispidus;actual measurement (following LEDA data standards);generative dispersule;8.93;.84;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 6638;Leontodon hispidus;actual measurement (following LEDA data standards);one-seeded generative dispersule;7.41;.71;.39;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 6638;Leontodon hispidus;actual measurement;generative dispersule;16.5;3;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6638;Leontodon hispidus;actual measurement;germinule;6.5;.7;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6757;Leontodon incanus;estimation;germinule;6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 7107;Leontodon montanus;estimation;germinule;6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6862;Leontopodium alpinum;estimation;generative dispersule;1.3;.45;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 6862;Leontopodium alpinum;actual measurement;generative dispersule;1.2;.45;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 6862;Leontopodium alpinum;estimation;germinule;1.3;.45;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 23833;Leonurus cardiaca;actual measurement (following LEDA data standards);generative dispersule;2.31;1.16;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 23833;Leonurus cardiaca;actual measurement;generative dispersule;2.25;1.15;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23833;Leonurus cardiaca;estimation;germinule;2.39;1.2;.84;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23833;Leonurus cardiaca;estimation;generative dispersule;2.39;1.2;.84;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24198;Leonurus marrubiastrum;estimation;generative dispersule;1.8;1.04;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24198;Leonurus marrubiastrum;estimation;germinule;1.8;1.04;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24198;Leonurus marrubiastrum;actual measurement;generative dispersule;1.75;1.1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13495;Lepidium campestre;actual measurement;generative dispersule;2.1;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13495;Lepidium campestre;estimation;generative dispersule;2.22;1.29;1.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13495;Lepidium campestre;estimation;germinule;2.22;1.29;1.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13495;Lepidium campestre;actual measurement (following LEDA data standards);generative dispersule;2.26;1.43;.93;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14562;Lepidium densiflorum;estimation;generative dispersule;1.45;.9;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14562;Lepidium densiflorum;estimation;germinule;1.45;.9;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13498;Lepidium graminifolium;estimation;generative dispersule;1.98;1.02;.92;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13498;Lepidium graminifolium;estimation;germinule;1.98;1.02;.92;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13940;Lepidium heterophyllum;estimation;generative dispersule;1.9;1.1;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13940;Lepidium heterophyllum;estimation;germinule;1.9;1.1;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13501;Lepidium latifolium;estimation;germinule;1.23;.9;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13501;Lepidium latifolium;estimation;generative dispersule;1.23;.9;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13504;Lepidium perfoliatum;estimation;generative dispersule;1.9;1.2;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13504;Lepidium perfoliatum;estimation;germinule;1.9;1.2;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13504;Lepidium perfoliatum;actual measurement;generative dispersule;1.7;1;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13947;Lepidium ruderale;estimation;generative dispersule;1.3;.7;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13947;Lepidium ruderale;estimation;germinule;1.3;.7;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13947;Lepidium ruderale;actual measurement;generative dispersule;1.3;.7;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13505;Lepidium sativum;actual measurement;generative dispersule;2.65;1.25;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13505;Lepidium sativum;estimation;germinule;2.73;1.38;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13505;Lepidium sativum;estimation;generative dispersule;2.73;1.38;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13952;Lepidium virginicum;estimation;generative dispersule;1.8;1.1;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13952;Lepidium virginicum;estimation;germinule;1.8;1.1;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13952;Lepidium virginicum;actual measurement;generative dispersule;1.9;1.1;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9651;Leucanthemum vulgare;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.2;.89;.68;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 9651;Leucanthemum vulgare;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;.55;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 9651;Leucanthemum vulgare;estimation;generative dispersule;2.5;.82;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 9651;Leucanthemum vulgare;estimation;generative dispersule;2.4;.84;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Randfrucht [A2];;; 9651;Leucanthemum vulgare;estimation;germinule;2.5;.82;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 9651;Leucanthemum vulgare;estimation;germinule;2.4;.84;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Randfrucht [A2];;; 9651;Leucanthemum vulgare;actual measurement (following LEDA data standards);generative dispersule;2.31;.74;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9651;Leucanthemum vulgare;actual measurement;generative dispersule;2.15;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35768;Leucojum vernum;actual measurement;generative dispersule;5.5;4.25;4.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35768;Leucojum vernum;actual measurement;germinule;4;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2151;Levisticum officinale;estimation;generative dispersule;5.84;2.84;1.21;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2151;Levisticum officinale;actual measurement;generative dispersule;6;2.5;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2151;Levisticum officinale;estimation;germinule;5.84;2.84;1.21;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 43033;Leymus arenarius;estimation;generative dispersule;15.75;2.5;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43033;Leymus arenarius;estimation;germinule;7.5;1.75;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43033;Leymus arenarius;estimation;germinule;15.75;2.5;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43033;Leymus arenarius;actual measurement (following LEDA data standards);generative dispersule;12.45;2.49;1.99;-2;3;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43033;Leymus arenarius;actual measurement;generative dispersule;12;2.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43033;Leymus arenarius;actual measurement;germinule;8;1.75;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43033;Leymus arenarius;actual measurement (following LEDA data standards);germinule;6.81;1.99;1.33;-2;3;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1224;Ligusticum mutellina;estimation;generative dispersule;5.07;1.77;1.57;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1224;Ligusticum mutellina;estimation;germinule;5.07;1.77;1.57;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1224;Ligusticum mutellina;actual measurement;generative dispersule;4.75;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1225;Ligusticum mutellinoides;estimation;germinule;4.25;3.5;1.38;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1225;Ligusticum mutellinoides;estimation;generative dispersule;4.25;3.5;1.38;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 26363;Ligustrum vulgare;actual measurement;generative dispersule;3.5;2;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26363;Ligustrum vulgare;estimation;generative dispersule;6.39;6.17;6.17;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 26363;Ligustrum vulgare;estimation;germinule;3.88;2.53;1.72;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 39063;Lilium martagon;actual measurement;generative dispersule;7.5;6.5;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39063;Lilium martagon;estimation;germinule;7.42;6.64;.51;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39063;Lilium martagon;estimation;generative dispersule;7.42;6.64;.51;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39063;Lilium martagon;actual measurement (following LEDA data standards);generative dispersule;7.04;6.3;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 28293;Limonium vulgare;actual measurement;generative dispersule;2.9;.9;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28293;Limonium vulgare;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 28293;Limonium vulgare;estimation;germinule;2.9;.9;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28293;Limonium vulgare;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 33604;Limosella aquatica;estimation;germinule;.5;.21;.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33604;Limosella aquatica;estimation;generative dispersule;.5;.21;.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34452;Linaria alpina;actual measurement;generative dispersule;1.7;1.7;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34452;Linaria alpina;estimation;germinule;1.85;1.72;.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34452;Linaria alpina;estimation;generative dispersule;1.85;1.72;.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33100;Linaria arvensis;estimation;generative dispersule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33100;Linaria arvensis;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33054;Linaria genistifolia;estimation;generative dispersule;1.32;1.09;.64;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33054;Linaria genistifolia;estimation;germinule;1.32;1.09;.64;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33847;Linaria genistifolia s. dalmatica;estimation;generative dispersule;.9;.65;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33847;Linaria genistifolia s. dalmatica;estimation;germinule;.9;.65;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33748;Linaria purpurea;actual measurement (following LEDA data standards);generative dispersule;1.15;.7;.45;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 33714;Linaria spartea;estimation;generative dispersule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33714;Linaria spartea;estimation;germinule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33714;Linaria spartea;actual measurement (following LEDA data standards);generative dispersule;2.42;2.1;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33091;Linaria vulgaris;actual measurement;generative dispersule;2.55;2.55;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33091;Linaria vulgaris;actual measurement;germinule;1.75;1.75;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33091;Linaria vulgaris;estimation;germinule;1.93;1.78;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33091;Linaria vulgaris;estimation;generative dispersule;1.93;1.78;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15394;Linnaea borealis;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25949;Linum austriacum;actual measurement;generative dispersule;3.25;2;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25949;Linum austriacum;estimation;generative dispersule;3.3;2.03;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25949;Linum austriacum;estimation;germinule;3.3;2.03;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25925;Linum catharticum;actual measurement (following LEDA data standards);germinule;1.3;.75;.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 25925;Linum catharticum;actual measurement;generative dispersule;1.25;.7;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25925;Linum catharticum;actual measurement (following LEDA data standards);generative dispersule;1.33;.73;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25925;Linum catharticum;estimation;germinule;1.27;.74;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25925;Linum catharticum;actual measurement (following LEDA data standards);germinule;1.13;.78;.29;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;1996-08-13 00:00:00.0;;(preaggregated value) ;;NETHERLANDS 25925;Linum catharticum;actual measurement (following LEDA data standards);germinule;1.6;.85;.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 25925;Linum catharticum;estimation;generative dispersule;1.27;.74;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25933;Linum flavum;actual measurement;generative dispersule;2.5;1.55;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25933;Linum flavum;estimation;generative dispersule;2.25;1.55;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25933;Linum flavum;estimation;germinule;2.25;1.55;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25942;Linum leonii;estimation;generative dispersule;4.18;2;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25942;Linum leonii;estimation;germinule;4.18;2;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25878;Linum perenne;actual measurement (following LEDA data standards);generative dispersule;3.57;2;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25878;Linum perenne;estimation;generative dispersule;3.63;1.9;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25878;Linum perenne;actual measurement;generative dispersule;3.25;1.9;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25878;Linum perenne;estimation;germinule;3.63;1.9;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25915;Linum perenne s. alpinum;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25915;Linum perenne s. alpinum;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25855;Linum tenuifolium;estimation;generative dispersule;2.05;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25855;Linum tenuifolium;actual measurement (following LEDA data standards);generative dispersule;1.98;1.08;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25855;Linum tenuifolium;estimation;germinule;2.05;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25866;Linum usitatissimum;estimation;generative dispersule;4.57;2.65;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25866;Linum usitatissimum;actual measurement;generative dispersule;4.7;2.55;1.05;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25866;Linum usitatissimum;estimation;germinule;4.57;2.65;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25871;Linum viscosum;estimation;generative dispersule;2;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25871;Linum viscosum;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39943;Liparis loeselii;estimation;generative dispersule;.35;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39943;Liparis loeselii;estimation;germinule;.35;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39947;Listera cordata;estimation;generative dispersule;.6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39947;Listera cordata;estimation;germinule;.6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39948;Listera ovata;estimation;generative dispersule;.6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39948;Listera ovata;estimation;germinule;.6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12012;Lithospermum arvense;estimation;generative dispersule;3.18;1.96;1.6;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12012;Lithospermum arvense;estimation;germinule;3.18;1.96;1.6;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12012;Lithospermum arvense;actual measurement (following LEDA data standards);generative dispersule;3.68;2.21;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 12411;Lithospermum officinale;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.22;2.13;1.96;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 12411;Lithospermum officinale;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.94;1.89;1.83;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 12411;Lithospermum officinale;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.67;1.79;1.73;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 12411;Lithospermum officinale;actual measurement;germinule;2.75;2;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12411;Lithospermum officinale;estimation;germinule;3.13;2;2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12411;Lithospermum officinale;estimation;generative dispersule;3.13;2;2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 27852;Littorella uniflora;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27852;Littorella uniflora;estimation;generative dispersule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14841;Lobelia dortmanna;estimation;germinule;.72;.35;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14841;Lobelia dortmanna;estimation;generative dispersule;.72;.35;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14577;Lobularia maritima;actual measurement;generative dispersule;1.2;.9;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14577;Lobularia maritima;estimation;generative dispersule;1.3;1;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14577;Lobularia maritima;estimation;germinule;1.3;1;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11506;Logfia arvensis;estimation;generative dispersule;.78;.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 11506;Logfia arvensis;actual measurement;generative dispersule;.9;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11506;Logfia arvensis;estimation;germinule;.78;.25;.25;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 10826;Logfia gallica;estimation;germinule;.65;;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 10826;Logfia gallica;estimation;generative dispersule;.65;;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 11400;Logfia minima;estimation;generative dispersule;.78;.25;.2;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 11400;Logfia minima;estimation;germinule;.78;.25;.2;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 11400;Logfia minima;estimation;generative dispersule;.82;.35;.2;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 11400;Logfia minima;estimation;germinule;.82;.35;.2;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 10034;Logfia neglecta;estimation;generative dispersule;.8;;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 10034;Logfia neglecta;estimation;germinule;.8;;;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 19506;Loiseleuria procumbens;actual measurement (following LEDA data standards);germinule;.4;.3;.3;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19506;Loiseleuria procumbens;estimation;germinule;.45;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19506;Loiseleuria procumbens;estimation;generative dispersule;.45;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19506;Loiseleuria procumbens;actual measurement (following LEDA data standards);germinule;.4;.3;.3;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19506;Loiseleuria procumbens;actual measurement (following LEDA data standards);germinule;.45;.25;.25;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 43196;Lolium multiflorum;estimation;germinule;3.58;1.4;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43196;Lolium multiflorum;actual measurement;germinule;3.85;1.4;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43196;Lolium multiflorum;actual measurement;generative dispersule;11.5;1.35;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 43196;Lolium multiflorum;actual measurement (following LEDA data standards);germinule;5.81;1.33;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43196;Lolium multiflorum;actual measurement (following LEDA data standards);generative dispersule;12.95;1.66;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43540;Lolium perenne;actual measurement (following LEDA data standards);generative dispersule;4.86;1.07;.65;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 43540;Lolium perenne;estimation;germinule;3.9;1.17;.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43540;Lolium perenne;actual measurement;generative dispersule;6.25;2;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43540;Lolium perenne;actual measurement;germinule;3.75;1.4;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43540;Lolium perenne;actual measurement (following LEDA data standards);generative dispersule;6.51;1.26;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43540;Lolium perenne;actual measurement (following LEDA data standards);germinule;4.2;.84;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43540;Lolium perenne;actual measurement (following LEDA data standards);one-seeded generative dispersule;6.04;1.14;.66;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 42844;Lolium remotum;actual measurement;generative dispersule;9;1.8;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 42844;Lolium remotum;estimation;germinule;5.25;1.85;1.02;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42844;Lolium remotum;estimation;germinule;3.6;1.5;.72;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42844;Lolium remotum;estimation;generative dispersule;5.25;1.85;1.02;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43200;Lolium temulentum;estimation;germinule;5.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43200;Lolium temulentum;actual measurement;generative dispersule;12.5;2.75;2.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 23028;Lomatogonium carinthiacum;estimation;germinule;.6;.4;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23028;Lomatogonium carinthiacum;estimation;generative dispersule;.6;.4;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15395;Lonicera alpigena;estimation;generative dispersule;11;;;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 15395;Lonicera alpigena;actual measurement;germinule;5.5;3.5;1.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15395;Lonicera alpigena;estimation;germinule;5.69;4.21;1.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15368;Lonicera caprifolium;estimation;generative dispersule;8;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15368;Lonicera caprifolium;estimation;germinule;4;3.15;1.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15368;Lonicera caprifolium;actual measurement;germinule;4;3.15;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15382;Lonicera nigra;estimation;generative dispersule;9;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15382;Lonicera nigra;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15385;Lonicera periclymenum;actual measurement;germinule;4;2.35;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15385;Lonicera periclymenum;estimation;germinule;4.18;2.63;1.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15385;Lonicera periclymenum;estimation;generative dispersule;9.8;9.8;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15356;Lonicera xylosteum;estimation;germinule;3;2.25;.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15356;Lonicera xylosteum;actual measurement;germinule;3;2.25;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25273;Loranthus europaeus;estimation;generative dispersule;9;8;8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25273;Loranthus europaeus;actual measurement;generative dispersule;8;8;8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25273;Loranthus europaeus;actual measurement;germinule;3.75;2.25;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25273;Loranthus europaeus;estimation;germinule;3.75;2.25;2.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21886;Lotus corniculatus;actual measurement (following LEDA data standards);generative dispersule;1.15;.9;.7;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 21886;Lotus corniculatus;actual measurement (following LEDA data standards);germinule;1.53;1.23;1.1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 21886;Lotus corniculatus;estimation;germinule;1.48;1.22;1.05;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21886;Lotus corniculatus;actual measurement;germinule;1.4;1.15;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21886;Lotus corniculatus;actual measurement;generative dispersule;35;4.25;3.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21886;Lotus corniculatus;actual measurement (following LEDA data standards);generative dispersule;1.48;1.25;.98;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21886;Lotus corniculatus;estimation;generative dispersule;1.48;1.22;1.05;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21886;Lotus corniculatus;actual measurement (following LEDA data standards);germinule;1.2;1.15;1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 21444;Lotus pedunculatus;actual measurement (following LEDA data standards);generative dispersule;1.05;.95;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21444;Lotus pedunculatus;estimation;germinule;1.01;.95;.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21444;Lotus pedunculatus;estimation;generative dispersule;1.01;.95;.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21448;Lotus uliginosus;actual measurement (following LEDA data standards);germinule;1.1;.95;.6;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 21448;Lotus uliginosus;actual measurement;generative dispersule;25;2;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21448;Lotus uliginosus;actual measurement;germinule;.85;.85;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21448;Lotus uliginosus;actual measurement;germinule;.85;.85;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26480;Ludwigia palustris;estimation;generative dispersule;7.2;3.2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26480;Ludwigia palustris;estimation;germinule;7.2;3.2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13513;Lunaria annua;actual measurement;germinule;7.25;6.25;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13513;Lunaria annua;estimation;germinule;7.45;6.55;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13513;Lunaria annua;estimation;generative dispersule;7.45;6.55;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13513;Lunaria annua;actual measurement;generative dispersule;9.25;8.25;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13960;Lunaria rediviva;estimation;generative dispersule;8.35;5.98;1.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13960;Lunaria rediviva;estimation;germinule;8.35;5.98;1.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13960;Lunaria rediviva;actual measurement;germinule;7.75;6.25;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13960;Lunaria rediviva;actual measurement;generative dispersule;8.75;7.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21901;Lupinus albus;actual measurement;generative dispersule;15;15;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21901;Lupinus albus;actual measurement;germinule;85;12;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21901;Lupinus albus;estimation;generative dispersule;9.5;9.1;3.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21901;Lupinus albus;estimation;germinule;9.5;9.1;3.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21449;Lupinus angustifolius;estimation;generative dispersule;7.21;5.77;4.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21449;Lupinus angustifolius;actual measurement;germinule;50;7;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21449;Lupinus angustifolius;actual measurement;generative dispersule;8;8;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21449;Lupinus angustifolius;estimation;germinule;6.44;5.68;3.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22239;Lupinus luteus;actual measurement;generative dispersule;50;10;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22239;Lupinus luteus;actual measurement;germinule;8;6;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22241;Lupinus polyphyllus;estimation;generative dispersule;4.47;3.28;2.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22241;Lupinus polyphyllus;estimation;germinule;4.47;3.28;2.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22241;Lupinus polyphyllus;actual measurement;germinule;4.5;3.5;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36187;Luzula alpinopilosa;estimation;generative dispersule;1.2;.72;.66;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36187;Luzula alpinopilosa;estimation;germinule;1.2;.72;.66;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36280;Luzula campestris;actual measurement (following LEDA data standards);generative dispersule;1.73;.95;.88;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36280;Luzula campestris;actual measurement (following LEDA data standards);germinule;.91;.63;.57;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 36280;Luzula campestris;estimation;generative dispersule;1.7;.92;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36280;Luzula campestris;estimation;germinule;1.7;.92;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36280;Luzula campestris;actual measurement;generative dispersule;1.35;.8;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36174;Luzula desvauxii;estimation;germinule;1.29;.39;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36174;Luzula desvauxii;estimation;generative dispersule;1.29;.39;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36175;Luzula glabrata;estimation;germinule;1.48;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36175;Luzula glabrata;estimation;generative dispersule;1.48;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36273;Luzula luzuloides;actual measurement;generative dispersule;1.1;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36273;Luzula luzuloides;actual measurement (following LEDA data standards);generative dispersule;1.44;.72;.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36273;Luzula luzuloides;estimation;generative dispersule;1.17;.66;.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36273;Luzula luzuloides;estimation;germinule;1.17;.66;.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36245;Luzula multiflora;estimation;generative dispersule;1.63;.75;.66;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36245;Luzula multiflora;estimation;germinule;1.63;.75;.66;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36245;Luzula multiflora;actual measurement (following LEDA data standards);generative dispersule;1.5;.83;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36256;Luzula nivea;actual measurement (following LEDA data standards);generative dispersule;1.18;.65;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36256;Luzula nivea;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36256;Luzula nivea;estimation;generative dispersule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36230;Luzula pilosa;actual measurement;generative dispersule;1.25;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36240;Luzula spicata;estimation;germinule;1.15;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36240;Luzula spicata;estimation;generative dispersule;1.15;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36284;Luzula sylvatica;actual measurement (following LEDA data standards);generative dispersule;1.45;.95;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36284;Luzula sylvatica;estimation;generative dispersule;1.6;1.05;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36284;Luzula sylvatica;estimation;germinule;1.6;1.05;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16589;Lychnis flos-cuculi;actual measurement;germinule;.65;.65;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16589;Lychnis flos-cuculi;actual measurement (following LEDA data standards);generative dispersule;.75;.6;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16589;Lychnis flos-cuculi;actual measurement (following LEDA data standards);germinule;.83;.67;.56;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;NETHERLANDS 16589;Lychnis flos-cuculi;actual measurement (following LEDA data standards);germinule;1;.8;.65;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 16593;Lychnis viscaria;actual measurement;generative dispersule;.5;.35;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16593;Lychnis viscaria;actual measurement (following LEDA data standards);generative dispersule;.68;.53;.23;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35044;Lycopersicon esculentum;actual measurement;germinule;3.5;2.4;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35044;Lycopersicon esculentum;estimation;germinule;3.35;2.4;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 24606;Lycopus europaeus;estimation;generative dispersule;1.53;1.07;.51;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24606;Lycopus europaeus;actual measurement;generative dispersule;1.35;.9;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24606;Lycopus europaeus;actual measurement (following LEDA data standards);germinule;1.44;1.07;.61;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 24606;Lycopus europaeus;estimation;germinule;1.53;1.07;.51;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24606;Lycopus europaeus;actual measurement (following LEDA data standards);generative dispersule;1.58;1.05;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24609;Lycopus exaltatus;estimation;germinule;1.45;1.12;.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24609;Lycopus exaltatus;estimation;generative dispersule;1.45;1.12;.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 28927;Lysimachia nemorum;estimation;germinule;1.35;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28927;Lysimachia nemorum;estimation;generative dispersule;1.35;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28922;Lysimachia nummularia;estimation;generative dispersule;1.25;1.25;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28922;Lysimachia nummularia;actual measurement;generative dispersule;1.25;1.25;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28922;Lysimachia nummularia;estimation;germinule;1.25;1.25;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28929;Lysimachia punctata;estimation;germinule;1.21;.9;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28929;Lysimachia punctata;estimation;generative dispersule;1.21;.9;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28789;Lysimachia thyrsiflora;actual measurement;generative dispersule;1.25;1.25;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28789;Lysimachia thyrsiflora;estimation;germinule;1.25;1.25;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28789;Lysimachia thyrsiflora;estimation;generative dispersule;1.25;1.25;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28980;Lysimachia vulgaris;estimation;generative dispersule;1.44;1.27;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28980;Lysimachia vulgaris;estimation;germinule;1.44;1.27;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28980;Lysimachia vulgaris;actual measurement;generative dispersule;1.2;1.2;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26029;Lythrum hyssopifolia;estimation;generative dispersule;.86;.64;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26029;Lythrum hyssopifolia;estimation;germinule;.86;.64;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26029;Lythrum hyssopifolia;actual measurement;generative dispersule;.75;.5;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26036;Lythrum portula;estimation;germinule;.56;.41;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26036;Lythrum portula;estimation;generative dispersule;.56;.41;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26038;Lythrum salicaria;actual measurement;generative dispersule;.8;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26038;Lythrum salicaria;estimation;generative dispersule;1.03;.4;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26038;Lythrum salicaria;estimation;germinule;1.03;.4;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26038;Lythrum salicaria;actual measurement (following LEDA data standards);germinule;1.01;.41;.27;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 26038;Lythrum salicaria;actual measurement (following LEDA data standards);germinule;1.03;.45;.44;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 11687;Mahonia aquifolium;estimation;generative dispersule;8;8;8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39069;Maianthemum bifolium;actual measurement (following LEDA data standards);generative dispersule;3.1;2.35;2.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30045;Malus domestica;estimation;germinule;6.94;3.89;2.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29369;Malus sylvestris;actual measurement;germinule;6.75;3.5;1.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29369;Malus sylvestris;estimation;generative dispersule;27.5;27.5;27.5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29369;Malus sylvestris;estimation;germinule;6.75;3.5;1.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25705;Malva alcea;estimation;generative dispersule;2.76;2.58;1.02;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25705;Malva alcea;actual measurement (following LEDA data standards);generative dispersule;2.63;2.31;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25705;Malva alcea;actual measurement;generative dispersule;2.1;2.1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 25705;Malva alcea;estimation;germinule;2.76;2.58;1.02;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25705;Malva alcea;estimation;germinule;2.1;2.01;.96;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25717;Malva moschata;actual measurement;generative dispersule;2;1.55;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 25717;Malva moschata;estimation;germinule;1.93;1.7;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25717;Malva moschata;estimation;generative dispersule;2.1;1.88;.93;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25718;Malva neglecta;actual measurement;generative dispersule;1.7;1.35;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 25718;Malva neglecta;estimation;germinule;2.12;1.75;1.08;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25718;Malva neglecta;estimation;germinule;1.75;1.45;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25718;Malva neglecta;estimation;generative dispersule;2.12;1.75;1.08;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25668;Malva pusilla;estimation;generative dispersule;1.98;1.95;1.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25668;Malva pusilla;estimation;germinule;1.8;1.7;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25674;Malva sylvestris;actual measurement;generative dispersule;1.75;1.6;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 25674;Malva sylvestris;estimation;germinule;1.77;1.63;1.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25674;Malva sylvestris;estimation;generative dispersule;2.23;2.05;1.43;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25674;Malva sylvestris;actual measurement (following LEDA data standards);generative dispersule;2.84;2.29;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25681;Malva verticillata;estimation;generative dispersule;2.42;2.2;1.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25681;Malva verticillata;estimation;germinule;1.9;1.85;1.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25681;Malva verticillata;actual measurement;generative dispersule;1.5;1.5;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 23838;Marrubium peregrinum;actual measurement;generative dispersule;1.75;.9;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23838;Marrubium peregrinum;estimation;generative dispersule;2.08;1.08;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23838;Marrubium peregrinum;estimation;germinule;2.08;1.08;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24614;Marrubium vulgare;actual measurement;generative dispersule;2.1;1.1;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24614;Marrubium vulgare;estimation;generative dispersule;2.19;1.14;.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24614;Marrubium vulgare;estimation;germinule;2.19;1.14;.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 9565;Matricaria maritima;actual measurement;generative dispersule;2;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9565;Matricaria maritima;estimation;germinule;1.97;.99;.84;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9565;Matricaria maritima;estimation;generative dispersule;1.97;.99;.84;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 13527;Matthiola incana;estimation;generative dispersule;3;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13527;Matthiola incana;actual measurement;generative dispersule;3;3;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13527;Matthiola incana;actual measurement;germinule;2.5;2.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13527;Matthiola incana;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13527;Matthiola incana;actual measurement (following LEDA data standards);generative dispersule;2.63;1.26;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19824;Medicago arabica;estimation;generative dispersule;5.25;5.25;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19824;Medicago arabica;estimation;germinule;2.88;1.43;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20595;Medicago lupulina;actual measurement (following LEDA data standards);generative dispersule;2.7;2.2;1;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 20595;Medicago lupulina;actual measurement;generative dispersule;2.25;1.9;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 20595;Medicago lupulina;actual measurement;germinule;1.5;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20595;Medicago lupulina;actual measurement (following LEDA data standards);germinule;2.81;1.55;1.04;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;1996-08-13 00:00:00.0;;(preaggregated value) ;;NETHERLANDS 20595;Medicago lupulina;actual measurement (following LEDA data standards);generative dispersule;2.46;2.03;.98;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20595;Medicago lupulina;estimation;germinule;1.73;1.22;.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20595;Medicago lupulina;estimation;generative dispersule;2.45;2;1.15;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21911;Medicago minima;estimation;generative dispersule;3.42;3.42;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21911;Medicago minima;estimation;germinule;1.93;1.08;.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21911;Medicago minima;actual measurement;generative dispersule;3.5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21911;Medicago minima;actual measurement;germinule;2;.85;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21911;Medicago minima;actual measurement (following LEDA data standards);germinule;1.77;.84;.62;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21911;Medicago minima;actual measurement (following LEDA data standards);generative dispersule;5.78;5.78;5.78;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20650;Medicago polymorpha;estimation;generative dispersule;5.75;5.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 20650;Medicago polymorpha;estimation;germinule;5.75;5.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21975;Medicago sativa;actual measurement;generative dispersule;10;3.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21975;Medicago sativa;actual measurement;germinule;2;1.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21975;Medicago sativa;actual measurement;germinule;2.25;1.3;1.05;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21975;Medicago sativa;actual measurement;generative dispersule;4;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 19911;Medicago sativa s. falcata;estimation;generative dispersule;10.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19911;Medicago sativa s. falcata;actual measurement (following LEDA data standards);generative dispersule;2.31;1.47;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19911;Medicago sativa s. falcata;estimation;generative dispersule;2.1;1.38;.92;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19911;Medicago sativa s. falcata;estimation;germinule;2.1;1.38;.92;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34460;Melampyrum arvense;estimation;generative dispersule;5.29;2.31;1.87;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34460;Melampyrum arvense;actual measurement;generative dispersule;5;2.25;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;spongy appendage;; 34460;Melampyrum arvense;estimation;germinule;5.29;2.31;1.87;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33028;Melampyrum cristatum;actual measurement (following LEDA data standards);generative dispersule;4.2;1.68;1.37;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33028;Melampyrum cristatum;estimation;germinule;4.5;2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33028;Melampyrum cristatum;estimation;generative dispersule;4.5;2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33034;Melampyrum nemorosum;estimation;germinule;6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33526;Melampyrum pratense;actual measurement;generative dispersule;3.75;1.55;1.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;spongy appendage;; 33526;Melampyrum pratense;estimation;germinule;4.22;1.61;1.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33526;Melampyrum pratense;estimation;generative dispersule;4.22;1.61;1.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33044;Melampyrum sylvaticum;estimation;generative dispersule;6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33044;Melampyrum sylvaticum;actual measurement (following LEDA data standards);generative dispersule;5.25;1.79;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33044;Melampyrum sylvaticum;estimation;germinule;6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43203;Melica altissima;estimation;germinule;2.85;.85;.65;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 43203;Melica altissima;estimation;generative dispersule;9;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 42479;Melica ciliata;estimation;germinule;1.93;.72;2.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42479;Melica ciliata;actual measurement (following LEDA data standards);generative dispersule;2.25;.88;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42479;Melica ciliata;actual measurement;generative dispersule;6;2.25;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42479;Melica ciliata;actual measurement;germinule;2;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43206;Melica nutans;actual measurement;generative dispersule;6.5;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43206;Melica nutans;actual measurement;germinule;3;1.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43206;Melica nutans;estimation;germinule;2.8;1.43;;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 43206;Melica nutans;estimation;generative dispersule;6.25;2.75;2.75;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 43206;Melica nutans;actual measurement (following LEDA data standards);germinule;2.63;1.37;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43206;Melica nutans;actual measurement (following LEDA data standards);generative dispersule;5.78;2.31;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42485;Melica picta;estimation;generative dispersule;6.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 42485;Melica picta;estimation;germinule;3.25;;;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht + sterile Blütchen (Teilfruchtstand)/Frucht aus Spelzfrucht + sterile Blütchen (Teilfruchtstand) [H2];;; 42653;Melica transsilvanica;estimation;generative dispersule;6.25;;;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 42653;Melica transsilvanica;actual measurement (following LEDA data standards);generative dispersule;3.09;1.13;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42653;Melica transsilvanica;actual measurement;germinule;2;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42653;Melica transsilvanica;estimation;germinule;2.02;.75;.66;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42653;Melica transsilvanica;actual measurement;generative dispersule;5;2.25;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43550;Melica uniflora;estimation;generative dispersule;4.75;1.5;1.4;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 43550;Melica uniflora;estimation;germinule;2.9;1.38;.83;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43550;Melica uniflora;actual measurement (following LEDA data standards);germinule;3.2;1.6;1.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43550;Melica uniflora;actual measurement (following LEDA data standards);generative dispersule;4.5;2;1.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43550;Melica uniflora;actual measurement;generative dispersule;4.5;1.5;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43550;Melica uniflora;actual measurement;germinule;2.4;1.35;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21420;Melilotus alba;estimation;generative dispersule;3.81;2.17;1.75;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21420;Melilotus alba;estimation;generative dispersule;2.14;1.46;.94;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21420;Melilotus alba;actual measurement;generative dispersule;3.5;2.25;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;short beak;; 21420;Melilotus alba;actual measurement;germinule;2.25;1.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21420;Melilotus alba;estimation;germinule;2.14;1.46;.94;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22213;Melilotus altissima;actual measurement (following LEDA data standards);generative dispersule;5.2;2.8;1.6;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 22213;Melilotus altissima;actual measurement;generative dispersule;4.25;2.75;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;short beak;; 22213;Melilotus altissima;estimation;germinule;4.09;2.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 22213;Melilotus altissima;estimation;generative dispersule;4.09;2.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 22213;Melilotus altissima;actual measurement;germinule;2;1.35;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21422;Melilotus dentata;actual measurement;generative dispersule;2.75;2.25;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21422;Melilotus dentata;estimation;germinule;5.13;2.33;1.35;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21422;Melilotus dentata;estimation;germinule;1.87;1.55;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21422;Melilotus dentata;estimation;generative dispersule;1.87;1.55;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21422;Melilotus dentata;actual measurement;germinule;1.9;1.4;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21422;Melilotus dentata;estimation;generative dispersule;5.13;2.33;1.35;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 20556;Melilotus indica;estimation;generative dispersule;2.34;2.26;1.3;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 20556;Melilotus indica;actual measurement;germinule;1.5;1.15;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20556;Melilotus indica;actual measurement;generative dispersule;2.15;2;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20556;Melilotus indica;estimation;germinule;1.65;1.38;.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20556;Melilotus indica;estimation;generative dispersule;1.65;1.38;.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22218;Melilotus officinalis;actual measurement (following LEDA data standards);generative dispersule;2.21;1.58;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22218;Melilotus officinalis;estimation;germinule;2.19;1.42;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22218;Melilotus officinalis;estimation;generative dispersule;3.69;2.25;1.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 22218;Melilotus officinalis;estimation;generative dispersule;2.19;1.42;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22218;Melilotus officinalis;actual measurement;germinule;1.9;1.35;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22218;Melilotus officinalis;actual measurement;generative dispersule;3.5;2.25;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;short beak;; 23840;Melissa officinalis;actual measurement;generative dispersule;1.65;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23840;Melissa officinalis;estimation;generative dispersule;1.7;.78;.7;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23840;Melissa officinalis;estimation;germinule;1.7;.78;.7;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24622;Mentha aquatica;estimation;generative dispersule;.9;.53;.37;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24622;Mentha aquatica;estimation;germinule;.9;.53;.37;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24622;Mentha aquatica;actual measurement (following LEDA data standards);generative dispersule;1.05;.63;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 23905;Mentha arvensis;estimation;generative dispersule;.98;.75;.6;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23905;Mentha arvensis;estimation;germinule;.98;.75;.6;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23905;Mentha arvensis;actual measurement;generative dispersule;.8;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24632;Mentha longifolia;estimation;generative dispersule;.65;.4;.34;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24632;Mentha longifolia;estimation;germinule;.65;.4;.34;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24284;Mentha pulegium;estimation;generative dispersule;.54;.44;.33;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24284;Mentha pulegium;actual measurement;generative dispersule;.55;.5;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24284;Mentha pulegium;estimation;germinule;.54;.44;.33;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24289;Mentha spicata;estimation;generative dispersule;.8;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24289;Mentha spicata;estimation;germinule;.8;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23642;Mentha suaveolens;estimation;generative dispersule;.7;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23642;Mentha suaveolens;estimation;germinule;.7;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 26352;Menyanthes trifoliata;actual measurement;generative dispersule;2.05;2.05;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26352;Menyanthes trifoliata;estimation;germinule;2.4;2.14;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26352;Menyanthes trifoliata;estimation;generative dispersule;2.4;2.14;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20019;Mercurialis annua;estimation;generative dispersule;1.93;1.45;1.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20019;Mercurialis annua;estimation;germinule;1.93;1.45;1.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20019;Mercurialis annua;actual measurement (following LEDA data standards);generative dispersule;2;1.46;1.43;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20019;Mercurialis annua;actual measurement;generative dispersule;1.9;1.35;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20023;Mercurialis ovata;estimation;generative dispersule;2.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20023;Mercurialis ovata;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19987;Mercurialis perennis;estimation;generative dispersule;2.93;2.85;2.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19987;Mercurialis perennis;actual measurement;generative dispersule;2.75;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19987;Mercurialis perennis;estimation;germinule;2.93;2.85;2.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30357;Mespilus germanica;estimation;germinule;10;7;4.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30357;Mespilus germanica;actual measurement;germinule;10;7;4.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1148;Meum athamanticum;estimation;generative dispersule;7.15;2.2;1.49;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1148;Meum athamanticum;estimation;germinule;7.15;2.2;1.49;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 42486;Mibora minima;estimation;generative dispersule;1.7;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42486;Mibora minima;estimation;germinule;1.2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42857;Micropyrum tenellum;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43212;Milium effusum;actual measurement;generative dispersule;2.75;1.1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43212;Milium effusum;estimation;generative dispersule;2.68;1.16;.78;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43212;Milium effusum;estimation;germinule;2.11;1.08;.77;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43212;Milium effusum;estimation;germinule;2.68;1.16;.78;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43212;Milium effusum;actual measurement (following LEDA data standards);generative dispersule;2.82;.9;.64;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43212;Milium effusum;actual measurement (following LEDA data standards);germinule;1.71;.72;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43212;Milium effusum;actual measurement;germinule;1.9;1;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34136;Mimulus guttatus;actual measurement;generative dispersule;.3;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34136;Mimulus guttatus;estimation;germinule;.38;.21;.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34136;Mimulus guttatus;estimation;generative dispersule;.38;.21;.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34076;Mimulus moschatus;estimation;generative dispersule;.2;.2;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34076;Mimulus moschatus;estimation;germinule;.2;.2;.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34076;Mimulus moschatus;actual measurement;generative dispersule;.15;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16597;Minuartia austriaca;estimation;generative dispersule;1.15;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16597;Minuartia austriaca;estimation;germinule;1.15;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16485;Minuartia cherlerioides;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16485;Minuartia cherlerioides;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16496;Minuartia hybrida;estimation;generative dispersule;.45;.45;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16496;Minuartia hybrida;estimation;germinule;.45;.45;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16156;Minuartia rubra;estimation;generative dispersule;.75;.54;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16156;Minuartia rubra;estimation;germinule;.75;.54;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15481;Minuartia rupestris;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15481;Minuartia rupestris;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17489;Minuartia sedoides;estimation;germinule;1.02;.64;.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17489;Minuartia sedoides;estimation;generative dispersule;1.02;.64;.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17043;Minuartia setacea;estimation;generative dispersule;.75;.75;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17043;Minuartia setacea;estimation;germinule;.75;.75;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16237;Minuartia stricta;estimation;germinule;.74;.6;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16237;Minuartia stricta;estimation;generative dispersule;.74;.6;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17060;Minuartia verna;estimation;generative dispersule;.79;.56;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17060;Minuartia verna;estimation;germinule;.79;.56;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16243;Minuartia viscosa;estimation;generative dispersule;.31;.29;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16243;Minuartia viscosa;estimation;germinule;.31;.29;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34219;Misopates orontium;estimation;generative dispersule;1.03;.69;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34219;Misopates orontium;estimation;germinule;1.03;.69;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17069;Moehringia ciliata;estimation;generative dispersule;1.2;.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17069;Moehringia ciliata;estimation;germinule;1.2;.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44929;Moehringia muscosa;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 44929;Moehringia muscosa;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16247;Moehringia trinervia;estimation;generative dispersule;.94;.89;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16247;Moehringia trinervia;estimation;germinule;.94;.89;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16247;Moehringia trinervia;actual measurement (following LEDA data standards);generative dispersule;.96;.9;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16247;Moehringia trinervia;actual measurement (following LEDA data standards);germinule;1.01;.94;.51;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 42495;Molinia caerulea;actual measurement (following LEDA data standards);one-seeded generative dispersule;5.1;1;1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 42495;Molinia caerulea;actual measurement (following LEDA data standards);germinule;2.13;.9;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42495;Molinia caerulea;actual measurement;generative dispersule;3.75;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42495;Molinia caerulea;estimation;generative dispersule;4.04;1;.89;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42495;Molinia caerulea;estimation;germinule;2.01;.77;.73;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42495;Molinia caerulea;actual measurement;germinule;2;.7;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42495;Molinia caerulea;actual measurement (following LEDA data standards);generative dispersule;4;1;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42496;Molinia caerulea s. arundinacea;estimation;generative dispersule;6;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42496;Molinia caerulea s. arundinacea;actual measurement (following LEDA data standards);germinule;2.21;.53;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42496;Molinia caerulea s. arundinacea;actual measurement (following LEDA data standards);generative dispersule;4.41;.95;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42496;Molinia caerulea s. arundinacea;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28798;Moneses uniflora;estimation;generative dispersule;.55;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28798;Moneses uniflora;estimation;germinule;.55;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28802;Monotropa hypophegea;estimation;germinule;.62;1;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28802;Monotropa hypophegea;estimation;generative dispersule;.62;1;1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28803;Monotropa hypopitys;estimation;germinule;.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28803;Monotropa hypopitys;estimation;generative dispersule;.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27478;Montia fontana;estimation;germinule;1.1;1.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27478;Montia fontana;estimation;generative dispersule;1.1;1.1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25308;Morus alba;actual measurement;generative dispersule;2.25;1.4;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25309;Morus nigra;actual measurement;generative dispersule;2.3;1.45;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39078;Muscari armeniacum;estimation;generative dispersule;2.05;1.82;1.69;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39078;Muscari armeniacum;estimation;germinule;2.05;1.82;1.69;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38961;Muscari botryoides;estimation;generative dispersule;1.85;1.65;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38961;Muscari botryoides;actual measurement (following LEDA data standards);generative dispersule;1.87;1.68;1.56;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38961;Muscari botryoides;estimation;germinule;1.85;1.65;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38147;Muscari comosum;actual measurement;generative dispersule;2;2;1.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 38147;Muscari comosum;estimation;generative dispersule;2.1;2;1.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38147;Muscari comosum;estimation;germinule;2.1;2;1.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38976;Muscari neglectum;actual measurement (following LEDA data standards);generative dispersule;2.13;1.8;1.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38976;Muscari neglectum;actual measurement (following LEDA data standards);generative dispersule;1.88;1.7;1.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38964;Muscari tenuiflorum;estimation;germinule;2.08;1.75;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38964;Muscari tenuiflorum;estimation;generative dispersule;2.08;1.75;1.67;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14601;Myagrum perfoliatum;actual measurement;generative dispersule;10;5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 14601;Myagrum perfoliatum;actual measurement (following LEDA data standards);generative dispersule;10.19;4.31;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14601;Myagrum perfoliatum;actual measurement;germinule;3;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14601;Myagrum perfoliatum;estimation;germinule;8;4.75;2.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 14601;Myagrum perfoliatum;estimation;generative dispersule;8;4.75;2.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11510;Mycelis muralis;actual measurement (following LEDA data standards);germinule;3.43;.78;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11510;Mycelis muralis;estimation;germinule;3.27;.87;.33;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11510;Mycelis muralis;estimation;generative dispersule;8.9;.87;.33;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 11510;Mycelis muralis;actual measurement (following LEDA data standards);generative dispersule;7.84;.78;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 12022;Myosotis alpestris;estimation;generative dispersule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 12022;Myosotis alpestris;estimation;germinule;1.8;1.3;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12027;Myosotis arvensis;actual measurement (following LEDA data standards);germinule;1.44;.92;.57;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 12027;Myosotis arvensis;actual measurement;germinule;1.35;.8;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 12027;Myosotis arvensis;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 12027;Myosotis arvensis;estimation;germinule;1.43;.89;.48;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 12034;Myosotis decumbens;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11975;Myosotis discolor;estimation;germinule;1.1;.8;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11988;Myosotis laxa;estimation;generative dispersule;1.53;1.3;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11988;Myosotis laxa;estimation;germinule;1.53;1.3;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11938;Myosotis ramosissima;estimation;germinule;1.07;.73;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11938;Myosotis ramosissima;estimation;generative dispersule;4.1;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 11945;Myosotis rehsteineri;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11945;Myosotis rehsteineri;estimation;generative dispersule;1.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11960;Myosotis sparsiflora;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11960;Myosotis sparsiflora;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11964;Myosotis stricta;estimation;germinule;1.22;.7;.43;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11964;Myosotis stricta;estimation;generative dispersule;1.22;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11966;Myosotis sylvatica;actual measurement;germinule;1.75;1.15;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11966;Myosotis sylvatica;estimation;generative dispersule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 11966;Myosotis sylvatica;estimation;germinule;1.72;1.18;.69;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 15865;Myosoton aquaticum;estimation;generative dispersule;.83;.81;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15865;Myosoton aquaticum;estimation;germinule;.83;.81;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15865;Myosoton aquaticum;actual measurement (following LEDA data standards);generative dispersule;.9;.83;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27104;Myosurus minimus;actual measurement;generative dispersule;1.25;1.25;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27104;Myosurus minimus;estimation;generative dispersule;1.41;1.04;.47;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27104;Myosurus minimus;estimation;germinule;.8;.45;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25316;Myrica gale;actual measurement;generative dispersule;2.25;2.25;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25316;Myrica gale;estimation;generative dispersule;2.23;2.28;1.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 25316;Myrica gale;estimation;germinule;2.1;1.4;1.1;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 34699;Myricaria germanica;actual measurement;generative dispersule;1.15;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25228;Myriophyllum alterniflorum;estimation;germinule;1.7;.75;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25228;Myriophyllum alterniflorum;estimation;generative dispersule;1.7;.75;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25232;Myriophyllum spicatum;estimation;generative dispersule;2.25;1.2;1.2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25232;Myriophyllum spicatum;estimation;germinule;2.25;1.2;1.2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25234;Myriophyllum verticillatum;estimation;generative dispersule;1.95;1.25;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25234;Myriophyllum verticillatum;estimation;germinule;1.95;1.25;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1152;Myrrhis odorata;actual measurement (following LEDA data standards);generative dispersule;21.62;2.72;2.46;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 1152;Myrrhis odorata;actual measurement;generative dispersule;22.5;3.25;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1152;Myrrhis odorata;estimation;germinule;21.36;3.17;2.38;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1152;Myrrhis odorata;estimation;generative dispersule;21.36;3.17;2.38;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 39421;Najas flexilis;estimation;generative dispersule;2;1;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39411;Najas marina;estimation;generative dispersule;6;1.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 39413;Najas minor;estimation;generative dispersule;2;.5;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43217;Nardus stricta;estimation;generative dispersule;10.02;.77;.57;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43217;Nardus stricta;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.4;.35;.25;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 43217;Nardus stricta;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;.4;.3;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 43217;Nardus stricta;actual measurement (following LEDA data standards);one-seeded generative dispersule;13;.7;.35;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 43217;Nardus stricta;actual measurement;germinule;3.5;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43217;Nardus stricta;actual measurement;generative dispersule;11;.7;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 43217;Nardus stricta;actual measurement (following LEDA data standards);generative dispersule;9.41;.59;.49;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43217;Nardus stricta;estimation;germinule;3.85;.55;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38170;Narthecium ossifragum;actual measurement (following LEDA data standards);generative dispersule;6.85;.35;.35;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 38170;Narthecium ossifragum;actual measurement (following LEDA data standards);generative dispersule;6.2;.31;.31;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38170;Narthecium ossifragum;estimation;germinule;8.2;.23;.17;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38170;Narthecium ossifragum;estimation;generative dispersule;8.2;.23;.17;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38170;Narthecium ossifragum;actual measurement (following LEDA data standards);one-seeded generative dispersule;9.7;.4;.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 12669;Nasturtium microphyllum;estimation;germinule;1.07;.82;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12669;Nasturtium microphyllum;estimation;generative dispersule;1.07;.82;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14602;Nasturtium officinale;estimation;generative dispersule;.95;.85;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14602;Nasturtium officinale;estimation;germinule;.95;.85;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14602;Nasturtium officinale;actual measurement;generative dispersule;.85;.75;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39957;Neottia nidus-avis;actual measurement (following LEDA data standards);generative dispersule;.98;.3;.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 39957;Neottia nidus-avis;estimation;generative dispersule;1;.9;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39957;Neottia nidus-avis;estimation;germinule;1;.9;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 24784;Nepeta cataria;actual measurement;generative dispersule;1.35;.9;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24784;Nepeta cataria;estimation;generative dispersule;1.49;.95;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24784;Nepeta cataria;estimation;germinule;1.49;.95;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24254;Nepeta grandiflora;estimation;generative dispersule;1.95;1.05;.8;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24254;Nepeta grandiflora;estimation;germinule;1.95;1.05;.8;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24254;Nepeta grandiflora;actual measurement;generative dispersule;1.95;1.05;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23899;Nepeta nuda;estimation;generative dispersule;1.9;1.13;.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23899;Nepeta nuda;estimation;germinule;1.9;1.13;.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 13116;Neslia paniculata;estimation;generative dispersule;2.38;1.95;1.74;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 13116;Neslia paniculata;estimation;germinule;2.38;1.95;1.74;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 13116;Neslia paniculata;actual measurement;generative dispersule;2.3;1.9;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 13116;Neslia paniculata;actual measurement;germinule;1.5;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34982;Nicandra physalodes;estimation;germinule;1.78;1.5;.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34982;Nicandra physalodes;actual measurement;germinule;1.65;1.4;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34935;Nicotiana rustica;estimation;generative dispersule;.8;.5;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34935;Nicotiana rustica;estimation;germinule;.8;.5;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34935;Nicotiana rustica;actual measurement;germinule;.8;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34910;Nicotiana tabacum;estimation;generative dispersule;.7;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34910;Nicotiana tabacum;estimation;germinule;.7;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34910;Nicotiana tabacum;actual measurement;germinule;.7;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27106;Nigella arvensis;actual measurement;generative dispersule;2.25;1.3;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27106;Nigella arvensis;estimation;germinule;2.11;1.2;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27106;Nigella arvensis;estimation;generative dispersule;2.11;1.2;.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27114;Nigella damascena;estimation;generative dispersule;2.42;1.69;1.17;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27114;Nigella damascena;actual measurement;generative dispersule;2.35;1.65;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27114;Nigella damascena;estimation;germinule;2.42;1.69;1.17;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27124;Nigella sativa;actual measurement;generative dispersule;2.65;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 39666;Nigritella nigra;estimation;generative dispersule;.35;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39666;Nigritella nigra;estimation;germinule;.35;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11903;Nonea pulla;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11903;Nonea pulla;estimation;generative dispersule;4;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25253;Nuphar lutea;actual measurement;generative dispersule;4.5;3.1;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25260;Nymphaea alba;actual measurement;generative dispersule;2.4;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26354;Nymphoides peltata;actual measurement (following LEDA data standards);germinule;3.75;2.65;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26354;Nymphoides peltata;estimation;generative dispersule;6;3;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26354;Nymphoides peltata;estimation;germinule;6;3;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26354;Nymphoides peltata;actual measurement (following LEDA data standards);generative dispersule;5;4.45;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33000;Odontites lutea;estimation;generative dispersule;1.59;.88;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33000;Odontites lutea;estimation;germinule;1.59;.88;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1156;Oenanthe aquatica;actual measurement;generative dispersule;3.5;1.15;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1156;Oenanthe aquatica;estimation;germinule;3.9;1.44;.84;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1156;Oenanthe aquatica;estimation;generative dispersule;3.9;1.44;.84;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1158;Oenanthe conioides;actual measurement (following LEDA data standards);generative dispersule;4.31;1.58;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1158;Oenanthe conioides;estimation;generative dispersule;5.13;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1158;Oenanthe conioides;estimation;germinule;5.13;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1660;Oenanthe fistulosa;estimation;generative dispersule;7.2;2.33;1.35;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1660;Oenanthe fistulosa;estimation;germinule;7.2;2.33;1.35;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1660;Oenanthe fistulosa;actual measurement (following LEDA data standards);generative dispersule;5.25;2.63;2.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2103;Oenanthe fluviatilis;estimation;generative dispersule;5.92;1.45;1.2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2103;Oenanthe fluviatilis;estimation;germinule;5.92;1.45;1.2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2104;Oenanthe lachenalii;estimation;generative dispersule;2.61;1.6;.86;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2104;Oenanthe lachenalii;estimation;germinule;2.61;1.6;.86;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2106;Oenanthe peucedanifolia;estimation;generative dispersule;5;1.69;.97;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2106;Oenanthe peucedanifolia;estimation;germinule;5;1.69;.97;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1668;Oenanthe silaifolia;estimation;generative dispersule;6.3;1.9;.98;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1668;Oenanthe silaifolia;estimation;germinule;6.3;1.9;.98;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 26442;Oenothera biennis;actual measurement (following LEDA data standards);generative dispersule;2.08;1.58;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26442;Oenothera biennis;actual measurement;generative dispersule;1.75;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10536;Omalotheca hoppeana;actual measurement;generative dispersule;.75;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10536;Omalotheca hoppeana;actual measurement;germinule;;.3;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11511;Omalotheca norvegica;estimation;generative dispersule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11511;Omalotheca norvegica;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10537;Omalotheca supina;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.2;.4;.2;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 10537;Omalotheca supina;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.4;.4;.2;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 11311;Omalotheca sylvatica;actual measurement;generative dispersule;3.25;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11311;Omalotheca sylvatica;estimation;generative dispersule;1.08;.23;.18;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11311;Omalotheca sylvatica;actual measurement;germinule;.9;.2;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11311;Omalotheca sylvatica;estimation;germinule;1.08;.23;.18;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11922;Omphalodes scorpioides;estimation;generative dispersule;2.6;2.68;2.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11922;Omphalodes scorpioides;actual measurement;germinule;2.6;2.6;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11922;Omphalodes scorpioides;estimation;germinule;2.6;2.68;2.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 21876;Onobrychis arenaria;estimation;generative dispersule;5.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21876;Onobrychis arenaria;estimation;germinule;5.25;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21940;Onobrychis montana;estimation;generative dispersule;7.15;5.6;3.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21940;Onobrychis montana;estimation;germinule;7.15;5.6;3.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21940;Onobrychis montana;estimation;germinule;3.33;2.42;1.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21874;Onobrychis viciifolia;estimation;generative dispersule;6.56;5.54;3.26;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21874;Onobrychis viciifolia;actual measurement;generative dispersule;8;6;3.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21874;Onobrychis viciifolia;actual measurement;germinule;3.75;2.95;2.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21874;Onobrychis viciifolia;estimation;germinule;3.94;2.92;2.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21509;Ononis arvensis;estimation;germinule;2.45;2.45;1.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21509;Ononis arvensis;estimation;generative dispersule;2.45;2.45;1.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21956;Ononis natrix;estimation;generative dispersule;2;1.78;1.07;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21956;Ononis natrix;estimation;germinule;2;1.78;1.07;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20645;Ononis repens;actual measurement (following LEDA data standards);generative dispersule;2.49;1.9;1.8;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 20645;Ononis repens;estimation;germinule;2.5;2.2;1.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20645;Ononis repens;actual measurement (following LEDA data standards);generative dispersule;2.73;2.03;1.56;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20645;Ononis repens;estimation;generative dispersule;2.5;2.2;1.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21958;Ononis spinosa;actual measurement;generative dispersule;8;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21958;Ononis spinosa;actual measurement;germinule;2.3;2.2;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21958;Ononis spinosa;estimation;germinule;2.21;2.18;1.59;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21958;Ononis spinosa;actual measurement (following LEDA data standards);generative dispersule;2.34;2.11;1.37;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21958;Ononis spinosa;estimation;generative dispersule;2.21;2.18;1.59;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 9350;Onopordum acanthium;actual measurement;generative dispersule;5.5;2.75;1.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9350;Onopordum acanthium;estimation;generative dispersule;5.15;2.71;1.64;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9350;Onopordum acanthium;estimation;germinule;5.15;2.71;1.64;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11924;Onosma arenaria;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 11924;Onosma arenaria;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 39740;Orchis coriophora;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39740;Orchis coriophora;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39755;Orchis mascula;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39755;Orchis mascula;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40042;Orchis militaris;actual measurement (following LEDA data standards);generative dispersule;.42;.16;.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 40042;Orchis militaris;estimation;germinule;.5;.15;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40042;Orchis militaris;estimation;generative dispersule;.5;.15;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39762;Orchis morio;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39762;Orchis morio;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39766;Orchis pallens;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39766;Orchis pallens;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40052;Orchis purpurea;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40052;Orchis purpurea;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40058;Orchis simia;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40058;Orchis simia;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40060;Orchis spitzelii;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40060;Orchis spitzelii;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39779;Orchis tridentata;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39779;Orchis tridentata;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39783;Orchis ustulata;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39783;Orchis ustulata;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 42500;Oreochloa disticha;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42500;Oreochloa disticha;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 24674;Origanum majorana;actual measurement;generative dispersule;.95;.6;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23973;Origanum vulgare;actual measurement (following LEDA data standards);generative dispersule;.6;.4;.2;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 23973;Origanum vulgare;estimation;germinule;.85;.53;.39;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23973;Origanum vulgare;actual measurement (following LEDA data standards);germinule;.68;.44;.35;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 23973;Origanum vulgare;actual measurement;generative dispersule;.7;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23973;Origanum vulgare;estimation;generative dispersule;.85;.53;.39;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23973;Origanum vulgare;actual measurement (following LEDA data standards);germinule;.71;.43;.39;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;NETHERLANDS 2113;Orlaya grandiflora;actual measurement;germinule;7;3.5;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2113;Orlaya grandiflora;estimation;germinule;7.55;3.83;2.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2113;Orlaya grandiflora;estimation;generative dispersule;7.55;3.83;2.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 38906;Ornithogalum pyramidale;estimation;generative dispersule;3.5;2.75;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38906;Ornithogalum pyramidale;estimation;germinule;3.5;2.75;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38908;Ornithogalum pyrenaicum;estimation;generative dispersule;3.45;1.9;1.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38908;Ornithogalum pyrenaicum;estimation;germinule;3.45;1.9;1.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19964;Ornithopus perpusillus;estimation;generative dispersule;2.17;1.39;.77;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 19964;Ornithopus perpusillus;estimation;germinule;1.43;1.05;.68;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19964;Ornithopus perpusillus;actual measurement;generative dispersule;1.55;1;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod segment;; 19964;Ornithopus perpusillus;actual measurement;germinule;1.2;1;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22019;Ornithopus sativus;estimation;generative dispersule;3.16;2.25;1.1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 22019;Ornithopus sativus;estimation;germinule;2.18;1.65;.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22019;Ornithopus sativus;estimation;germinule;3.16;2.25;1.1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 22019;Ornithopus sativus;actual measurement;germinule;2;1.65;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22019;Ornithopus sativus;actual measurement;generative dispersule;3.15;2.1;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod segment;; 26302;Orobanche alba;estimation;generative dispersule;.41;.29;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26302;Orobanche alba;estimation;germinule;.41;.29;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26308;Orobanche alsatica;estimation;germinule;.45;.29;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26308;Orobanche alsatica;estimation;generative dispersule;.45;.29;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26253;Orobanche caryophyllacea;estimation;germinule;.5;.32;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26253;Orobanche caryophyllacea;estimation;generative dispersule;.5;.32;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26264;Orobanche coerulescens;estimation;generative dispersule;.44;.3;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26264;Orobanche coerulescens;estimation;germinule;.44;.3;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26270;Orobanche elatior;estimation;generative dispersule;.51;.35;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26270;Orobanche elatior;estimation;germinule;.51;.35;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26277;Orobanche flava;estimation;generative dispersule;.51;.44;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26277;Orobanche flava;estimation;germinule;.51;.44;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26281;Orobanche gracilis;estimation;generative dispersule;.44;.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26281;Orobanche gracilis;estimation;germinule;.44;.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26288;Orobanche hederae;actual measurement (following LEDA data standards);generative dispersule;.37;.28;.12;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26187;Orobanche loricata;estimation;generative dispersule;.4;.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26187;Orobanche loricata;estimation;germinule;.4;.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26196;Orobanche lutea;estimation;germinule;.46;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26196;Orobanche lutea;estimation;generative dispersule;.46;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26203;Orobanche minor;estimation;generative dispersule;.31;.23;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26203;Orobanche minor;estimation;germinule;.31;.23;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26203;Orobanche minor;actual measurement;generative dispersule;.25;.2;.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26230;Orobanche ramosa;actual measurement;generative dispersule;.15;.1;.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26230;Orobanche ramosa;estimation;generative dispersule;.15;.1;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26230;Orobanche ramosa;estimation;germinule;.15;.1;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26159;Orobanche reticulata;estimation;generative dispersule;.3;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26159;Orobanche reticulata;estimation;germinule;.3;.27;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26177;Orobanche teucrii;estimation;generative dispersule;.39;.26;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26177;Orobanche teucrii;estimation;germinule;.39;.26;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28809;Orthilia secunda;estimation;germinule;.55;.12;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28809;Orthilia secunda;estimation;generative dispersule;.55;.12;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25842;Oxalis acetosella;actual measurement (following LEDA data standards);generative dispersule;1.45;1;.35;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 25842;Oxalis acetosella;estimation;germinule;2.56;1.68;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25842;Oxalis acetosella;actual measurement (following LEDA data standards);generative dispersule;2.46;1.41;.7;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25842;Oxalis acetosella;estimation;generative dispersule;2.56;1.68;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25840;Oxalis corniculata;estimation;generative dispersule;1.35;.93;.31;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25840;Oxalis corniculata;estimation;germinule;1.35;.93;.31;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25840;Oxalis corniculata;actual measurement;generative dispersule;1.15;.85;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25827;Oxalis stricta;estimation;germinule;1.15;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25827;Oxalis stricta;estimation;generative dispersule;1.15;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27715;Oxyria digyna;actual measurement (following LEDA data standards);germinule;1.35;.63;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27715;Oxyria digyna;actual measurement (following LEDA data standards);generative dispersule;3.53;4.03;.93;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27715;Oxyria digyna;estimation;germinule;3.65;3.5;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21486;Oxytropis campestris;actual measurement (following LEDA data standards);generative dispersule;2;1.79;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21479;Oxytropis pilosa;estimation;generative dispersule;1.53;1.25;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21479;Oxytropis pilosa;estimation;germinule;1.53;1.25;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25406;Paeonia officinalis;actual measurement;generative dispersule;8.5;6;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25406;Paeonia officinalis;estimation;generative dispersule;8.5;6;6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25406;Paeonia officinalis;estimation;germinule;8.5;6;6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43220;Panicum capillare;estimation;generative dispersule;1.47;.79;.55;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43220;Panicum capillare;estimation;generative dispersule;2.56;1;;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 43220;Panicum capillare;estimation;germinule;1.47;.79;.55;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43564;Panicum dichotomiflorum;estimation;generative dispersule;2.52;;;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 43565;Panicum miliaceum;actual measurement;germinule;1.8;1.85;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43565;Panicum miliaceum;estimation;germinule;3;1.93;1.38;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43565;Panicum miliaceum;actual measurement;generative dispersule;3;1.9;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43565;Panicum miliaceum;estimation;generative dispersule;3;1.93;1.38;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 25500;Papaver argemone;actual measurement;generative dispersule;.85;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25500;Papaver argemone;actual measurement (following LEDA data standards);generative dispersule;.95;.53;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25500;Papaver argemone;estimation;generative dispersule;.9;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25500;Papaver argemone;estimation;germinule;.9;.35;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25513;Papaver dubium;actual measurement (following LEDA data standards);generative dispersule;.67;.48;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25513;Papaver dubium;actual measurement;generative dispersule;.75;.35;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25595;Papaver hybridum;estimation;generative dispersule;.74;.47;.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25595;Papaver hybridum;estimation;germinule;.74;.47;.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25595;Papaver hybridum;actual measurement;generative dispersule;.85;.5;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25577;Papaver rhoeas;actual measurement (following LEDA data standards);generative dispersule;.81;.49;.48;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25577;Papaver rhoeas;actual measurement;generative dispersule;.8;.3;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25577;Papaver rhoeas;estimation;generative dispersule;.75;.57;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25577;Papaver rhoeas;estimation;germinule;.75;.57;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25589;Papaver somniferum;estimation;generative dispersule;1.15;.9;.66;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25589;Papaver somniferum;actual measurement;generative dispersule;1.2;.9;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25589;Papaver somniferum;estimation;germinule;1.15;.9;.66;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 42872;Parapholis strigosa;estimation;generative dispersule;4.74;.94;.78;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42872;Parapholis strigosa;estimation;germinule;3.06;.93;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42872;Parapholis strigosa;estimation;germinule;4.74;.94;.78;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 44662;Parietaria judaica;estimation;germinule;1.1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35137;Parietaria officinalis;estimation;germinule;2.46;.94;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 35137;Parietaria officinalis;estimation;germinule;1.47;.83;.73;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35137;Parietaria officinalis;estimation;generative dispersule;2.46;.94;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 44664;Parietaria pensylvanica;actual measurement (following LEDA data standards);generative dispersule;1.58;.95;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38073;Paris quadrifolia;estimation;germinule;2.38;1.5;1.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38073;Paris quadrifolia;actual measurement (following LEDA data standards);generative dispersule;2.95;2.15;1.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25636;Parnassia palustris;actual measurement (following LEDA data standards);generative dispersule;1.46;.4;.27;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25636;Parnassia palustris;estimation;generative dispersule;1.4;.53;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25636;Parnassia palustris;estimation;germinule;1.4;.53;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34510;Parthenocissus inserta;actual measurement (following LEDA data standards);generative dispersule;4.31;3.89;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 34516;Parthenocissus tricuspidata;actual measurement;germinule;4.75;3.25;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34516;Parthenocissus tricuspidata;actual measurement;generative dispersule;8;8;8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1183;Pastinaca sativa;actual measurement;generative dispersule;6.5;5.5;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1183;Pastinaca sativa;estimation;germinule;6.09;4.32;.53;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1183;Pastinaca sativa;estimation;generative dispersule;6.09;4.32;.53;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 33474;Pedicularis foliosa;actual measurement (following LEDA data standards);generative dispersule;3.15;1.58;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33763;Pedicularis oederi;actual measurement (following LEDA data standards);germinule;2.4;1.2;.7;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 33763;Pedicularis oederi;actual measurement (following LEDA data standards);germinule;2.1;1.1;.6;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 33771;Pedicularis palustris;estimation;generative dispersule;2.25;1.4;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33771;Pedicularis palustris;actual measurement;generative dispersule;2.25;1.4;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33771;Pedicularis palustris;actual measurement (following LEDA data standards);germinule;2.65;1.49;1.17;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;NETHERLANDS 33771;Pedicularis palustris;actual measurement (following LEDA data standards);germinule;3.1;1.5;.9;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 33771;Pedicularis palustris;estimation;germinule;2.25;1.4;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34226;Pedicularis sceptrum-carolinum;actual measurement (following LEDA data standards);generative dispersule;3.05;1.89;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32992;Pedicularis sylvatica;actual measurement (following LEDA data standards);germinule;2.1;1.2;.9;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 32992;Pedicularis sylvatica;estimation;germinule;2.15;1.48;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32992;Pedicularis sylvatica;estimation;generative dispersule;2.15;1.48;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 11005;Petasites albus;estimation;germinule;2.66;.51;.32;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10476;Petasites hybridus;actual measurement;generative dispersule;2.25;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus easily detached;; 10476;Petasites hybridus;estimation;germinule;11.5;.52;.45;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10476;Petasites hybridus;estimation;germinule;2.53;.52;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10476;Petasites hybridus;estimation;generative dispersule;11.5;.52;.45;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 11627;Petasites paradoxus;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 13874;Petrocallis pyrenaica;estimation;germinule;1.75;1.2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13874;Petrocallis pyrenaica;estimation;generative dispersule;1.75;1.2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16636;Petrorhagia prolifera;estimation;generative dispersule;1.53;.99;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16636;Petrorhagia prolifera;actual measurement (following LEDA data standards);generative dispersule;1.55;.99;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16636;Petrorhagia prolifera;actual measurement;germinule;1.55;1.05;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16636;Petrorhagia prolifera;estimation;germinule;1.53;.99;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15566;Petrorhagia saxifraga;estimation;generative dispersule;1.18;.8;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15566;Petrorhagia saxifraga;estimation;germinule;1.18;.8;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15566;Petrorhagia saxifraga;actual measurement;germinule;1.2;.8;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1095;Petroselinum crispum;estimation;generative dispersule;2.45;1.38;1.05;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1095;Petroselinum crispum;actual measurement;generative dispersule;2.5;1.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1095;Petroselinum crispum;estimation;germinule;2.45;1.38;1.05;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1100;Peucedanum alsaticum;estimation;generative dispersule;3.75;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1100;Peucedanum alsaticum;estimation;germinule;3.75;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1621;Peucedanum cervaria;estimation;generative dispersule;5;3.63;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1621;Peucedanum cervaria;estimation;germinule;5;3.63;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1112;Peucedanum officinale;estimation;germinule;7.25;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1112;Peucedanum officinale;estimation;generative dispersule;7.25;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2070;Peucedanum oreoselinum;estimation;germinule;5.86;4.68;.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2070;Peucedanum oreoselinum;estimation;generative dispersule;5.86;4.68;.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1118;Peucedanum ostruthium;actual measurement (following LEDA data standards);generative dispersule;2.42;1.47;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1118;Peucedanum ostruthium;estimation;germinule;4.5;4.3;.45;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1118;Peucedanum ostruthium;estimation;generative dispersule;4.5;4.3;.45;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1118;Peucedanum ostruthium;actual measurement (following LEDA data standards);generative dispersule;4.2;3.05;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2071;Peucedanum palustre;actual measurement (following LEDA data standards);one-seeded generative dispersule;6;4.8;.4;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 2071;Peucedanum palustre;estimation;generative dispersule;4.69;3.46;.66;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2071;Peucedanum palustre;estimation;germinule;4.69;3.46;.66;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25220;Phacelia tanacetifolia;estimation;generative dispersule;2.74;1.34;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25220;Phacelia tanacetifolia;estimation;germinule;2.74;1.34;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25220;Phacelia tanacetifolia;actual measurement;generative dispersule;2.75;1.25;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42396;Phalaris arundinacea;estimation;generative dispersule;3.65;1.12;.64;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42396;Phalaris arundinacea;actual measurement;generative dispersule;3.5;1.15;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42396;Phalaris arundinacea;actual measurement;germinule;1.5;1;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42396;Phalaris arundinacea;estimation;germinule;3.65;1.12;.64;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42396;Phalaris arundinacea;actual measurement (following LEDA data standards);generative dispersule;3.68;1.79;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42396;Phalaris arundinacea;estimation;germinule;1.88;1;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42881;Phalaris canariensis;estimation;generative dispersule;5.27;2.86;1.44;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42881;Phalaris canariensis;estimation;germinule;5.27;2.86;1.44;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42881;Phalaris canariensis;actual measurement;generative dispersule;5.5;2;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42881;Phalaris canariensis;estimation;germinule;3.43;1.57;1.04;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42881;Phalaris canariensis;actual measurement;germinule;3.5;1.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19978;Phaseolus coccineus;actual measurement;germinule;19;12;8.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22039;Phaseolus vulgaris;estimation;generative dispersule;14.25;8.5;6.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22039;Phaseolus vulgaris;estimation;germinule;14.25;8.5;6.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23160;Philadelphus coronarius;actual measurement;generative dispersule;2.15;.45;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42401;Phleum alpinum;estimation;generative dispersule;6.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42401;Phleum alpinum;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;.7;.55;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 42401;Phleum alpinum;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.5;.7;.6;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 42667;Phleum arenarium;estimation;generative dispersule;3.15;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42667;Phleum arenarium;estimation;germinule;1.03;.6;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42888;Phleum hirsutum;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42888;Phleum hirsutum;estimation;generative dispersule;5.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43581;Phleum paniculatum;estimation;generative dispersule;2.3;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43581;Phleum paniculatum;estimation;germinule;1.06;.4;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43239;Phleum phleoides;estimation;generative dispersule;3;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43239;Phleum phleoides;estimation;germinule;1.17;.44;.38;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43239;Phleum phleoides;actual measurement (following LEDA data standards);germinule;1.33;.47;.39;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43239;Phleum phleoides;actual measurement;generative dispersule;1.45;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43239;Phleum phleoides;actual measurement (following LEDA data standards);generative dispersule;1.91;.51;.39;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42408;Phleum pratense;estimation;generative dispersule;1.48;.91;.86;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42408;Phleum pratense;actual measurement;germinule;1.5;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42408;Phleum pratense;estimation;germinule;1.48;.91;.86;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42408;Phleum pratense;actual measurement (following LEDA data standards);generative dispersule;1.87;.98;.86;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42408;Phleum pratense;actual measurement (following LEDA data standards);germinule;1.56;.9;.78;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42408;Phleum pratense;actual measurement;generative dispersule;1.75;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42408;Phleum pratense;estimation;generative dispersule;4.25;1.1;.96;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43242;Phleum pratense s. bertolonii;estimation;generative dispersule;2.85;1;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43242;Phleum pratense s. bertolonii;estimation;germinule;1.2;.6;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43242;Phleum pratense s. bertolonii;actual measurement (following LEDA data standards);generative dispersule;1.4;.78;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43242;Phleum pratense s. bertolonii;actual measurement (following LEDA data standards);germinule;2.73;1.76;.78;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 60137;Phleum rhaeticum;estimation;germinule;1.35;.7;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 60137;Phleum rhaeticum;estimation;generative dispersule;5.75;1.2;.76;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 24343;Phlomis tuberosa;estimation;generative dispersule;5.62;1.79;1.19;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24343;Phlomis tuberosa;estimation;germinule;5.62;1.79;1.19;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24343;Phlomis tuberosa;actual measurement;generative dispersule;6;1.9;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42412;Phragmites australis;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.73;.78;.59;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 42412;Phragmites australis;actual measurement (following LEDA data standards);generative dispersule;3.85;.55;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19512;Phyllodoce caerulea;actual measurement (following LEDA data standards);germinule;.5;.3;.3;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19512;Phyllodoce caerulea;actual measurement (following LEDA data standards);germinule;.5;.3;.2;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19512;Phyllodoce caerulea;actual measurement (following LEDA data standards);germinule;.5;.2;.2;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 35072;Physalis alkekengi;actual measurement;germinule;1.85;1.7;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35072;Physalis alkekengi;estimation;germinule;1.85;1.7;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29711;Physocarpus opulifolius;actual measurement;generative dispersule;1.8;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29711;Physocarpus opulifolius;estimation;germinule;1.81;1.01;.94;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29711;Physocarpus opulifolius;estimation;generative dispersule;1.81;1.01;.94;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14797;Phyteuma betonicifolium;estimation;germinule;.74;.4;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14797;Phyteuma betonicifolium;estimation;generative dispersule;.74;.4;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14807;Phyteuma hemisphaericum;estimation;germinule;1.14;.48;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14807;Phyteuma hemisphaericum;estimation;generative dispersule;1.14;.48;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14815;Phyteuma nigrum;estimation;generative dispersule;.94;.5;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14815;Phyteuma nigrum;estimation;germinule;.94;.5;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14815;Phyteuma nigrum;actual measurement (following LEDA data standards);germinule;1.25;.65;.45;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 14818;Phyteuma orbiculare;actual measurement (following LEDA data standards);generative dispersule;1.16;.63;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14822;Phyteuma ovatum;estimation;generative dispersule;.9;.4;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14822;Phyteuma ovatum;estimation;germinule;.9;.4;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14784;Phyteuma spicatum;estimation;generative dispersule;1.1;.58;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14784;Phyteuma spicatum;estimation;germinule;1.1;.58;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27870;Phytolacca americana;estimation;germinule;2.95;2.6;1.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27873;Phytolacca esculenta;estimation;germinule;3.5;2.75;1.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 670;Picea abies;estimation;generative dispersule;16.55;5.9;1.52;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 670;Picea abies;estimation;germinule;16.55;5.9;1.52;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 670;Picea abies;actual measurement;generative dispersule;14.5;6.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 670;Picea abies;actual measurement;germinule;4.5;2.15;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 689;Picea pungens;actual measurement;germinule;3.75;1.75;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 691;Picea sitchensis;actual measurement;germinule;2.75;1.2;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10896;Picris echioides;estimation;germinule;2.53;1;.58;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 10896;Picris echioides;estimation;germinule;3.17;1.29;.95;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 10896;Picris echioides;actual measurement;germinule;3.1;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10896;Picris echioides;actual measurement;generative dispersule;4.5;1.1;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9660;Picris hieracioides;estimation;generative dispersule;3.62;.89;.59;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9660;Picris hieracioides;estimation;germinule;3.62;.89;.59;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9660;Picris hieracioides;actual measurement;generative dispersule;9;6;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9660;Picris hieracioides;actual measurement;germinule;3;.9;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1134;Pimpinella major;estimation;generative dispersule;3.13;1.85;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1134;Pimpinella major;estimation;germinule;3.13;1.85;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1134;Pimpinella major;actual measurement (following LEDA data standards);generative dispersule;2.31;1.16;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1134;Pimpinella major;actual measurement;generative dispersule;2.75;1.85;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1643;Pimpinella saxifraga;actual measurement;generative dispersule;2;1.15;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1643;Pimpinella saxifraga;estimation;generative dispersule;2.19;1.25;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1643;Pimpinella saxifraga;actual measurement (following LEDA data standards);generative dispersule;1.68;.95;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1643;Pimpinella saxifraga;estimation;germinule;2.19;1.25;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 26120;Pinguicula alpina;estimation;generative dispersule;.65;.22;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26120;Pinguicula alpina;estimation;germinule;.65;.22;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26085;Pinguicula vulgaris;actual measurement (following LEDA data standards);germinule;.7;.3;.2;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 26085;Pinguicula vulgaris;actual measurement;generative dispersule;.5;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26085;Pinguicula vulgaris;estimation;generative dispersule;.58;.2;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26085;Pinguicula vulgaris;estimation;germinule;.58;.2;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 578;Pinus cembra;actual measurement;generative dispersule;11.5;6.5;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 578;Pinus cembra;estimation;generative dispersule;11.5;6.5;6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 578;Pinus cembra;estimation;germinule;11.5;6.5;6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 587;Pinus mugo;actual measurement;generative dispersule;4;2.4;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 593;Pinus nigra;estimation;generative dispersule;10;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 593;Pinus nigra;estimation;germinule;10;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 593;Pinus nigra;actual measurement;germinule;6.25;3.4;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 593;Pinus nigra;actual measurement;generative dispersule;32.5;6;2.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 623;Pinus strobus;actual measurement;germinule;7;3.5;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 624;Pinus sylvestris;estimation;generative dispersule;17.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 624;Pinus sylvestris;actual measurement;generative dispersule;21.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 624;Pinus sylvestris;actual measurement;germinule;4.05;2.3;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 624;Pinus sylvestris;actual measurement (following LEDA data standards);germinule;3.98;2.16;1.99;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 624;Pinus sylvestris;actual measurement (following LEDA data standards);generative dispersule;14.77;4.15;.17;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 624;Pinus sylvestris;estimation;germinule;17.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22040;Pisum sativum;actual measurement;germinule;7.5;7.5;7.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22040;Pisum sativum;estimation;germinule;6.38;5.95;5.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22040;Pisum sativum;estimation;generative dispersule;6.38;5.95;5.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27858;Plantago alpina;estimation;germinule;1.88;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27858;Plantago alpina;estimation;generative dispersule;1.88;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27863;Plantago arenaria;actual measurement (following LEDA data standards);generative dispersule;1.01;.53;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27863;Plantago arenaria;actual measurement;generative dispersule;2.6;1.05;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27890;Plantago atrata;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27890;Plantago atrata;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27899;Plantago coronopus;actual measurement;generative dispersule;2.75;1.35;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27899;Plantago coronopus;estimation;germinule;1.1;.65;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27899;Plantago coronopus;estimation;generative dispersule;1.1;.65;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27860;Plantago lanceolata;actual measurement (following LEDA data standards);generative dispersule;3.08;1.27;.93;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 27860;Plantago lanceolata;estimation;generative dispersule;2.84;1.39;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27860;Plantago lanceolata;estimation;germinule;2.84;1.39;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27860;Plantago lanceolata;actual measurement (following LEDA data standards);generative dispersule;2.94;1.26;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27860;Plantago lanceolata;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.6;1.15;.9;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 27860;Plantago lanceolata;actual measurement (following LEDA data standards);germinule;2.81;1.15;.72;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;NETHERLANDS 27860;Plantago lanceolata;actual measurement (following LEDA data standards);germinule;2.43;1.12;.71;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;1996-08-13 00:00:00.0;;(preaggregated value) ;;NETHERLANDS 27860;Plantago lanceolata;actual measurement (following LEDA data standards);germinule;2.84;1.16;.72;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 27860;Plantago lanceolata;actual measurement;generative dispersule;2.75;1.35;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27829;Plantago major;actual measurement;generative dispersule;1.4;.75;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27829;Plantago major;actual measurement (following LEDA data standards);generative dispersule;1.58;.84;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27843;Plantago maritima;estimation;generative dispersule;2.33;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27843;Plantago maritima;estimation;germinule;2.33;1;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27756;Plantago media;actual measurement;generative dispersule;2.15;1;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27756;Plantago media;actual measurement (following LEDA data standards);generative dispersule;1.89;1.05;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27756;Plantago media;estimation;germinule;2.08;.93;.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27756;Plantago media;estimation;generative dispersule;2.08;.93;.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39786;Platanthera bifolia;actual measurement (following LEDA data standards);generative dispersule;.68;.18;.18;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1061;Pleurospermum austriacum;estimation;germinule;9.08;3.75;2.53;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1061;Pleurospermum austriacum;estimation;generative dispersule;9.08;3.75;2.53;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 42327;Poa alpina;actual measurement;generative dispersule;3.5;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42327;Poa alpina;estimation;germinule;1.85;.7;.69;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42327;Poa alpina;estimation;generative dispersule;3.64;.94;.91;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42327;Poa alpina;estimation;germinule;3.64;.94;.91;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42327;Poa alpina;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.8;.6;.5;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 42678;Poa angustifolia;estimation;generative dispersule;2.75;.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42678;Poa angustifolia;estimation;germinule;1.48;.36;.24;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42678;Poa angustifolia;actual measurement (following LEDA data standards);generative dispersule;2.52;.63;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42678;Poa angustifolia;actual measurement (following LEDA data standards);generative dispersule;3.15;.69;.57;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42678;Poa angustifolia;actual measurement (following LEDA data standards);germinule;1.89;.5;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42678;Poa angustifolia;actual measurement (following LEDA data standards);germinule;1.51;.5;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42678;Poa angustifolia;estimation;germinule;2.75;.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43060;Poa annua;actual measurement (following LEDA data standards);generative dispersule;1.4;.5;.4;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 43060;Poa annua;actual measurement (following LEDA data standards);generative dispersule;2.25;.7;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43060;Poa annua;actual measurement (following LEDA data standards);germinule;1.5;.6;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43060;Poa annua;estimation;germinule;2.91;.85;.68;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43060;Poa annua;estimation;generative dispersule;2.91;.85;.68;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43060;Poa annua;actual measurement;generative dispersule;3.1;.8;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43060;Poa annua;actual measurement;germinule;1.7;.8;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43060;Poa annua;estimation;germinule;1.86;.7;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42692;Poa badensis;estimation;germinule;3.36;1.1;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42692;Poa badensis;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42692;Poa badensis;estimation;generative dispersule;3.36;1.1;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42340;Poa bulbosa;actual measurement (following LEDA data standards);germinule;2.49;1.33;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42340;Poa bulbosa;actual measurement (following LEDA data standards);generative dispersule;12.78;2.49;1.16;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42340;Poa bulbosa;actual measurement;generative dispersule;15;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42340;Poa bulbosa;actual measurement;germinule;4;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42681;Poa cenisia;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42681;Poa cenisia;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42681;Poa cenisia;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42902;Poa chaixii;estimation;generative dispersule;3.63;.9;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42902;Poa chaixii;actual measurement;generative dispersule;3.75;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42902;Poa chaixii;estimation;germinule;3.63;.9;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42902;Poa chaixii;actual measurement (following LEDA data standards);germinule;1.9;.75;.7;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42902;Poa chaixii;actual measurement (following LEDA data standards);generative dispersule;3.8;.92;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42902;Poa chaixii;estimation;germinule;2.08;.75;.71;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42683;Poa compressa;estimation;generative dispersule;2.43;.5;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42683;Poa compressa;estimation;germinule;1.33;.45;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42683;Poa compressa;actual measurement;generative dispersule;2.25;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42683;Poa compressa;actual measurement;germinule;1.3;.45;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42683;Poa compressa;actual measurement (following LEDA data standards);generative dispersule;2.27;.63;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42683;Poa compressa;actual measurement (following LEDA data standards);germinule;1.2;.44;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42683;Poa compressa;estimation;germinule;2.43;.5;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43601;Poa glauca;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43601;Poa glauca;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43601;Poa glauca;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43260;Poa hybrida;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43260;Poa hybrida;estimation;germinule;2.1;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43260;Poa hybrida;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43069;Poa minor;estimation;generative dispersule;3.63;1;.73;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43069;Poa minor;estimation;germinule;3.63;1;.73;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43069;Poa minor;estimation;germinule;1.89;.5;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42334;Poa nemoralis;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.56;.54;.52;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 42334;Poa nemoralis;actual measurement (following LEDA data standards);generative dispersule;3.1;.54;.48;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42334;Poa nemoralis;actual measurement (following LEDA data standards);germinule;1.5;.44;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42334;Poa nemoralis;estimation;germinule;2.83;.64;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42334;Poa nemoralis;estimation;generative dispersule;2.83;.64;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42334;Poa nemoralis;actual measurement;generative dispersule;2.75;.65;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42334;Poa nemoralis;actual measurement;germinule;1.5;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42334;Poa nemoralis;estimation;germinule;1.51;.45;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43610;Poa palustris;actual measurement (following LEDA data standards);germinule;1.32;.38;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43610;Poa palustris;actual measurement;generative dispersule;2.35;.7;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43610;Poa palustris;actual measurement;germinule;1.5;.5;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43610;Poa palustris;actual measurement (following LEDA data standards);generative dispersule;2.71;.57;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43610;Poa palustris;estimation;germinule;1.5;.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43610;Poa palustris;estimation;generative dispersule;2.49;.78;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43610;Poa palustris;estimation;germinule;2.49;.78;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42677;Poa pratensis;estimation;generative dispersule;3.03;.75;.48;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42677;Poa pratensis;estimation;germinule;3.03;.75;.48;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42677;Poa pratensis;actual measurement (following LEDA data standards);germinule;1.76;.58;.54;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42677;Poa pratensis;actual measurement;generative dispersule;2.6;.7;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42677;Poa pratensis;actual measurement (following LEDA data standards);generative dispersule;3.36;.72;.64;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42677;Poa pratensis;estimation;germinule;1.6;.52;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43267;Poa remota;estimation;generative dispersule;3.75;.74;.47;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43267;Poa remota;estimation;germinule;1.75;.5;.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43267;Poa remota;estimation;germinule;3.75;.74;.47;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42699;Poa subcaerulea;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42699;Poa subcaerulea;estimation;generative dispersule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42699;Poa subcaerulea;estimation;germinule;2.2;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43423;Poa supina;estimation;germinule;2.7;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43423;Poa supina;estimation;germinule;1.85;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43423;Poa supina;estimation;generative dispersule;2.7;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43077;Poa trivialis;actual measurement (following LEDA data standards);generative dispersule;1.2;.4;.3;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 43077;Poa trivialis;actual measurement (following LEDA data standards);germinule;1.58;.57;.44;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43077;Poa trivialis;actual measurement (following LEDA data standards);generative dispersule;2.52;.69;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43077;Poa trivialis;actual measurement;generative dispersule;2.4;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43077;Poa trivialis;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.45;.75;.6;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 28181;Polemonium caeruleum;estimation;generative dispersule;2.92;.99;.64;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28181;Polemonium caeruleum;actual measurement;generative dispersule;1.9;.7;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28181;Polemonium caeruleum;estimation;germinule;2.92;.99;.64;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17999;Polycnemum arvense;estimation;germinule;1.25;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18001;Polycnemum majus;estimation;germinule;1.75;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28146;Polygala amarella;estimation;generative dispersule;1.85;.95;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28146;Polygala amarella;estimation;germinule;1.85;.95;.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28113;Polygala chamaebuxus;estimation;germinule;5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28113;Polygala chamaebuxus;estimation;generative dispersule;5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28115;Polygala comosa;estimation;germinule;2.65;1.1;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28115;Polygala comosa;estimation;generative dispersule;2.65;1.1;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28082;Polygala serpyllifolia;estimation;generative dispersule;2.43;1.25;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28082;Polygala serpyllifolia;estimation;germinule;2.43;1.25;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28062;Polygala vulgaris;actual measurement;generative dispersule;4.5;2.25;1.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;caruncula;; 28062;Polygala vulgaris;estimation;germinule;2.67;1.28;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28062;Polygala vulgaris;estimation;generative dispersule;2.67;1.28;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28062;Polygala vulgaris;actual measurement (following LEDA data standards);generative dispersule;2.48;1.4;1.09;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38075;Polygonatum multiflorum;estimation;generative dispersule;8.5;8.5;8.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38075;Polygonatum multiflorum;estimation;germinule;3.55;3.1;2.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38075;Polygonatum multiflorum;actual measurement (following LEDA data standards);generative dispersule;3.25;2.8;2.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38076;Polygonatum odoratum;estimation;generative dispersule;10;10;10;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38518;Polygonatum verticillatum;actual measurement (following LEDA data standards);generative dispersule;2.65;2.25;1.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38518;Polygonatum verticillatum;estimation;germinule;2.84;2.5;2.05;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38518;Polygonatum verticillatum;estimation;generative dispersule;8.5;8.5;8.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27725;Polygonum amphibium;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27725;Polygonum amphibium;estimation;germinule;2.63;1.9;1.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27725;Polygonum amphibium;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27735;Polygonum arenastrum;estimation;germinule;2.06;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27735;Polygonum arenastrum;actual measurement (following LEDA data standards);generative dispersule;2.84;1.79;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27740;Polygonum aviculare;actual measurement (following LEDA data standards);generative dispersule;1.9;1.05;.95;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 27740;Polygonum aviculare;estimation;germinule;2.94;1.88;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27740;Polygonum aviculare;actual measurement;generative dispersule;2.75;1.4;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27743;Polygonum bistorta;estimation;generative dispersule;4.43;2.62;2.43;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27743;Polygonum bistorta;actual measurement;generative dispersule;3.75;2.55;2.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27743;Polygonum bistorta;estimation;germinule;4.43;2.62;2.43;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27743;Polygonum bistorta;estimation;germinule;4.18;2.49;2.42;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27636;Polygonum hydropiper;estimation;generative dispersule;4.1;2.46;.96;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27636;Polygonum hydropiper;estimation;germinule;3.63;2.2;.91;-2;;BIOLFLOR database;;;Frucht [F]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27636;Polygonum hydropiper;estimation;germinule;4.1;2.46;.96;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27636;Polygonum hydropiper;actual measurement;generative dispersule;3;1.75;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27747;Polygonum lapathifolium;actual measurement (following LEDA data standards);germinule;2.88;2.2;.85;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 27747;Polygonum lapathifolium;actual measurement;generative dispersule;2.25;1.75;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27653;Polygonum minus;estimation;generative dispersule;2.43;1.44;.62;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27653;Polygonum minus;estimation;germinule;1.88;1.21;.53;-2;;BIOLFLOR database;;;Frucht [F]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27653;Polygonum minus;estimation;germinule;2.43;1.44;.62;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27653;Polygonum minus;actual measurement;generative dispersule;1.55;1.1;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27654;Polygonum mite;estimation;generative dispersule;2.91;1.86;.93;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27654;Polygonum mite;estimation;germinule;2.88;1.56;1.3;-2;;BIOLFLOR database;;;Frucht [F]; dreieckige Germinule/mit Perigon oder Pappus [D2];;; 27654;Polygonum mite;estimation;germinule;2.86;1.74;.87;-2;;BIOLFLOR database;;;Frucht [F]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27654;Polygonum mite;estimation;generative dispersule;2.94;1.6;1.47;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; dreieckige Germinule/mit Perigon oder Pappus [D2];;; 27660;Polygonum oxyspermum;estimation;germinule;5.08;2.6;1.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27673;Polygonum persicaria;actual measurement (following LEDA data standards);germinule;2.98;1.99;1.18;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 27673;Polygonum persicaria;estimation;generative dispersule;3.38;2.41;.93;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27673;Polygonum persicaria;estimation;germinule;2.84;2.41;.8;-2;;BIOLFLOR database;;;Frucht [F]; flache oder bikonvexe Germinule/mit Perigon oder Pappus [D1];;; 27673;Polygonum persicaria;actual measurement;generative dispersule;2.25;1.65;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27673;Polygonum persicaria;estimation;generative dispersule;3.46;2.11;2;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; dreieckige Germinule/mit Perigon oder Pappus [D2];;; 27675;Polygonum polystachyum;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27675;Polygonum polystachyum;estimation;generative dispersule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27571;Polygonum tomentosum;actual measurement (following LEDA data standards);generative dispersule;2.43;1.78;.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27573;Polygonum viviparum;actual measurement (following LEDA data standards);vegetative dispersule;2.9;1.4;1.5;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 27573;Polygonum viviparum;actual measurement (following LEDA data standards);vegetative dispersule;2.3;1.45;1.4;-2;4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 32710;Populus alba;actual measurement;generative dispersule;12;11.3;10;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32710;Populus alba;actual measurement;germinule;1.9;1.15;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32673;Populus nigra;actual measurement;generative dispersule;17.5;16.2;16.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32673;Populus nigra;actual measurement;germinule;2.25;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32680;Populus tremula;actual measurement;generative dispersule;7.6;6.5;6.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32680;Populus tremula;actual measurement;germinule;1.1;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27501;Portulaca oleracea;actual measurement;generative dispersule;.65;.65;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27501;Portulaca oleracea;actual measurement (following LEDA data standards);generative dispersule;1.17;1.08;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27501;Portulaca oleracea;estimation;generative dispersule;.78;.71;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27501;Portulaca oleracea;estimation;germinule;.78;.71;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43951;Potamogeton alpinus;actual measurement (following LEDA data standards);generative dispersule;3.64;2.24;1.2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43951;Potamogeton alpinus;estimation;generative dispersule;3;;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43955;Potamogeton berchtoldii;estimation;generative dispersule;2.25;1.5;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43955;Potamogeton berchtoldii;actual measurement (following LEDA data standards);generative dispersule;2.25;1.45;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43961;Potamogeton coloratus;estimation;generative dispersule;1.63;;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43966;Potamogeton crispus;estimation;generative dispersule;4;2.5;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43968;Potamogeton filiformis;estimation;generative dispersule;2.5;2;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43972;Potamogeton friesii;estimation;generative dispersule;2;1.25;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43975;Potamogeton gramineus;estimation;generative dispersule;2.63;2;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43923;Potamogeton lucens;actual measurement (following LEDA data standards);generative dispersule;3.4;2.52;1.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43923;Potamogeton lucens;estimation;generative dispersule;3.75;;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43926;Potamogeton natans;estimation;generative dispersule;4.32;2.62;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43926;Potamogeton natans;actual measurement;generative dispersule;4.5;2.25;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43933;Potamogeton nodosus;estimation;generative dispersule;3.25;;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43936;Potamogeton obtusifolius;estimation;generative dispersule;3.5;2;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43938;Potamogeton pectinatus;estimation;generative dispersule;4.05;2.9;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43943;Potamogeton perfoliatus;estimation;generative dispersule;3.25;;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43943;Potamogeton perfoliatus;actual measurement (following LEDA data standards);generative dispersule;2.98;2.18;1.28;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43944;Potamogeton polygonifolius;estimation;generative dispersule;2.25;1.5;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43944;Potamogeton polygonifolius;estimation;germinule;1.63;1.28;;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 43887;Potamogeton praelongus;estimation;generative dispersule;4.5;2.75;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43890;Potamogeton pusillus;estimation;generative dispersule;2.25;1.25;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 43903;Potamogeton trichoides;estimation;generative dispersule;2.75;2;;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 31198;Potentilla anglica;estimation;generative dispersule;1.45;1;.85;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 31198;Potentilla anglica;estimation;germinule;1.45;1;.85;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29712;Potentilla anserina;estimation;generative dispersule;1.83;1.23;1.15;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29712;Potentilla anserina;estimation;germinule;1.83;1.23;1.15;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29712;Potentilla anserina;actual measurement;generative dispersule;1.5;1.1;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30642;Potentilla argentea;actual measurement (following LEDA data standards);generative dispersule;.9;.6;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30642;Potentilla argentea;actual measurement;generative dispersule;.9;.6;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30642;Potentilla argentea;estimation;germinule;.91;.62;.41;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30642;Potentilla argentea;estimation;generative dispersule;.91;.62;.41;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29716;Potentilla aurea;actual measurement;generative dispersule;.7;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30603;Potentilla cinerea;actual measurement;generative dispersule;1.3;.8;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29385;Potentilla collina;estimation;generative dispersule;1.55;1.1;.7;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29385;Potentilla collina;estimation;germinule;1.55;1.1;.7;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29387;Potentilla crantzii;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;1.15;.8;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 29387;Potentilla crantzii;estimation;germinule;1.59;1.18;.71;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29387;Potentilla crantzii;estimation;generative dispersule;1.59;1.18;.71;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30927;Potentilla erecta;actual measurement (following LEDA data standards);generative dispersule;.95;.65;.6;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 30927;Potentilla erecta;estimation;germinule;1.63;1.05;.9;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30927;Potentilla erecta;estimation;generative dispersule;1.63;1.05;.9;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30927;Potentilla erecta;actual measurement (following LEDA data standards);germinule;1.9;1.2;.9;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 30927;Potentilla erecta;actual measurement (following LEDA data standards);germinule;1.43;1.04;.77;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;NETHERLANDS 30927;Potentilla erecta;actual measurement (following LEDA data standards);germinule;1.47;1.02;.81;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 30927;Potentilla erecta;actual measurement (following LEDA data standards);generative dispersule;1.6;1.06;.81;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29725;Potentilla fruticosa;estimation;generative dispersule;1.45;.8;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29725;Potentilla fruticosa;estimation;germinule;1.45;.8;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29728;Potentilla heptaphylla;estimation;generative dispersule;1.25;.9;.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29728;Potentilla heptaphylla;estimation;germinule;1.25;.9;.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29340;Potentilla inclinata;estimation;generative dispersule;1.51;1.14;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29340;Potentilla inclinata;estimation;germinule;1.51;1.14;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30887;Potentilla intermedia;estimation;generative dispersule;1.26;.9;.58;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30887;Potentilla intermedia;estimation;germinule;1.26;.9;.58;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29976;Potentilla micrantha;estimation;generative dispersule;1.58;1.4;.8;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29976;Potentilla micrantha;estimation;germinule;1.58;1.4;.8;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29685;Potentilla norvegica;actual measurement;generative dispersule;.7;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29685;Potentilla norvegica;estimation;germinule;.93;.7;.46;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29685;Potentilla norvegica;estimation;generative dispersule;.93;.7;.46;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30328;Potentilla palustris;estimation;generative dispersule;1.29;1.05;.74;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30328;Potentilla palustris;actual measurement;generative dispersule;1.1;.95;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30328;Potentilla palustris;actual measurement (following LEDA data standards);germinule;1.23;1.04;.73;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;NETHERLANDS 30328;Potentilla palustris;actual measurement (following LEDA data standards);generative dispersule;1.44;1.2;.88;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30328;Potentilla palustris;estimation;germinule;1.29;1.05;.74;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29349;Potentilla recta;estimation;generative dispersule;1.31;.95;.57;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29349;Potentilla recta;actual measurement;generative dispersule;1.2;.9;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29349;Potentilla recta;estimation;germinule;1.31;.95;.57;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29349;Potentilla recta;actual measurement (following LEDA data standards);generative dispersule;1.37;1.05;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30622;Potentilla reptans;actual measurement;generative dispersule;.8;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30622;Potentilla reptans;estimation;generative dispersule;1.05;.76;.55;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30622;Potentilla reptans;estimation;germinule;1.05;.76;.55;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29693;Potentilla rupestris;estimation;germinule;1.36;.73;.53;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29693;Potentilla rupestris;estimation;generative dispersule;1.36;.73;.53;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30583;Potentilla sterilis;estimation;generative dispersule;1.58;1.38;.81;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30583;Potentilla sterilis;estimation;germinule;1.58;1.17;.81;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 31183;Potentilla supina;actual measurement;generative dispersule;.4;.3;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31183;Potentilla supina;estimation;generative dispersule;.63;.54;.31;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 31183;Potentilla supina;actual measurement (following LEDA data standards);generative dispersule;.84;.74;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31183;Potentilla supina;estimation;germinule;.63;.54;.31;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30295;Potentilla tabernaemontani;estimation;generative dispersule;1.64;1.2;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30295;Potentilla tabernaemontani;estimation;germinule;1.64;1.2;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30298;Potentilla thuringiaca;estimation;generative dispersule;1.3;.91;.57;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30298;Potentilla thuringiaca;estimation;germinule;1.3;.91;.57;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 9532;Prenanthes purpurea;estimation;germinule;4.58;1.02;.79;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9532;Prenanthes purpurea;actual measurement;generative dispersule;4.25;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28913;Primula auricula;estimation;generative dispersule;1.14;.83;.68;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28913;Primula auricula;actual measurement;generative dispersule;.9;.7;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28913;Primula auricula;estimation;germinule;1.14;.83;.68;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29086;Primula elatior;actual measurement;generative dispersule;1.3;1.2;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29086;Primula elatior;estimation;generative dispersule;1.4;1.25;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29086;Primula elatior;estimation;germinule;1.4;1.25;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28915;Primula farinosa;actual measurement;generative dispersule;.45;.3;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28915;Primula farinosa;estimation;germinule;.58;.38;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28915;Primula farinosa;estimation;generative dispersule;.58;.38;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28884;Primula hirsuta;estimation;germinule;1.05;.74;.64;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28884;Primula hirsuta;estimation;generative dispersule;1.05;.74;.64;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28954;Primula minima;estimation;generative dispersule;1;.5;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28954;Primula minima;estimation;germinule;1;.5;.32;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28858;Primula veris;estimation;generative dispersule;1.66;1.2;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28858;Primula veris;estimation;germinule;1.66;1.2;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28858;Primula veris;actual measurement;generative dispersule;1.4;.9;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28858;Primula veris;actual measurement (following LEDA data standards);generative dispersule;1.89;1.26;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 28858;Primula veris;actual measurement (following LEDA data standards);germinule;1.33;1.14;.82;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 28858;Primula veris;actual measurement (following LEDA data standards);germinule;1.23;1.08;.84;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 28981;Primula vulgaris;actual measurement;generative dispersule;1.25;.85;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28981;Primula vulgaris;estimation;generative dispersule;;;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28981;Primula vulgaris;estimation;germinule;1.5;;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45948;Pritzelago alpina;estimation;germinule;1.85;.9;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45948;Pritzelago alpina;estimation;generative dispersule;1.85;.9;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23985;Prunella grandiflora;actual measurement;generative dispersule;1.9;1.1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23985;Prunella grandiflora;estimation;germinule;1.83;1.26;.89;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23985;Prunella grandiflora;estimation;generative dispersule;1.83;1.26;.89;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25036;Prunella laciniata;actual measurement;generative dispersule;2.2;1.3;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25036;Prunella laciniata;estimation;germinule;2.35;1.28;.91;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25036;Prunella laciniata;estimation;generative dispersule;2.35;1.28;.91;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25036;Prunella laciniata;actual measurement (following LEDA data standards);generative dispersule;2.21;1.05;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24350;Prunella vulgaris;actual measurement (following LEDA data standards);germinule;2.02;1.03;.64;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 24350;Prunella vulgaris;actual measurement;generative dispersule;1.65;1.05;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24350;Prunella vulgaris;estimation;generative dispersule;1.77;1.03;.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24350;Prunella vulgaris;estimation;germinule;1.77;1.03;.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24350;Prunella vulgaris;actual measurement (following LEDA data standards);generative dispersule;2.02;.98;.76;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30585;Prunus armeniaca;estimation;germinule;23.5;17;10.5;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 30585;Prunus armeniaca;actual measurement;generative dispersule;85;85;85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30585;Prunus armeniaca;actual measurement;germinule;23.5;17;10.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31189;Prunus avium;estimation;germinule;9;7.13;5.5;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 31189;Prunus avium;estimation;generative dispersule;15.5;15.5;15.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29699;Prunus cerasifera;actual measurement;germinule;11.5;8;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29699;Prunus cerasifera;estimation;generative dispersule;25;25;25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29699;Prunus cerasifera;estimation;germinule;12;8;6;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 29699;Prunus cerasifera;actual measurement;generative dispersule;22.5;22.5;22.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29305;Prunus cerasus;estimation;generative dispersule;17.5;17.5;17.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29305;Prunus cerasus;estimation;germinule;8;6.88;5.75;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 29700;Prunus domestica;actual measurement;generative dispersule;45;45;45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29700;Prunus domestica;estimation;germinule;24;15.5;7.5;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 29700;Prunus domestica;actual measurement;germinule;11.5;8;7.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29700;Prunus domestica;estimation;generative dispersule;45;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30304;Prunus fruticosa;estimation;germinule;7;7;7;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 30304;Prunus fruticosa;estimation;generative dispersule;8;8;8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29650;Prunus mahaleb;estimation;generative dispersule;8.5;8.5;8.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29650;Prunus mahaleb;estimation;germinule;7.17;5.88;4.13;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 30306;Prunus padus;estimation;generative dispersule;7;7;7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30306;Prunus padus;estimation;germinule;6.25;4.88;4.88;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 30306;Prunus padus;actual measurement (following LEDA data standards);generative dispersule;8.3;6.78;6.78;-2;4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29943;Prunus persica;estimation;generative dispersule;70;70;70;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29943;Prunus persica;estimation;germinule;25;24;16.5;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 29315;Prunus serotina;estimation;generative dispersule;9;9;9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29315;Prunus serotina;estimation;germinule;6.15;5.85;5.85;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 29316;Prunus spinosa;actual measurement;generative dispersule;12.5;12.5;12.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29316;Prunus spinosa;estimation;germinule;8.5;7.41;5.18;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 29316;Prunus spinosa;estimation;generative dispersule;13.48;12.73;12;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29316;Prunus spinosa;actual measurement;germinule;7.5;7;5.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30310;Prunus virginiana;estimation;generative dispersule;8;8;8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30310;Prunus virginiana;estimation;germinule;6.5;5.25;4.25;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 45589;Pseudofumaria lutea;actual measurement;generative dispersule;1.7;1.4;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;membranous appendage;; 39803;Pseudorchis albida;estimation;germinule;.53;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 39803;Pseudorchis albida;estimation;generative dispersule;.53;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 562;Pseudotsuga menziesii;actual measurement (following LEDA data standards);generative dispersule;8.61;3.15;1.58;-2;3;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 250;Pteridium aquilinum;actual measurement;generative dispersule;.0035;.0035;.0035;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42706;Puccinellia distans;actual measurement;generative dispersule;2.25;.6;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42706;Puccinellia distans;actual measurement (following LEDA data standards);germinule;1.35;.55;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42706;Puccinellia distans;actual measurement;germinule;1.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42706;Puccinellia distans;actual measurement (following LEDA data standards);generative dispersule;1.9;.7;.55;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42706;Puccinellia distans;estimation;generative dispersule;2.05;.68;.45;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42706;Puccinellia distans;estimation;germinule;1.45;.5;.42;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43427;Puccinellia distans s. borealis;estimation;generative dispersule;2.6;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43427;Puccinellia distans s. borealis;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43428;Puccinellia distans s. limosa;estimation;generative dispersule;2.38;.6;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43428;Puccinellia distans s. limosa;estimation;germinule;1.35;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43436;Puccinellia maritima;actual measurement;generative dispersule;3.5;.6;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43436;Puccinellia maritima;estimation;germinule;2.18;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43436;Puccinellia maritima;estimation;generative dispersule;3.83;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43436;Puccinellia maritima;actual measurement (following LEDA data standards);generative dispersule;2.71;.63;.57;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9613;Pulicaria dysenterica;estimation;generative dispersule;4.56;.38;.35;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9613;Pulicaria dysenterica;actual measurement;generative dispersule;4.6;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9613;Pulicaria dysenterica;actual measurement;germinule;1.1;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9613;Pulicaria dysenterica;estimation;germinule;4.56;.38;.35;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10384;Pulicaria vulgaris;actual measurement (following LEDA data standards);generative dispersule;1.75;.43;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 10384;Pulicaria vulgaris;actual measurement;generative dispersule;19.5;.8;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10384;Pulicaria vulgaris;actual measurement;germinule;1.5;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with crown, size of pappus is not given;; 28769;Pyrola chlorantha;estimation;germinule;.69;.13;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28769;Pyrola chlorantha;estimation;generative dispersule;.69;.13;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28775;Pyrola minor;actual measurement (following LEDA data standards);generative dispersule;.53;.1;.1;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 28775;Pyrola minor;estimation;generative dispersule;.59;.12;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28775;Pyrola minor;actual measurement (following LEDA data standards);germinule;.55;.1;.1;-2;4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 28775;Pyrola minor;actual measurement (following LEDA data standards);germinule;.6;.1;.1;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 28775;Pyrola minor;estimation;germinule;.59;.12;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28777;Pyrola rotundifolia;actual measurement;generative dispersule;.5;.1;.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28777;Pyrola rotundifolia;estimation;germinule;.61;.12;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28777;Pyrola rotundifolia;estimation;generative dispersule;.61;.12;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29660;Pyrus communis;actual measurement;germinule;7.5;3.75;2.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29660;Pyrus communis;estimation;germinule;8;3.75;2.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31153;Pyrus pyraster;actual measurement;germinule;5.5;2.5;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31153;Pyrus pyraster;estimation;generative dispersule;22.5;22.5;22.5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 31153;Pyrus pyraster;estimation;germinule;5.5;2.5;1.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22497;Quercus cerris;estimation;generative dispersule;26.5;16.5;16.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22497;Quercus cerris;actual measurement;generative dispersule;26.5;16.5;16.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22497;Quercus cerris;estimation;germinule;26.5;16.5;16.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22443;Quercus palustris;actual measurement;generative dispersule;12.5;12.5;12.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22445;Quercus petraea;actual measurement;generative dispersule;19;11;11;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22445;Quercus petraea;estimation;generative dispersule;19.25;12.35;12.17;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22445;Quercus petraea;estimation;germinule;19.25;12.35;12.17;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22457;Quercus robur;actual measurement;generative dispersule;35;16;16;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22457;Quercus robur;estimation;germinule;18.4;13.98;14.33;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22457;Quercus robur;estimation;generative dispersule;18.4;13.98;14.33;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22466;Quercus rubra;actual measurement;generative dispersule;21.5;18.5;18.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22466;Quercus rubra;estimation;generative dispersule;26.5;18.5;18.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22466;Quercus rubra;estimation;germinule;26.5;18.5;18.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 25873;Radiola linoides;estimation;generative dispersule;.38;.25;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25873;Radiola linoides;estimation;germinule;.38;.25;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26864;Ranunculus aconitifolius;estimation;generative dispersule;3.15;2.52;1.49;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26864;Ranunculus aconitifolius;estimation;germinule;3.15;2.52;1.49;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26864;Ranunculus aconitifolius;actual measurement (following LEDA data standards);generative dispersule;3;2.5;1.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26865;Ranunculus acris;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.16;2.2;.85;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 26865;Ranunculus acris;actual measurement (following LEDA data standards);one-seeded generative dispersule;3;2;.8;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 26865;Ranunculus acris;estimation;germinule;2.79;1.96;.73;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26865;Ranunculus acris;actual measurement (following LEDA data standards);generative dispersule;3.57;2.31;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26865;Ranunculus acris;estimation;generative dispersule;2.79;1.96;.73;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26865;Ranunculus acris;actual measurement;generative dispersule;2.5;1.85;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27002;Ranunculus alpestris;estimation;germinule;2;1.5;1;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27002;Ranunculus alpestris;estimation;generative dispersule;2;1.5;1;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27014;Ranunculus arvensis;estimation;generative dispersule;6.15;3.87;2.4;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 27014;Ranunculus arvensis;actual measurement;generative dispersule;6.25;3.75;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27014;Ranunculus arvensis;actual measurement;germinule;5.25;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27014;Ranunculus arvensis;estimation;germinule;6.15;3.87;2.4;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 59118;Ranunculus auricomus ag.;actual measurement (following LEDA data standards);generative dispersule;3.6;2.5;1.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26809;Ranunculus bulbosus;actual measurement (following LEDA data standards);generative dispersule;2.75;2.45;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26809;Ranunculus bulbosus;estimation;generative dispersule;2.97;2.37;.79;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26809;Ranunculus bulbosus;actual measurement;generative dispersule;2.4;2.15;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26809;Ranunculus bulbosus;estimation;germinule;2.97;2.37;.79;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26945;Ranunculus circinatus;estimation;germinule;1.5;1;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26945;Ranunculus circinatus;estimation;generative dispersule;1.5;1;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26860;Ranunculus ficaria;estimation;germinule;3.2;1.85;1.7;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26860;Ranunculus ficaria;estimation;generative dispersule;3.2;1.85;1.7;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26624;Ranunculus flammula;actual measurement (following LEDA data standards);germinule;1.56;1.07;.7;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;NETHERLANDS 26624;Ranunculus flammula;estimation;generative dispersule;1.69;1.12;.67;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26624;Ranunculus flammula;estimation;germinule;1.69;1.12;.67;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26624;Ranunculus flammula;actual measurement (following LEDA data standards);generative dispersule;1.51;.9;.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26881;Ranunculus fluitans;estimation;generative dispersule;1.6;1.1;.8;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26881;Ranunculus fluitans;actual measurement (following LEDA data standards);generative dispersule;1.71;.99;.78;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26881;Ranunculus fluitans;estimation;germinule;1.6;1.1;.8;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26885;Ranunculus glacialis;estimation;germinule;3.7;1.7;.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26885;Ranunculus glacialis;estimation;generative dispersule;3.7;1.7;.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26758;Ranunculus hederaceus;estimation;generative dispersule;1.4;1;.8;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26758;Ranunculus hederaceus;estimation;germinule;1.4;1;.8;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26761;Ranunculus hybridus;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26761;Ranunculus hybridus;estimation;generative dispersule;3.5;;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26737;Ranunculus lanuginosus;estimation;generative dispersule;3.48;2.38;.8;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26737;Ranunculus lanuginosus;estimation;germinule;3.48;2.38;.8;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26743;Ranunculus lingua;estimation;germinule;4;2.02;.98;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26743;Ranunculus lingua;estimation;generative dispersule;4;2.02;.98;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26836;Ranunculus montanus;estimation;germinule;3.5;2.5;1;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26836;Ranunculus montanus;estimation;generative dispersule;3.5;2.5;1;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26690;Ranunculus parnassiifolius;estimation;generative dispersule;3;2.25;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26690;Ranunculus parnassiifolius;estimation;germinule;3;2.25;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 45465;Ranunculus peltatus s. baudotii;estimation;germinule;1.3;1;.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 45465;Ranunculus peltatus s. baudotii;estimation;generative dispersule;1.3;1;.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 45469;Ranunculus penicillatus;estimation;generative dispersule;1.6;1;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 45469;Ranunculus penicillatus;estimation;germinule;1.6;1;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26778;Ranunculus platanifolius;estimation;generative dispersule;4.7;2.9;1.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26778;Ranunculus platanifolius;actual measurement (following LEDA data standards);generative dispersule;3.5;2.6;1.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26778;Ranunculus platanifolius;estimation;germinule;4.7;2.9;1.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26780;Ranunculus polyanthemos;estimation;germinule;3.47;2.1;1.1;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26780;Ranunculus polyanthemos;estimation;generative dispersule;3.47;2.1;1.1;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26783;Ranunculus polyanthemos s. polyanthemoides;estimation;germinule;4.2;2.52;.93;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26783;Ranunculus polyanthemos s. polyanthemoides;estimation;generative dispersule;4.2;2.52;.93;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26770;Ranunculus repens;actual measurement (following LEDA data standards);generative dispersule;2.15;1.5;.65;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 26770;Ranunculus repens;actual measurement (following LEDA data standards);generative dispersule;2.9;2;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26770;Ranunculus repens;estimation;germinule;3.84;2.27;.94;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26770;Ranunculus repens;estimation;generative dispersule;3.84;2.27;.94;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26770;Ranunculus repens;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.48;2.41;.71;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 26770;Ranunculus repens;actual measurement;generative dispersule;2.55;2.25;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26623;Ranunculus reptans;estimation;generative dispersule;1.51;1.1;.7;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26623;Ranunculus reptans;estimation;germinule;1.51;1.1;.7;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26623;Ranunculus reptans;actual measurement (following LEDA data standards);generative dispersule;1.6;1.02;.62;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26637;Ranunculus sardous;estimation;generative dispersule;3.02;2.3;.58;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26637;Ranunculus sardous;actual measurement;generative dispersule;4.15;2.5;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26637;Ranunculus sardous;actual measurement;germinule;3.15;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26637;Ranunculus sardous;estimation;germinule;3.02;2.3;.58;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26717;Ranunculus sceleratus;actual measurement (following LEDA data standards);generative dispersule;.84;.66;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26717;Ranunculus sceleratus;actual measurement;generative dispersule;1.1;.9;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26717;Ranunculus sceleratus;estimation;generative dispersule;1.09;.88;.42;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26717;Ranunculus sceleratus;estimation;germinule;1.09;.88;.42;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26706;Ranunculus serpens;estimation;generative dispersule;4.35;2.88;.68;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26706;Ranunculus serpens;estimation;germinule;4.35;2.88;.68;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26588;Ranunculus trichophyllus;estimation;generative dispersule;1.4;1;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26588;Ranunculus trichophyllus;actual measurement (following LEDA data standards);generative dispersule;1.7;1.2;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26588;Ranunculus trichophyllus;actual measurement (following LEDA data standards);generative dispersule;1.46;.9;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26588;Ranunculus trichophyllus;estimation;germinule;1.4;1;.65;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 13549;Raphanus raphanistrum;actual measurement;generative dispersule;5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod segment;; 13549;Raphanus raphanistrum;estimation;germinule;2.66;1.98;1.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13549;Raphanus raphanistrum;estimation;generative dispersule;5;3.55;3.44;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 13549;Raphanus raphanistrum;actual measurement;germinule;2.75;1.75;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13125;Raphanus sativus;actual measurement (following LEDA data standards);generative dispersule;4.2;3.36;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13125;Raphanus sativus;estimation;germinule;3.63;2.75;2.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13125;Raphanus sativus;estimation;generative dispersule;46.25;10.5;10.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 13125;Raphanus sativus;actual measurement;germinule;3.25;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;seed;; 14611;Rapistrum perenne;estimation;generative dispersule;2;1.33;;-2;;BIOLFLOR database;;;Same [S]; untere (Teil-)Frucht [B2];;; 14611;Rapistrum perenne;actual measurement;generative dispersule;4.15;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 14611;Rapistrum perenne;estimation;germinule;2;1.5;;-2;;BIOLFLOR database;;;Same [S]; obere (Teil-)Frucht [B1];;; 13886;Rapistrum rugosum;actual measurement (following LEDA data standards);generative dispersule;5.25;4.73;4.73;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13886;Rapistrum rugosum;actual measurement;generative dispersule;3;3;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 13886;Rapistrum rugosum;actual measurement;germinule;2;1.5;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27957;Reseda alba;estimation;generative dispersule;1.28;1.15;.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27957;Reseda alba;estimation;germinule;1.28;1.15;.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27974;Reseda lutea;estimation;generative dispersule;1.61;1.19;.79;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27974;Reseda lutea;actual measurement;generative dispersule;1.4;.85;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27974;Reseda lutea;estimation;germinule;1.61;1.19;.79;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27974;Reseda lutea;actual measurement (following LEDA data standards);generative dispersule;1.5;1.13;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27977;Reseda luteola;estimation;generative dispersule;1;.93;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27977;Reseda luteola;actual measurement (following LEDA data standards);generative dispersule;.84;.78;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27977;Reseda luteola;actual measurement;generative dispersule;.9;.9;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27977;Reseda luteola;estimation;germinule;1;.93;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27980;Reseda odorata;estimation;generative dispersule;1.7;1.18;.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27980;Reseda odorata;actual measurement;generative dispersule;1.5;1.1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27980;Reseda odorata;estimation;germinule;1.7;1.18;.95;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 27574;Reynoutria japonica;estimation;germinule;3.5;2;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28012;Rhamnus catharticus;actual measurement;generative dispersule;4.5;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28012;Rhamnus catharticus;estimation;germinule;4.67;2.83;2.7;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 28012;Rhamnus catharticus;estimation;generative dispersule;7.5;7.5;7.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 28028;Rhamnus pumilus;estimation;generative dispersule;7;7;7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27989;Rhamnus saxatilis;estimation;generative dispersule;6;6;6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27584;Rheum rhabarbarum;actual measurement;generative dispersule;8.5;8;8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27584;Rheum rhabarbarum;estimation;germinule;8;2.75;2.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27584;Rheum rhabarbarum;estimation;generative dispersule;8.95;6.55;7;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27584;Rheum rhabarbarum;actual measurement (following LEDA data standards);generative dispersule;14.86;8.05;2.91;-2;2;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27584;Rheum rhabarbarum;actual measurement;germinule;;2.75;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33445;Rhinanthus alectorolophus;actual measurement;generative dispersule;3.95;2.75;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33445;Rhinanthus alectorolophus;estimation;generative dispersule;4.42;2.88;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33445;Rhinanthus alectorolophus;estimation;germinule;4.42;2.88;.83;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33445;Rhinanthus alectorolophus;actual measurement (following LEDA data standards);generative dispersule;4.94;3.89;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33452;Rhinanthus angustifolius;estimation;generative dispersule;5.25;3.75;.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33452;Rhinanthus angustifolius;estimation;germinule;5.25;3.75;.57;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33452;Rhinanthus angustifolius;actual measurement (following LEDA data standards);germinule;4.9;3.7;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 32892;Rhinanthus minor;actual measurement;generative dispersule;4.75;3.15;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32892;Rhinanthus minor;actual measurement (following LEDA data standards);germinule;6.4;4.7;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 32892;Rhinanthus minor;actual measurement (following LEDA data standards);generative dispersule;4.2;3.15;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32892;Rhinanthus minor;actual measurement (following LEDA data standards);germinule;3.39;2.34;.34;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 32892;Rhinanthus minor;estimation;generative dispersule;4.73;3.43;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32892;Rhinanthus minor;estimation;germinule;4.73;3.43;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18168;Rhodiola rosea;estimation;generative dispersule;1.55;.65;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18168;Rhodiola rosea;estimation;germinule;1.55;.65;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19514;Rhododendron ferrugineum;estimation;generative dispersule;.84;.28;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19514;Rhododendron ferrugineum;estimation;germinule;.84;.28;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19514;Rhododendron ferrugineum;actual measurement;generative dispersule;.8;.3;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19516;Rhododendron hirsutum;estimation;germinule;.86;.24;.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19516;Rhododendron hirsutum;estimation;generative dispersule;.86;.24;.16;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19464;Rhodothamnus chamaecistus;estimation;generative dispersule;.55;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19464;Rhodothamnus chamaecistus;estimation;germinule;.55;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 955;Rhus typhina;actual measurement;generative dispersule;2.75;1.6;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 955;Rhus typhina;estimation;generative dispersule;4;3.25;2.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 955;Rhus typhina;estimation;germinule;2.75;1.6;1.1;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 37156;Rhynchospora alba;actual measurement (following LEDA data standards);germinule;1.62;.81;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37156;Rhynchospora alba;estimation;germinule;2.5;1.09;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37156;Rhynchospora alba;actual measurement (following LEDA data standards);generative dispersule;4.5;1.1;.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37156;Rhynchospora alba;estimation;generative dispersule;2.5;1.09;.47;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37574;Rhynchospora fusca;actual measurement (following LEDA data standards);germinule;1.7;1.1;.6;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 37574;Rhynchospora fusca;estimation;generative dispersule;3.35;.99;.66;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37574;Rhynchospora fusca;estimation;germinule;3.35;.99;.66;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 23118;Ribes aureum;actual measurement;germinule;2.5;1.25;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23118;Ribes aureum;estimation;germinule;2.5;1.25;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23118;Ribes aureum;estimation;generative dispersule;7.9;7.85;7.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 23122;Ribes nigrum;actual measurement;germinule;1.9;1.1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23122;Ribes nigrum;estimation;germinule;2.08;1.18;.93;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23122;Ribes nigrum;estimation;generative dispersule;8;8;8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 23124;Ribes petraeum;estimation;germinule;2.45;2.14;1.19;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23126;Ribes rubrum;estimation;generative dispersule;8.6;8.45;7.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 23126;Ribes rubrum;estimation;germinule;2.65;1.8;1.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23126;Ribes rubrum;actual measurement;germinule;2.5;1.6;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23130;Ribes sanguineum;estimation;germinule;2.4;1.75;1.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23130;Ribes sanguineum;actual measurement;germinule;2.4;1.75;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23138;Ribes uva-crispa;actual measurement;germinule;3.25;1.75;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23138;Ribes uva-crispa;estimation;germinule;3.58;1.75;1.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22045;Robinia pseudacacia;estimation;generative dispersule;5.5;3.25;1.63;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22045;Robinia pseudacacia;estimation;germinule;5.5;3.25;1.63;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22045;Robinia pseudacacia;actual measurement;germinule;4.5;2.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13138;Rorippa amphibia;estimation;generative dispersule;1;.75;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13138;Rorippa amphibia;actual measurement (following LEDA data standards);generative dispersule;.72;.48;.24;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13138;Rorippa amphibia;estimation;germinule;1;.75;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13904;Rorippa austriaca;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13904;Rorippa austriaca;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14626;Rorippa palustris;estimation;generative dispersule;.75;.65;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14626;Rorippa palustris;estimation;germinule;.75;.65;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14626;Rorippa palustris;actual measurement (following LEDA data standards);germinule;.68;.61;.32;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 13444;Rorippa pyrenaica;estimation;generative dispersule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13444;Rorippa pyrenaica;estimation;germinule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13910;Rorippa sylvestris;actual measurement (following LEDA data standards);germinule;.87;.6;.41;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 13910;Rorippa sylvestris;estimation;generative dispersule;.65;.55;.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13910;Rorippa sylvestris;estimation;germinule;.65;.55;.37;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29667;Rosa agrestis;estimation;germinule;5.2;3;2.7;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 31158;Rosa arvensis;actual measurement (following LEDA data standards);germinule;6.62;3.57;2.1;-2;3;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30273;Rosa caesia;actual measurement (following LEDA data standards);germinule;4.73;3.26;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29295;Rosa canina;actual measurement;germinule;1.4;.75;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29295;Rosa canina;actual measurement;generative dispersule;5;3.25;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29295;Rosa canina;estimation;germinule;5.07;3;2.54;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29295;Rosa canina;estimation;generative dispersule;22.5;13;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30277;Rosa corymbifera;estimation;germinule;5.25;2.7;2.7;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30050;Rosa elliptica;estimation;germinule;4.75;2.9;2.9;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30842;Rosa gallica;actual measurement (following LEDA data standards);germinule;4.73;2.84;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31125;Rosa majalis;estimation;germinule;4.18;1.92;1.79;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30571;Rosa micrantha;actual measurement (following LEDA data standards);generative dispersule;15;9;9;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30571;Rosa micrantha;actual measurement (following LEDA data standards);germinule;5.04;3.15;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31128;Rosa mollis;estimation;germinule;4.95;2.6;2.2;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29985;Rosa multiflora;actual measurement (following LEDA data standards);germinule;3.68;2.31;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30578;Rosa pendulina;estimation;germinule;4.93;2.77;2.56;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29288;Rosa pimpinellifolia;estimation;generative dispersule;14;13.75;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29288;Rosa pimpinellifolia;estimation;germinule;3.85;2.55;2.55;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29291;Rosa rubiginosa;estimation;germinule;4.43;2.67;2.36;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30857;Rosa rugosa;estimation;germinule;4.75;2.75;2.75;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 31137;Rosa sherardii;estimation;germinule;5.25;2.25;2.25;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29878;Rosa tomentosa;estimation;germinule;4.21;2.07;1.91;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29630;Rosa villosa;estimation;germinule;4.38;2.7;2.35;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 29630;Rosa villosa;actual measurement;generative dispersule;4.5;2.85;2.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25038;Rosmarinus officinalis;actual measurement;generative dispersule;2.05;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30531;Rubus bavaricus;estimation;germinule;2.34;1.72;.96;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 30108;Rubus caesius;estimation;germinule;3.13;1.93;1.21;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 30108;Rubus caesius;actual measurement;germinule;2.6;1.9;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30108;Rubus caesius;actual measurement (following LEDA data standards);germinule;3.67;2.16;1.22;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;1996-08-13 00:00:00.0;;(preaggregated value) ;;NETHERLANDS 30071;Rubus chamaemorus;estimation;germinule;3.98;2.64;1.74;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 30071;Rubus chamaemorus;actual measurement;germinule;3.25;2.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30057;Rubus flexuosus;estimation;germinule;2.6;1.78;1.09;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 59180;Rubus grabowskii;estimation;germinule;2.85;2.05;1.38;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 29604;Rubus idaeus;actual measurement (following LEDA data standards);germinule;2.37;1.33;.78;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 29604;Rubus idaeus;estimation;generative dispersule;12.25;11.8;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29604;Rubus idaeus;estimation;germinule;2.69;1.57;1.07;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 29604;Rubus idaeus;actual measurement;germinule;2.8;1.7;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30791;Rubus infestus;estimation;germinule;2.7;2;1.23;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 31060;Rubus odoratus;estimation;germinule;1.66;1.08;.64;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 31066;Rubus plicatus;estimation;germinule;2.94;2.02;1.49;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 30474;Rubus polyanthemus;estimation;germinule;2.8;2.15;1.36;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 30180;Rubus pyramidalis;estimation;germinule;3.1;2;1.21;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 29888;Rubus saxatilis;estimation;generative dispersule;8.5;7.5;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29888;Rubus saxatilis;estimation;germinule;3.5;2.4;1.95;-2;;BIOLFLOR database;;;Früchtchenteil [FchT]; nicht heteromorph [n];;; 11072;Rudbeckia hirta;estimation;generative dispersule;1.9;.6;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11072;Rudbeckia hirta;actual measurement;generative dispersule;1.9;.6;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11072;Rudbeckia hirta;estimation;germinule;1.9;.6;.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9935;Rudbeckia laciniata;actual measurement;generative dispersule;4.5;1.35;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9935;Rudbeckia laciniata;estimation;germinule;4.77;1.3;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9935;Rudbeckia laciniata;estimation;generative dispersule;4.77;1.3;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27593;Rumex acetosa;actual measurement (following LEDA data standards);generative dispersule;.95;.7;.7;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 27593;Rumex acetosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;2;1.4;1.4;-2;4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 27593;Rumex acetosa;estimation;generative dispersule;3.63;3.18;3.65;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27593;Rumex acetosa;estimation;germinule;1.9;1.09;.99;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27593;Rumex acetosa;actual measurement;generative dispersule;1.6;1.15;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27593;Rumex acetosa;actual measurement (following LEDA data standards);germinule;1.22;1.65;1.25;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 27593;Rumex acetosa;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.6;1.95;1.2;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 27601;Rumex acetosella;actual measurement;generative dispersule;.95;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27601;Rumex acetosella;estimation;germinule;1.2;.93;.88;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27601;Rumex acetosella;estimation;generative dispersule;1.43;1;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27601;Rumex acetosella;actual measurement (following LEDA data standards);generative dispersule;1.5;1.08;.9;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44762;Rumex alpestris;estimation;germinule;2.88;1.45;1.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44762;Rumex alpestris;estimation;generative dispersule;8.1;7.8;6.1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27602;Rumex alpinus;actual measurement;generative dispersule;2.9;1.55;1.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27607;Rumex aquaticus;estimation;generative dispersule;6.75;5.92;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27607;Rumex aquaticus;estimation;germinule;3.32;1.67;1.63;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27607;Rumex aquaticus;actual measurement (following LEDA data standards);generative dispersule;2.75;1.5;1.28;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27623;Rumex conglomeratus;estimation;generative dispersule;2.78;1.53;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27623;Rumex conglomeratus;estimation;germinule;1.55;1.04;.98;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27623;Rumex conglomeratus;actual measurement;generative dispersule;1.5;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27506;Rumex crispus;actual measurement (following LEDA data standards);germinule;2.06;1.39;1.31;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 27506;Rumex crispus;actual measurement (following LEDA data standards);generative dispersule;2;1.43;1.2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27506;Rumex crispus;actual measurement;generative dispersule;2.75;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27506;Rumex crispus;estimation;generative dispersule;4.13;4.15;4.04;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27506;Rumex crispus;estimation;germinule;2.51;1.58;1.49;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27528;Rumex hydrolapathum;estimation;generative dispersule;6.54;4.27;3.95;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27528;Rumex hydrolapathum;estimation;germinule;3.51;1.9;1.9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27534;Rumex longifolius;estimation;germinule;2.73;1.5;1.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27537;Rumex maritimus;estimation;generative dispersule;2.75;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27537;Rumex maritimus;estimation;germinule;1.4;.7;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27537;Rumex maritimus;actual measurement (following LEDA data standards);generative dispersule;1.25;.75;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27540;Rumex nivalis;estimation;generative dispersule;3;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27540;Rumex nivalis;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27542;Rumex obtusifolius;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.07;1.51;1.32;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 27542;Rumex obtusifolius;actual measurement;generative dispersule;2.25;1.15;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27542;Rumex obtusifolius;estimation;germinule;2.29;1.4;1.27;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27542;Rumex obtusifolius;actual measurement (following LEDA data standards);one-seeded generative dispersule;3;1.7;1.7;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 27549;Rumex palustris;estimation;generative dispersule;3.2;1.3;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27549;Rumex palustris;estimation;germinule;1.85;1;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27551;Rumex patientia;estimation;generative dispersule;6.75;6.5;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27551;Rumex patientia;estimation;germinule;3.58;1.88;1.88;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27551;Rumex patientia;actual measurement;generative dispersule;3.75;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27560;Rumex pulcher;actual measurement;generative dispersule;2;1.15;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27560;Rumex pulcher;estimation;germinule;3.7;1.43;1.15;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27606;Rumex salicifolius;estimation;germinule;2.1;1.35;1.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27606;Rumex salicifolius;estimation;generative dispersule;3;2.88;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27450;Rumex sanguineus;actual measurement;generative dispersule;1.4;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27450;Rumex sanguineus;estimation;generative dispersule;3.68;1.52;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27450;Rumex sanguineus;estimation;germinule;1.58;1.09;1.08;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27451;Rumex scutatus;actual measurement;generative dispersule;2.8;1.6;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 27451;Rumex scutatus;estimation;germinule;3.02;1.6;1.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27451;Rumex scutatus;actual measurement (following LEDA data standards);generative dispersule;3.2;1.76;1.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27451;Rumex scutatus;estimation;generative dispersule;5.5;5.25;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27453;Rumex stenophyllus;estimation;germinule;2.32;1.28;1.27;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27453;Rumex stenophyllus;actual measurement (following LEDA data standards);generative dispersule;2.4;1.31;1.22;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27457;Rumex thyrsiflorus;estimation;generative dispersule;3.05;3.1;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 27457;Rumex thyrsiflorus;estimation;germinule;1.99;1;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 27457;Rumex thyrsiflorus;actual measurement (following LEDA data standards);germinule;1.95;1.1;.88;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 27457;Rumex thyrsiflorus;actual measurement (following LEDA data standards);generative dispersule;4.28;3.1;2.17;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43915;Ruppia cirrhosa;estimation;generative dispersule;3;2;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 43869;Ruppia maritima;estimation;generative dispersule;3;2;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 31663;Ruta graveolens;actual measurement;generative dispersule;2;1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31663;Ruta graveolens;estimation;germinule;2;;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31663;Ruta graveolens;estimation;generative dispersule;2;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17028;Sagina apetala;estimation;generative dispersule;.33;.24;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17028;Sagina apetala;estimation;germinule;.33;.24;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17033;Sagina maritima;estimation;generative dispersule;.38;.3;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17033;Sagina maritima;estimation;germinule;.38;.3;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16644;Sagina nodosa;estimation;germinule;.38;.33;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16644;Sagina nodosa;estimation;generative dispersule;.38;.33;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16230;Sagina procumbens;estimation;germinule;.43;.27;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16230;Sagina procumbens;estimation;generative dispersule;.43;.27;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16651;Sagina saginoides;estimation;generative dispersule;.35;.31;.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16651;Sagina saginoides;estimation;germinule;.35;.31;.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16231;Sagina subulata;estimation;generative dispersule;.35;.29;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16231;Sagina subulata;estimation;germinule;.35;.29;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35652;Sagittaria latifolia;estimation;germinule;3.75;2.5;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35652;Sagittaria latifolia;estimation;generative dispersule;3.75;2.5;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35605;Sagittaria sagittifolia;actual measurement;generative dispersule;4.25;3.75;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35605;Sagittaria sagittifolia;actual measurement;germinule;2.6;1.25;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35605;Sagittaria sagittifolia;estimation;germinule;4.45;3.3;.9;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 35605;Sagittaria sagittifolia;estimation;generative dispersule;4.45;3.3;.9;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 18012;Salicornia europaea;estimation;generative dispersule;1.27;.8;.45;-2;;BIOLFLOR database;;;Frucht [F]; keine Informationen zu typenbezogenen metrischen Angaben [L];;; 18012;Salicornia europaea;estimation;germinule;1.27;.8;.45;-2;;BIOLFLOR database;;;Same [S]; keine Informationen zu typenbezogenen metrischen Angaben [L];;; 18022;Salicornia procumbens;estimation;generative dispersule;1.27;.9;.4;-2;;BIOLFLOR database;;;Frucht [F]; keine Informationen zu typenbezogenen metrischen Angaben [L];;; 18022;Salicornia procumbens;estimation;germinule;1.27;.9;.4;-2;;BIOLFLOR database;;;Same [S]; keine Informationen zu typenbezogenen metrischen Angaben [L];;; 18033;Salicornia stricta;estimation;generative dispersule;1.37;1;.4;-2;;BIOLFLOR database;;;Frucht [F]; keine Informationen zu typenbezogenen metrischen Angaben [L];;; 18033;Salicornia stricta;estimation;germinule;1.37;1;.4;-2;;BIOLFLOR database;;;Same [S]; keine Informationen zu typenbezogenen metrischen Angaben [L];;; 32638;Salix alba;actual measurement;generative dispersule;11;10;10;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32638;Salix alba;actual measurement;germinule;.9;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32596;Salix caprea;actual measurement;generative dispersule;11;10;10;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32596;Salix caprea;actual measurement;germinule;1.25;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32596;Salix caprea;estimation;germinule;19.5;.53;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32596;Salix caprea;estimation;generative dispersule;19.5;.53;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32570;Salix fragilis;actual measurement;germinule;.9;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32573;Salix glauca;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.4;.65;.4;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 32589;Salix herbacea;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.35;.4;.35;-2;4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 32589;Salix herbacea;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.3;.5;.25;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 32555;Salix myrsinites;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.6;.6;.4;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 32567;Salix pentandra;actual measurement (following LEDA data standards);generative dispersule;1.71;.31;.27;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32533;Salix repens;actual measurement (following LEDA data standards);generative dispersule;3.15;3.15;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32533;Salix repens;actual measurement (following LEDA data standards);germinule;.84;.42;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32535;Salix reticulata;actual measurement (following LEDA data standards);one-seeded generative dispersule;1;.3;.3;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 32478;Salix triandra;actual measurement (following LEDA data standards);generative dispersule;1.39;.5;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32486;Salix viminalis;actual measurement;germinule;.7;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18036;Salsola kali;actual measurement;generative dispersule;1.9;1.9;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;fruit without calyx;; 23706;Salvia aethiopis;estimation;germinule;2.1;1.4;1.3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23706;Salvia aethiopis;estimation;generative dispersule;2.1;1.4;1.3;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23588;Salvia glutinosa;estimation;germinule;3.6;1.9;1.13;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23588;Salvia glutinosa;estimation;generative dispersule;3.6;1.9;1.13;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24767;Salvia nemorosa;estimation;generative dispersule;1.67;1.23;1.06;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24767;Salvia nemorosa;estimation;germinule;1.67;1.23;1.06;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24767;Salvia nemorosa;actual measurement;generative dispersule;1.65;1.3;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23945;Salvia officinalis;estimation;generative dispersule;2.75;2;2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23945;Salvia officinalis;estimation;germinule;2.75;2;2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23945;Salvia officinalis;actual measurement;generative dispersule;2.75;2;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24299;Salvia pratensis;actual measurement;generative dispersule;2;1.6;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24299;Salvia pratensis;estimation;generative dispersule;2.03;1.68;1.32;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24299;Salvia pratensis;actual measurement (following LEDA data standards);generative dispersule;2.21;1.89;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24299;Salvia pratensis;estimation;germinule;2.03;1.68;1.32;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24299;Salvia pratensis;actual measurement;generative dispersule;2;1.6;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23952;Salvia verticillata;actual measurement;generative dispersule;1.5;1.1;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23952;Salvia verticillata;actual measurement (following LEDA data standards);generative dispersule;1.62;1.06;.72;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 23952;Salvia verticillata;estimation;germinule;1.48;1.22;.92;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23952;Salvia verticillata;estimation;generative dispersule;1.48;1.22;.92;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 15361;Sambucus ebulus;estimation;generative dispersule;5.5;5.5;5.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15361;Sambucus ebulus;actual measurement;germinule;2.75;1.75;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15361;Sambucus ebulus;estimation;germinule;2.75;1.75;1.25;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 15363;Sambucus nigra;estimation;generative dispersule;6.25;6.25;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15363;Sambucus nigra;estimation;germinule;3.65;1.88;1.1;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 15363;Sambucus nigra;actual measurement;germinule;4;1.75;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15364;Sambucus racemosa;estimation;generative dispersule;4.5;4.5;4.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15364;Sambucus racemosa;actual measurement;germinule;2.85;1.35;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15364;Sambucus racemosa;estimation;germinule;2.85;1.35;.9;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 28974;Samolus valerandi;estimation;generative dispersule;.35;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28974;Samolus valerandi;estimation;germinule;.35;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29153;Sanguisorba minor;actual measurement;generative dispersule;4;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29153;Sanguisorba minor;estimation;germinule;2.83;1.48;.95;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 29153;Sanguisorba minor;estimation;generative dispersule;3.75;2.59;2.53;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29153;Sanguisorba minor;actual measurement (following LEDA data standards);generative dispersule;3.57;2.1;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30139;Sanguisorba officinalis;actual measurement;generative dispersule;2.9;1.4;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30139;Sanguisorba officinalis;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.55;2.2;1.33;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 30139;Sanguisorba officinalis;actual measurement (following LEDA data standards);generative dispersule;3.47;2;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 30139;Sanguisorba officinalis;estimation;germinule;3.51;2.22;2.09;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30139;Sanguisorba officinalis;estimation;generative dispersule;3.51;2.22;2.09;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 2102;Sanicula europaea;estimation;generative dispersule;4.18;2.79;1.23;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2102;Sanicula europaea;estimation;germinule;4.18;2.79;1.23;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 17539;Saponaria officinalis;estimation;generative dispersule;1.92;1.58;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17539;Saponaria officinalis;estimation;germinule;1.92;1.58;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17539;Saponaria officinalis;actual measurement;germinule;2;1.55;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17539;Saponaria officinalis;actual measurement (following LEDA data standards);generative dispersule;1.89;1.58;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25007;Satureja hortensis;actual measurement;generative dispersule;1.4;.9;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25007;Satureja hortensis;estimation;generative dispersule;1.42;.95;.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25007;Satureja hortensis;estimation;germinule;1.42;.95;.73;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 9535;Saussurea alpina;estimation;germinule;4.19;1.36;.98;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9535;Saussurea alpina;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.85;1.25;.8;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 9797;Saussurea discolor;estimation;germinule;5.12;1.41;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10217;Saussurea pygmaea;estimation;germinule;6.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 31321;Saxifraga aizoides;estimation;generative dispersule;.88;.42;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31321;Saxifraga aizoides;actual measurement;generative dispersule;.9;.3;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31321;Saxifraga aizoides;estimation;germinule;.88;.42;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31324;Saxifraga androsacea;estimation;generative dispersule;.55;.35;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31324;Saxifraga androsacea;estimation;germinule;.55;.35;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31325;Saxifraga aphylla;estimation;generative dispersule;1;.6;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31325;Saxifraga aphylla;estimation;germinule;1;.6;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31348;Saxifraga bryoides;estimation;germinule;.63;.3;.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31348;Saxifraga bryoides;estimation;generative dispersule;.63;.3;.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46194;Saxifraga burseriana;estimation;germinule;.63;.4;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46194;Saxifraga burseriana;estimation;generative dispersule;.63;.4;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31354;Saxifraga caesia;estimation;germinule;.63;.3;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31354;Saxifraga caesia;estimation;generative dispersule;.63;.3;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31375;Saxifraga cespitosa;actual measurement;generative dispersule;.5;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31409;Saxifraga cymbalaria;estimation;germinule;.5;.4;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31409;Saxifraga cymbalaria;estimation;generative dispersule;.5;.4;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31381;Saxifraga granulata;estimation;generative dispersule;.46;.28;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31381;Saxifraga granulata;estimation;germinule;.46;.28;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31381;Saxifraga granulata;actual measurement;generative dispersule;.25;.2;.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31463;Saxifraga hirculus;estimation;generative dispersule;1.05;.49;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31463;Saxifraga hirculus;estimation;germinule;1.05;.49;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31390;Saxifraga hypnoides;estimation;germinule;.68;.34;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31390;Saxifraga hypnoides;estimation;generative dispersule;.68;.34;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31509;Saxifraga mutata;estimation;germinule;.78;.35;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31509;Saxifraga mutata;estimation;generative dispersule;.78;.35;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31526;Saxifraga oppositifolia;estimation;generative dispersule;1.09;.59;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31526;Saxifraga oppositifolia;actual measurement (following LEDA data standards);generative dispersule;1.25;.48;.48;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31526;Saxifraga oppositifolia;estimation;germinule;1.09;.59;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31528;Saxifraga paniculata;estimation;generative dispersule;.87;.37;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31528;Saxifraga paniculata;estimation;germinule;.87;.37;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31574;Saxifraga rosacea;estimation;generative dispersule;.75;.55;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31574;Saxifraga rosacea;estimation;germinule;.75;.55;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31582;Saxifraga rotundifolia;actual measurement;generative dispersule;.25;.2;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 31582;Saxifraga rotundifolia;estimation;generative dispersule;.62;.43;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31582;Saxifraga rotundifolia;estimation;germinule;.62;.43;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31429;Saxifraga stellaris;estimation;generative dispersule;.73;.45;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31429;Saxifraga stellaris;estimation;germinule;.73;.45;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31616;Saxifraga tridactylites;estimation;generative dispersule;.36;.26;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 31616;Saxifraga tridactylites;estimation;germinule;.36;.26;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19427;Scabiosa canescens;estimation;germinule;4.15;1.84;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19427;Scabiosa canescens;estimation;generative dispersule;4.15;1.84;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19381;Scabiosa columbaria;actual measurement;generative dispersule;7;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19381;Scabiosa columbaria;actual measurement;germinule;4.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19381;Scabiosa columbaria;actual measurement (following LEDA data standards);generative dispersule;6.09;2.1;2.1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19228;Scabiosa ochroleuca;actual measurement (following LEDA data standards);generative dispersule;7.35;3.15;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19228;Scabiosa ochroleuca;actual measurement;germinule;3;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19228;Scabiosa ochroleuca;actual measurement;generative dispersule;7;2;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19228;Scabiosa ochroleuca;actual measurement;generative dispersule;;2;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1087;Scandix pecten-veneris;actual measurement;generative dispersule;75;2;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1087;Scandix pecten-veneris;estimation;generative dispersule;42.5;1.7;1.18;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1087;Scandix pecten-veneris;estimation;germinule;42.5;1.7;1.18;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1087;Scandix pecten-veneris;actual measurement;germinule;13.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43986;Scheuchzeria palustris;estimation;generative dispersule;3.5;2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43986;Scheuchzeria palustris;estimation;germinule;3.5;2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43986;Scheuchzeria palustris;actual measurement (following LEDA data standards);generative dispersule;3.8;2.04;2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37576;Schoenus ferrugineus;estimation;germinule;1.2;.8;.8;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37576;Schoenus ferrugineus;actual measurement (following LEDA data standards);generative dispersule;1.43;.75;.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37577;Schoenus nigricans;estimation;generative dispersule;1.5;1;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37577;Schoenus nigricans;estimation;germinule;1.5;1;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37577;Schoenus nigricans;actual measurement (following LEDA data standards);generative dispersule;1.71;.81;.72;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38084;Scilla amoena;estimation;generative dispersule;1.69;1.59;1.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38084;Scilla amoena;estimation;germinule;1.69;1.59;1.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 37472;Scirpus cespitosus;estimation;germinule;1.78;.9;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37472;Scirpus cespitosus;actual measurement (following LEDA data standards);generative dispersule;1.68;.81;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37478;Scirpus fluitans;estimation;generative dispersule;.98;.73;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37478;Scirpus fluitans;estimation;germinule;.98;.73;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37480;Scirpus holoschoenus;estimation;generative dispersule;.98;.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37480;Scirpus holoschoenus;estimation;germinule;.98;.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37482;Scirpus hudsonianus;estimation;germinule;1.28;.7;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37482;Scirpus hudsonianus;actual measurement (following LEDA data standards);generative dispersule;1.26;.54;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37486;Scirpus lacustris;actual measurement;generative dispersule;2.75;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37486;Scirpus lacustris;actual measurement (following LEDA data standards);generative dispersule;2.98;1.79;.96;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37486;Scirpus lacustris;estimation;germinule;2.82;1.87;1.05;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37486;Scirpus lacustris;estimation;generative dispersule;2.82;1.87;1.05;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37488;Scirpus lacustris s. tabernaemontani;actual measurement (following LEDA data standards);generative dispersule;2.73;1.56;.98;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37488;Scirpus lacustris s. tabernaemontani;estimation;germinule;2.23;1.68;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37488;Scirpus lacustris s. tabernaemontani;estimation;generative dispersule;2.23;1.68;.9;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37053;Scirpus litoralis;estimation;generative dispersule;1.75;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37053;Scirpus litoralis;estimation;germinule;1.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37054;Scirpus maritimus;actual measurement (following LEDA data standards);generative dispersule;3.96;2.76;1.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37054;Scirpus maritimus;estimation;germinule;3.13;2.04;1.05;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37054;Scirpus maritimus;estimation;generative dispersule;3.13;2.04;1.05;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37055;Scirpus mucronatus;estimation;germinule;2;1.58;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37055;Scirpus mucronatus;estimation;germinule;2;1.58;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37055;Scirpus mucronatus;estimation;generative dispersule;2;1.58;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37500;Scirpus pungens;estimation;generative dispersule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37500;Scirpus pungens;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37062;Scirpus radicans;estimation;germinule;.95;.5;.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37062;Scirpus radicans;actual measurement;generative dispersule;2.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37062;Scirpus radicans;actual measurement;germinule;1;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37063;Scirpus setaceus;actual measurement (following LEDA data standards);generative dispersule;.83;.67;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37063;Scirpus setaceus;estimation;generative dispersule;.8;.55;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37063;Scirpus setaceus;estimation;germinule;.8;.55;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37065;Scirpus supinus;actual measurement (following LEDA data standards);generative dispersule;1.26;.81;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37065;Scirpus supinus;estimation;germinule;1.25;1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37065;Scirpus supinus;estimation;generative dispersule;1.25;1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37067;Scirpus sylvaticus;estimation;generative dispersule;1.01;.74;.38;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 37067;Scirpus sylvaticus;estimation;germinule;1.01;.74;.38;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37067;Scirpus sylvaticus;actual measurement (following LEDA data standards);germinule;1.24;.56;.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37067;Scirpus sylvaticus;actual measurement (following LEDA data standards);germinule;1.14;.65;.51;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 37067;Scirpus sylvaticus;actual measurement;germinule;.9;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37067;Scirpus sylvaticus;actual measurement;generative dispersule;1.5;.7;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 37067;Scirpus sylvaticus;actual measurement (following LEDA data standards);generative dispersule;1.52;.62;.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 37508;Scirpus triqueter;estimation;germinule;2.5;1.75;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 37508;Scirpus triqueter;estimation;generative dispersule;2.5;1.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17086;Scleranthus annuus;estimation;generative dispersule;3.82;1.49;1.33;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17086;Scleranthus annuus;actual measurement (following LEDA data standards);generative dispersule;3.6;1.48;1.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17086;Scleranthus annuus;estimation;germinule;3.82;1.49;1.33;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17086;Scleranthus annuus;actual measurement;generative dispersule;3.25;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;apparent fruit;; 17543;Scleranthus annuus s. verticillatus;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17543;Scleranthus annuus s. verticillatus;estimation;germinule;2.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17092;Scleranthus perennis;estimation;generative dispersule;3.78;1.46;1.36;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 17092;Scleranthus perennis;actual measurement;generative dispersule;3.75;1.3;1.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;apparent fruit;; 17092;Scleranthus perennis;estimation;germinule;3.78;1.46;1.36;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42375;Sclerochloa dura;estimation;generative dispersule;6.7;1.95;.92;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42375;Sclerochloa dura;estimation;germinule;2.76;.76;.74;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42941;Scolochloa festucacea;estimation;generative dispersule;7.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42941;Scolochloa festucacea;estimation;germinule;2.6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9461;Scorzonera austriaca;estimation;germinule;9.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9619;Scorzonera hispanica;actual measurement;germinule;14;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus is easily detached, size not known;; 9541;Scorzonera humilis;actual measurement (following LEDA data standards);generative dispersule;8.19;1.16;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9541;Scorzonera humilis;estimation;germinule;7.3;.72;.58;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10007;Scorzonera laciniata;estimation;germinule;9;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11636;Scorzonera parviflora;estimation;germinule;8;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9620;Scorzonera purpurea;estimation;germinule;12;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 33429;Scrophularia auriculata;estimation;germinule;.66;.45;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33429;Scrophularia auriculata;estimation;generative dispersule;.66;.45;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32910;Scrophularia canina;estimation;generative dispersule;.92;.5;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32910;Scrophularia canina;estimation;germinule;.92;.5;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32862;Scrophularia nodosa;estimation;generative dispersule;.87;.42;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32862;Scrophularia nodosa;actual measurement;generative dispersule;.65;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32862;Scrophularia nodosa;estimation;germinule;.87;.42;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32862;Scrophularia nodosa;actual measurement (following LEDA data standards);germinule;.84;.51;.51;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 33438;Scrophularia scopolii;estimation;germinule;1.07;.58;.41;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33438;Scrophularia scopolii;estimation;generative dispersule;1.07;.58;.41;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34372;Scrophularia umbrosa;estimation;generative dispersule;.75;.5;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34372;Scrophularia umbrosa;actual measurement (following LEDA data standards);generative dispersule;.74;.53;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 34372;Scrophularia umbrosa;estimation;germinule;.75;.5;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33383;Scrophularia vernalis;estimation;germinule;.92;.6;.44;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33383;Scrophularia vernalis;estimation;generative dispersule;.92;.6;.44;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 25013;Scutellaria altissima;actual measurement;generative dispersule;1.35;1.2;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25013;Scutellaria altissima;estimation;germinule;1.62;1.34;.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 25013;Scutellaria altissima;estimation;generative dispersule;1.62;1.34;.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24386;Scutellaria galericulata;actual measurement (following LEDA data standards);germinule;1.48;1.28;1.02;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 24386;Scutellaria galericulata;estimation;germinule;1.21;1;.92;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24386;Scutellaria galericulata;actual measurement (following LEDA data standards);generative dispersule;1.42;1.09;.9;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24386;Scutellaria galericulata;estimation;generative dispersule;1.21;1;.92;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23966;Scutellaria hastifolia;estimation;germinule;1.88;1.5;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23966;Scutellaria hastifolia;estimation;generative dispersule;1.88;1.5;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 42376;Secale cereale;actual measurement (following LEDA data standards);generative dispersule;8.93;3.26;2.73;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42376;Secale cereale;actual measurement;generative dispersule;7.5;2.5;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18178;Sedum acre;actual measurement;generative dispersule;.65;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18178;Sedum acre;estimation;germinule;.76;.35;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18178;Sedum acre;estimation;generative dispersule;.76;.35;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18182;Sedum album;estimation;generative dispersule;.86;.33;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18182;Sedum album;estimation;germinule;.86;.33;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18182;Sedum album;actual measurement;generative dispersule;.9;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18184;Sedum alpestre;estimation;germinule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18184;Sedum alpestre;estimation;generative dispersule;.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18195;Sedum annuum;estimation;generative dispersule;.59;.23;.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18195;Sedum annuum;estimation;germinule;.59;.23;.21;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18202;Sedum atratum;estimation;generative dispersule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18202;Sedum atratum;estimation;germinule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18212;Sedum cepaea;estimation;generative dispersule;.5;.2;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18212;Sedum cepaea;estimation;germinule;.5;.2;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18212;Sedum cepaea;actual measurement;generative dispersule;.35;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18216;Sedum dasyphyllum;estimation;generative dispersule;.66;.2;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18216;Sedum dasyphyllum;estimation;germinule;.66;.2;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46133;Sedum forsterianum;estimation;generative dispersule;.52;.2;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 46133;Sedum forsterianum;estimation;germinule;.52;.2;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18232;Sedum hispanicum;actual measurement;generative dispersule;.35;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18232;Sedum hispanicum;estimation;generative dispersule;.46;.18;.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18232;Sedum hispanicum;estimation;germinule;.46;.18;.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18260;Sedum rubens;estimation;generative dispersule;.5;.25;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18260;Sedum rubens;estimation;germinule;.5;.25;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18224;Sedum rupestre;estimation;germinule;1.03;.32;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18224;Sedum rupestre;estimation;generative dispersule;1.03;.32;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18275;Sedum sexangulare;estimation;generative dispersule;.5;.25;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18275;Sedum sexangulare;estimation;germinule;.5;.25;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18278;Sedum spurium;estimation;generative dispersule;.9;.35;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18278;Sedum spurium;estimation;germinule;.9;.35;.28;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18278;Sedum spurium;actual measurement;generative dispersule;.75;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18293;Sedum telephium s. maximum;estimation;generative dispersule;1.09;.27;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18293;Sedum telephium s. maximum;estimation;germinule;1.09;.27;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18293;Sedum telephium s. maximum;actual measurement;generative dispersule;1;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18284;Sedum telephium s. telephium;estimation;generative dispersule;1.1;.45;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18284;Sedum telephium s. telephium;estimation;germinule;1.1;.45;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18303;Sedum villosum;estimation;germinule;.75;.25;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18303;Sedum villosum;estimation;generative dispersule;.75;.25;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1092;Selinum carvifolia;estimation;generative dispersule;3.16;2.26;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1092;Selinum carvifolia;actual measurement (following LEDA data standards);generative dispersule;2.61;1.03;.79;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1092;Selinum carvifolia;actual measurement (following LEDA data standards);generative dispersule;4.2;2.73;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1092;Selinum carvifolia;actual measurement;generative dispersule;2.65;1.9;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1092;Selinum carvifolia;estimation;germinule;3.16;2.26;.72;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 18309;Sempervivum arachnoideum;estimation;germinule;.53;.25;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18309;Sempervivum arachnoideum;estimation;generative dispersule;.53;.25;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18351;Sempervivum tectorum;estimation;generative dispersule;1.05;.45;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18351;Sempervivum tectorum;estimation;germinule;1.05;.45;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 9234;Senecio abrotanifolius;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9622;Senecio alpinus;estimation;germinule;3.13;.56;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9544;Senecio aquaticus;actual measurement (following LEDA data standards);germinule;2.01;.63;.61;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 9544;Senecio aquaticus;estimation;generative dispersule;2.3;.68;.5;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Scheiben- oder Mittelfrucht [A1];;; 9544;Senecio aquaticus;estimation;germinule;1.85;.68;.5;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 9467;Senecio congestus;estimation;generative dispersule;20.3;.5;.42;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9467;Senecio congestus;estimation;germinule;2.34;.5;.42;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9471;Senecio doronicum;estimation;germinule;6.75;.65;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11230;Senecio erucifolius;estimation;generative dispersule;7.8;.5;.47;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 11230;Senecio erucifolius;estimation;germinule;2.01;.5;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9545;Senecio fluviatilis;estimation;germinule;3.53;.67;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9545;Senecio fluviatilis;estimation;generative dispersule;10.25;.67;.46;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 60251;Senecio germanicus;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9403;Senecio helenitis;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9629;Senecio inaequidens;actual measurement (following LEDA data standards);generative dispersule;6.3;.74;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9629;Senecio inaequidens;actual measurement (following LEDA data standards);germinule;1.47;.32;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9472;Senecio incanus;actual measurement (following LEDA data standards);generative dispersule;8.4;6.3;5.25;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9472;Senecio incanus;actual measurement (following LEDA data standards);generative dispersule;3.15;.63;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 10152;Senecio integrifolius s. integrifolius;estimation;generative dispersule;10.2;.53;.42;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10152;Senecio integrifolius s. integrifolius;estimation;germinule;3.15;.53;.42;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10452;Senecio jacobaea;actual measurement (following LEDA data standards);germinule;2.4;.7;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 10452;Senecio jacobaea;actual measurement;generative dispersule;1.75;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus mostly fallen off;; 10452;Senecio jacobaea;estimation;generative dispersule;2.02;.5;.41;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 10452;Senecio jacobaea;estimation;generative dispersule;2.47;;.42;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 10452;Senecio jacobaea;estimation;germinule;2.02;.5;.41;-2;;BIOLFLOR database;;;Frucht [F]; Scheiben- oder Mittelfrucht [A1];;; 10452;Senecio jacobaea;estimation;germinule;2.47;;.42;-2;;BIOLFLOR database;;;Frucht [F]; Randfrucht [A2];;; 10452;Senecio jacobaea;actual measurement (following LEDA data standards);generative dispersule;2.31;.74;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9809;Senecio nemorensis;actual measurement;generative dispersule;3.5;.8;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus mostly fallen off;; 11419;Senecio paludosus;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9406;Senecio rivularis s. rivularis;estimation;germinule;3.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9306;Senecio squalidus;estimation;generative dispersule;7.5;.58;.4;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9306;Senecio squalidus;estimation;germinule;2.4;.58;.4;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10020;Senecio subalpinus;estimation;germinule;3.47;.52;.52;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9889;Senecio sylvaticus;actual measurement (following LEDA data standards);generative dispersule;2.52;.53;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9889;Senecio sylvaticus;estimation;generative dispersule;5.8;.5;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9889;Senecio sylvaticus;estimation;germinule;2.5;.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11179;Senecio vernalis;actual measurement;germinule;2.25;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11179;Senecio vernalis;estimation;generative dispersule;2.49;.3;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11179;Senecio vernalis;estimation;germinule;2.49;.3;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11179;Senecio vernalis;actual measurement;generative dispersule;7.75;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10121;Senecio viscosus;actual measurement;germinule;2.85;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10121;Senecio viscosus;actual measurement;generative dispersule;8.35;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus is easily detached;; 10121;Senecio viscosus;estimation;germinule;3.36;.51;.47;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10121;Senecio viscosus;estimation;generative dispersule;9;.51;.47;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10456;Senecio vulgaris;actual measurement (following LEDA data standards);generative dispersule;1.5;.3;.25;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 10456;Senecio vulgaris;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.36;.34;.18;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 10456;Senecio vulgaris;actual measurement (following LEDA data standards);germinule;2.9;.4;.4;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 10456;Senecio vulgaris;estimation;germinule;2.25;.45;.34;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10456;Senecio vulgaris;actual measurement;germinule;2.25;.4;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus existent, size is not known;; 10456;Senecio vulgaris;estimation;generative dispersule;4.1;.45;.34;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10123;Serratula tinctoria;estimation;generative dispersule;9.6;1.33;.85;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10123;Serratula tinctoria;estimation;germinule;4.93;1.33;.85;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 11052;Serratula tinctoria s. tinctoria;actual measurement;germinule;4.5;1.2;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11052;Serratula tinctoria s. tinctoria;actual measurement;generative dispersule;9.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus is easily detached;; 1571;Seseli hippomarathrum;estimation;germinule;4.54;1.61;.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1571;Seseli hippomarathrum;estimation;generative dispersule;4.54;1.61;.85;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1044;Seseli libanotis;estimation;germinule;3.42;1.8;.89;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1044;Seseli libanotis;estimation;generative dispersule;3.42;1.8;.89;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1050;Seseli montanum;estimation;generative dispersule;3.02;2.27;.83;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1050;Seseli montanum;estimation;germinule;3.02;2.27;.83;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 43301;Sesleria albicans;estimation;generative dispersule;4.26;1.19;1.06;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43301;Sesleria albicans;estimation;germinule;2.16;1.08;1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42378;Sesleria caerulea;actual measurement (following LEDA data standards);generative dispersule;3.89;1.05;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42378;Sesleria caerulea;actual measurement (following LEDA data standards);germinule;1.58;.63;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43779;Sesleria ovata;estimation;germinule;1.6;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42741;Setaria italica;actual measurement (following LEDA data standards);germinule;2.02;1.07;.76;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42741;Setaria italica;actual measurement;germinule;1.8;1.2;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42741;Setaria italica;estimation;generative dispersule;2.31;1.66;1.13;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42741;Setaria italica;estimation;germinule;2.31;1.66;1.13;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42741;Setaria italica;actual measurement;generative dispersule;2.25;1.55;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42741;Setaria italica;actual measurement (following LEDA data standards);generative dispersule;2.08;1.13;.76;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43456;Setaria pumila;estimation;generative dispersule;3.34;1.99;1.35;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 43456;Setaria pumila;estimation;germinule;3.08;1.92;1.35;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43456;Setaria pumila;actual measurement;generative dispersule;2.9;1.9;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43456;Setaria pumila;actual measurement;germinule;2;1.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43456;Setaria pumila;actual measurement (following LEDA data standards);generative dispersule;3.47;2.31;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43456;Setaria pumila;actual measurement (following LEDA data standards);germinule;3.47;2.21;1.37;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43457;Setaria verticillata;actual measurement (following LEDA data standards);generative dispersule;2.2;1.3;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43457;Setaria verticillata;actual measurement;generative dispersule;2.2;1.3;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43457;Setaria verticillata;actual measurement;germinule;1.65;1.25;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43457;Setaria verticillata;actual measurement (following LEDA data standards);germinule;2.1;1.15;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42743;Setaria viridis;estimation;generative dispersule;2.13;1.35;.8;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 42743;Setaria viridis;actual measurement (following LEDA data standards);generative dispersule;2.65;1.2;.82;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42743;Setaria viridis;actual measurement (following LEDA data standards);germinule;1.58;.95;.57;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42743;Setaria viridis;estimation;germinule;2.08;1.2;.78;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 42743;Setaria viridis;actual measurement;generative dispersule;2;1.2;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with glumes;; 42743;Setaria viridis;actual measurement;germinule;1.65;1.3;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42743;Setaria viridis;actual measurement;generative dispersule;2.35;1.65;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;spikelet;; 31967;Sherardia arvensis;actual measurement (following LEDA data standards);generative dispersule;3.15;1.58;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 31967;Sherardia arvensis;actual measurement;generative dispersule;2.7;1.25;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30472;Sibbaldia procumbens;estimation;generative dispersule;1.42;1.02;.75;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30472;Sibbaldia procumbens;estimation;germinule;1.39;1.02;.75;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 30472;Sibbaldia procumbens;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.45;1.1;.8;-2;4;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 993;Silaum silaus;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.46;1.68;.78;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 993;Silaum silaus;estimation;germinule;4.67;2;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 993;Silaum silaus;estimation;generative dispersule;4.67;2;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 17102;Silene acaulis;actual measurement (following LEDA data standards);germinule;1;.75;.6;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 17102;Silene acaulis;estimation;germinule;1.12;.83;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17102;Silene acaulis;estimation;generative dispersule;1.12;.83;.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17102;Silene acaulis;actual measurement (following LEDA data standards);germinule;1.1;.9;.7;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 17110;Silene armeria;actual measurement;germinule;.55;.45;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17110;Silene armeria;estimation;germinule;.64;.51;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17110;Silene armeria;estimation;generative dispersule;.64;.51;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15554;Silene chlorantha;estimation;generative dispersule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15554;Silene chlorantha;estimation;germinule;.65;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16631;Silene conica;estimation;generative dispersule;.79;.73;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16631;Silene conica;estimation;germinule;.79;.73;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16631;Silene conica;actual measurement;germinule;.7;.6;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16289;Silene cretica;estimation;generative dispersule;1.6;1.22;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16289;Silene cretica;estimation;germinule;1.6;1.22;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16289;Silene cretica;actual measurement;germinule;1.5;1.15;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15776;Silene dichotoma;actual measurement;germinule;1.35;1.1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15776;Silene dichotoma;estimation;germinule;1.39;1.15;.92;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15776;Silene dichotoma;estimation;generative dispersule;1.39;1.15;.92;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17578;Silene dioica;actual measurement (following LEDA data standards);generative dispersule;1.35;1.15;.9;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 17578;Silene dioica;estimation;germinule;1.27;1.05;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17578;Silene dioica;estimation;generative dispersule;1.27;1.05;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16298;Silene gallica;actual measurement;germinule;.9;.8;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16298;Silene gallica;estimation;generative dispersule;.94;.76;.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16298;Silene gallica;estimation;germinule;.94;.76;.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16602;Silene italica;estimation;germinule;.9;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16602;Silene italica;estimation;generative dispersule;.9;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17283;Silene latifolia;estimation;generative dispersule;1.35;1.1;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17283;Silene latifolia;estimation;germinule;1.35;1.1;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17593;Silene linicola;estimation;generative dispersule;1.76;1.54;1.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17593;Silene linicola;estimation;germinule;1.76;1.54;1.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17252;Silene noctiflora;estimation;generative dispersule;1.3;1.07;.86;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17252;Silene noctiflora;actual measurement (following LEDA data standards);generative dispersule;1.37;1.17;.81;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17252;Silene noctiflora;actual measurement;germinule;1.2;1;.85;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17252;Silene noctiflora;estimation;germinule;1.3;1.07;.86;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16673;Silene nutans;actual measurement (following LEDA data standards);generative dispersule;1.05;.9;.55;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 16673;Silene nutans;actual measurement;germinule;1.2;.85;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16673;Silene nutans;estimation;generative dispersule;1.09;.83;.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16673;Silene nutans;estimation;germinule;1.09;.83;.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15749;Silene otites;estimation;germinule;.88;.67;.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15749;Silene otites;estimation;generative dispersule;.88;.67;.43;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17617;Silene pusilla;estimation;generative dispersule;1.2;.7;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17617;Silene pusilla;estimation;germinule;1.2;.7;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17622;Silene rupestris;estimation;germinule;.58;.48;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17622;Silene rupestris;estimation;generative dispersule;.58;.48;.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17273;Silene tatarica;estimation;germinule;.89;.75;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17273;Silene tatarica;estimation;generative dispersule;.89;.75;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16363;Silene viscosa;estimation;generative dispersule;.9;.68;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16363;Silene viscosa;estimation;germinule;.9;.68;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16657;Silene vulgaris;actual measurement (following LEDA data standards);generative dispersule;1.8;1.2;.95;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 16657;Silene vulgaris;actual measurement;germinule;1.35;1.1;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16657;Silene vulgaris;estimation;generative dispersule;1.42;1.22;.87;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16657;Silene vulgaris;actual measurement (following LEDA data standards);generative dispersule;1.47;1.16;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16657;Silene vulgaris;estimation;germinule;1.42;1.22;.87;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 9640;Silybum marianum;estimation;generative dispersule;6.77;3.15;1.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9640;Silybum marianum;estimation;germinule;6.77;3.15;1.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9640;Silybum marianum;actual measurement;germinule;6.5;3;1.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9640;Silybum marianum;actual measurement;generative dispersule;22;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus is easily detached;; 13450;Sinapis alba;estimation;generative dispersule;2.31;2.23;2.09;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13450;Sinapis alba;actual measurement;generative dispersule;2.4;2.4;2.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13450;Sinapis alba;estimation;germinule;2.31;2.23;2.09;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13454;Sinapis arvensis;actual measurement (following LEDA data standards);germinule;1.36;1.41;1.37;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 13454;Sinapis arvensis;actual measurement (following LEDA data standards);generative dispersule;1.74;1.71;1.71;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13454;Sinapis arvensis;estimation;germinule;1.55;1.43;1.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13454;Sinapis arvensis;estimation;generative dispersule;1.55;1.43;1.39;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13454;Sinapis arvensis;actual measurement;generative dispersule;1.35;1.35;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13034;Sisymbrium altissimum;actual measurement (following LEDA data standards);generative dispersule;.86;.56;.4;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13034;Sisymbrium altissimum;estimation;generative dispersule;1.05;.67;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13034;Sisymbrium altissimum;estimation;germinule;1.05;.67;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13926;Sisymbrium austriacum;actual measurement;generative dispersule;1.5;.6;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13926;Sisymbrium austriacum;estimation;generative dispersule;1.42;.67;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13926;Sisymbrium austriacum;estimation;germinule;1.42;.67;.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14646;Sisymbrium irio;estimation;generative dispersule;.95;.5;.31;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14646;Sisymbrium irio;estimation;germinule;.95;.5;.31;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13930;Sisymbrium loeselii;estimation;germinule;.79;.53;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13930;Sisymbrium loeselii;estimation;generative dispersule;.79;.53;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13041;Sisymbrium officinale;estimation;generative dispersule;1.29;.8;.52;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13041;Sisymbrium officinale;estimation;germinule;1.29;.8;.52;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13041;Sisymbrium officinale;actual measurement (following LEDA data standards);generative dispersule;1.13;.7;.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13041;Sisymbrium officinale;actual measurement;generative dispersule;1.75;.65;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13042;Sisymbrium orientale;estimation;germinule;1;.61;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13042;Sisymbrium orientale;estimation;generative dispersule;1;.61;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13809;Sisymbrium strictissimum;estimation;generative dispersule;2;.69;.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13809;Sisymbrium strictissimum;actual measurement (following LEDA data standards);generative dispersule;.9;.66;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13809;Sisymbrium strictissimum;actual measurement;generative dispersule;2;.7;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13809;Sisymbrium strictissimum;estimation;germinule;2;.69;.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12711;Sisymbrium supinum;estimation;generative dispersule;1.05;.65;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12711;Sisymbrium supinum;estimation;germinule;1.05;.65;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12712;Sisymbrium volgense;estimation;generative dispersule;1.52;.55;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 12712;Sisymbrium volgense;estimation;germinule;1.52;.55;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36801;Sisyrinchium bermudiana;estimation;generative dispersule;1.05;1;.94;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36801;Sisyrinchium bermudiana;estimation;germinule;1.05;1;.94;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1536;Sium latifolium;estimation;generative dispersule;3.67;1.6;1.2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1536;Sium latifolium;estimation;germinule;3.67;1.6;1.2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2032;Smyrnium perfoliatum;estimation;generative dispersule;3;2.19;2.34;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2032;Smyrnium perfoliatum;estimation;germinule;3;2.19;2.34;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 2032;Smyrnium perfoliatum;actual measurement;generative dispersule;2.2;1.8;1.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35041;Solanum dulcamara;actual measurement (following LEDA data standards);germinule;2.28;2.02;.71;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 35041;Solanum dulcamara;estimation;generative dispersule;10;10;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35041;Solanum dulcamara;actual measurement;germinule;2.25;2.25;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35041;Solanum dulcamara;estimation;germinule;2.13;2.08;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34958;Solanum nigrum;estimation;generative dispersule;6.4;5.1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34958;Solanum nigrum;actual measurement (following LEDA data standards);germinule;1.96;1.46;.48;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 34958;Solanum nigrum;actual measurement;germinule;1.8;1.3;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34958;Solanum nigrum;estimation;germinule;1.92;1.36;.51;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34915;Solanum tuberosum;estimation;germinule;1.9;1.2;.35;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34915;Solanum tuberosum;actual measurement;germinule;1.9;1.2;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28904;Soldanella alpina;estimation;generative dispersule;1.31;.72;.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28904;Soldanella alpina;estimation;germinule;1.31;.72;.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28904;Soldanella alpina;actual measurement;generative dispersule;.95;.75;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 28955;Soldanella minima;estimation;germinule;1.75;1.75;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28955;Soldanella minima;estimation;generative dispersule;1.75;1.75;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28961;Soldanella montana;estimation;germinule;1.65;1.45;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 28961;Soldanella montana;estimation;generative dispersule;1.65;1.45;.46;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 9491;Solidago canadensis;estimation;germinule;1.18;.35;.35;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9491;Solidago canadensis;actual measurement;generative dispersule;1.4;.45;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus fallen off;; 10023;Solidago gigantea;actual measurement;generative dispersule;3.5;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10023;Solidago gigantea;actual measurement;germinule;1;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10023;Solidago gigantea;estimation;germinule;1.15;.33;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10023;Solidago gigantea;estimation;generative dispersule;2.4;.33;.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9892;Solidago graminifolia;estimation;germinule;1;.35;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9820;Solidago virgaurea;actual measurement;generative dispersule;7.75;3.5;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9820;Solidago virgaurea;estimation;generative dispersule;7.6;.63;.52;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9820;Solidago virgaurea;estimation;germinule;3.37;.63;.52;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9820;Solidago virgaurea;actual measurement;germinule;3.25;.55;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10586;Sonchus arvensis;estimation;generative dispersule;10.4;1.14;.45;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10586;Sonchus arvensis;estimation;germinule;3.15;1.14;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10586;Sonchus arvensis;actual measurement;germinule;2.85;1.1;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus is easily detached, 10mm;; 10586;Sonchus arvensis;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.25;1.03;.57;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 9413;Sonchus asper;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.76;.73;.36;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 9413;Sonchus asper;actual measurement;germinule;2.75;1;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus is easily detached;; 9413;Sonchus asper;estimation;germinule;2.7;1.06;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9413;Sonchus asper;estimation;generative dispersule;5.3;1.06;.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10587;Sonchus oleraceus;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.95;.91;.36;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 10587;Sonchus oleraceus;actual measurement;germinule;2.75;.9;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus is easily detached;; 10587;Sonchus oleraceus;estimation;generative dispersule;6.5;.91;.25;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10587;Sonchus oleraceus;estimation;germinule;2.86;.91;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9894;Sonchus palustris;estimation;generative dispersule;3.51;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9894;Sonchus palustris;estimation;germinule;3.51;1.04;.54;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 30087;Sorbus aria;actual measurement;generative dispersule;6;3;2.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 30087;Sorbus aria;estimation;germinule;6;3.2;2.65;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30087;Sorbus aria;estimation;generative dispersule;12.5;12.5;12.5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30087;Sorbus aria;actual measurement (following LEDA data standards);generative dispersule;6.3;3.47;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29162;Sorbus aucuparia;actual measurement;generative dispersule;9.5;9.5;9.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29162;Sorbus aucuparia;actual measurement;germinule;3.5;1.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29162;Sorbus aucuparia;estimation;germinule;3.95;1.97;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29162;Sorbus aucuparia;estimation;generative dispersule;10.08;8.95;9.75;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30759;Sorbus badensis;estimation;generative dispersule;10.5;10.5;10.5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30433;Sorbus chamaemespilus;estimation;germinule;5.7;2.6;1.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30433;Sorbus chamaemespilus;estimation;generative dispersule;11.25;11;11;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29539;Sorbus decipiens;estimation;generative dispersule;15;11.5;12;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29168;Sorbus domestica;estimation;generative dispersule;25.25;24.5;26.25;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29168;Sorbus domestica;estimation;germinule;7.5;5.7;1.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30435;Sorbus franconica;estimation;germinule;7.08;3.5;1.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30435;Sorbus franconica;estimation;generative dispersule;11.25;11;11;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29170;Sorbus heilingensis;estimation;generative dispersule;13;9;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30014;Sorbus intermedia;estimation;germinule;5.73;2.78;1.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29544;Sorbus latifolia;estimation;germinule;5.95;3.51;3.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29544;Sorbus latifolia;estimation;generative dispersule;13.63;13;13;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29983;Sorbus mougeotii;estimation;generative dispersule;11.25;10.5;10.5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 31011;Sorbus multicrenata;estimation;generative dispersule;13;10.5;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30726;Sorbus parumlobata;estimation;generative dispersule;11.5;9.5;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30155;Sorbus pseudothuringiaca;estimation;generative dispersule;10;10;10;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 30156;Sorbus subcordata;estimation;generative dispersule;12.5;11.5;;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29551;Sorbus torminalis;estimation;generative dispersule;15.5;11.5;11.5;-2;;BIOLFLOR database;;;Sammelfrucht [SaF]; nicht heteromorph [n];;; 29551;Sorbus torminalis;actual measurement;generative dispersule;6;2.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 29551;Sorbus torminalis;estimation;germinule;6.05;3.18;2.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43116;Sorghum halepense;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43989;Sparganium angustifolium;estimation;germinule;3.13;2.5;2.5;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 43992;Sparganium emersum;estimation;generative dispersule;10.97;2.6;2.6;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43992;Sparganium emersum;estimation;germinule;3;2.15;2.15;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 43993;Sparganium erectum;estimation;generative dispersule;8.87;4.78;3.05;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43993;Sparganium erectum;actual measurement (following LEDA data standards);generative dispersule;8.82;3.92;2.94;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 43993;Sparganium erectum;estimation;germinule;4.45;2.95;2;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 43117;Spartina anglica;estimation;generative dispersule;17.75;2.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43117;Spartina anglica;estimation;germinule;10.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 16731;Spergula arvensis;actual measurement (following LEDA data standards);generative dispersule;1.1;.9;.8;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 16731;Spergula arvensis;actual measurement (following LEDA data standards);generative dispersule;1.13;.9;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16731;Spergula arvensis;estimation;germinule;1.17;1.13;.74;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16731;Spergula arvensis;estimation;generative dispersule;1.17;1.13;.74;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16731;Spergula arvensis;actual measurement;germinule;1.15;1.15;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17638;Spergula morisonii;estimation;generative dispersule;1.63;1.63;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17638;Spergula morisonii;estimation;germinule;1.63;1.63;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17638;Spergula morisonii;actual measurement (following LEDA data standards);generative dispersule;1.53;1.53;.18;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16733;Spergula pentandra;actual measurement;germinule;1.5;1.5;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16733;Spergula pentandra;actual measurement;germinule;1.5;1.5;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16733;Spergula pentandra;estimation;germinule;2.5;2.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16733;Spergula pentandra;estimation;generative dispersule;2.5;2.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15958;Spergularia echinosperma;estimation;generative dispersule;.44;.4;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15958;Spergularia echinosperma;estimation;germinule;.44;.4;.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17645;Spergularia marina;estimation;generative dispersule;.71;.63;.28;-2;;BIOLFLOR database;;;Same [S]; ungeflügelter Same [C1];;; 17645;Spergularia marina;estimation;germinule;.71;.63;.28;-2;;BIOLFLOR database;;;Same [S]; ungeflügelter Same [C1];;; 17645;Spergularia marina;estimation;germinule;1.32;1.1;.28;-2;;BIOLFLOR database;;;Same [S]; geflügelter Same [C2];;; 17645;Spergularia marina;estimation;generative dispersule;1.32;1.1;.28;-2;;BIOLFLOR database;;;Same [S]; geflügelter Same [C2];;; 16741;Spergularia media;estimation;generative dispersule;.73;.49;.25;-2;;BIOLFLOR database;;;Same [S]; ungeflügelter Same [C1];;; 16741;Spergularia media;estimation;generative dispersule;1.34;1.32;.25;-2;;BIOLFLOR database;;;Same [S]; geflügelter Same [C2];;; 16741;Spergularia media;estimation;germinule;.73;.49;;-2;;BIOLFLOR database;;;Same [S]; ungeflügelter Same [C1];;; 16741;Spergularia media;estimation;germinule;1.34;1.32;.25;-2;;BIOLFLOR database;;;Same [S]; geflügelter Same [C2];;; 17650;Spergularia rubra;estimation;generative dispersule;.44;.4;.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17650;Spergularia rubra;estimation;germinule;.44;.4;.24;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17650;Spergularia rubra;actual measurement (following LEDA data standards);generative dispersule;1.58;1.17;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 18064;Spinacia oleracea;actual measurement;generative dispersule;4;3.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;variety with flat appendages;; 18064;Spinacia oleracea;actual measurement (following LEDA data standards);generative dispersule;1.79;1.58;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 29502;Spiraea alba;estimation;generative dispersule;2.12;.42;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29502;Spiraea alba;estimation;germinule;2.12;.42;.29;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30069;Spiraea chamaedryfolia;estimation;generative dispersule;2;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 30069;Spiraea chamaedryfolia;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29508;Spiraea salicifolia;estimation;germinule;1.98;.4;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 29508;Spiraea salicifolia;estimation;generative dispersule;1.98;.4;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40075;Spiranthes aestivalis;estimation;generative dispersule;.45;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40075;Spiranthes aestivalis;estimation;germinule;.45;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40081;Spiranthes spiralis;estimation;generative dispersule;.3;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 40081;Spiranthes spiralis;estimation;germinule;.3;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 24038;Stachys alpina;actual measurement (following LEDA data standards);generative dispersule;2.84;2.1;1.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24038;Stachys alpina;actual measurement;generative dispersule;2.05;1.5;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24834;Stachys annua;actual measurement;generative dispersule;1.75;1.75;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24834;Stachys annua;estimation;germinule;1.88;1.75;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24834;Stachys annua;estimation;generative dispersule;1.88;1.75;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24369;Stachys arvensis;actual measurement;generative dispersule;1.9;1.55;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24369;Stachys arvensis;estimation;germinule;1.9;1.62;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24369;Stachys arvensis;estimation;generative dispersule;1.9;1.62;1.25;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24844;Stachys germanica;actual measurement;generative dispersule;2.1;1.5;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24844;Stachys germanica;estimation;generative dispersule;2.1;1.61;1.14;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24844;Stachys germanica;estimation;germinule;2.1;1.61;1.14;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24916;Stachys officinalis;actual measurement;generative dispersule;3.3;1.3;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24916;Stachys officinalis;estimation;germinule;3.19;1.51;.86;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24916;Stachys officinalis;estimation;generative dispersule;3.19;1.51;.86;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24921;Stachys palustris;estimation;germinule;2.2;1.63;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24921;Stachys palustris;estimation;generative dispersule;2.2;1.63;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24800;Stachys recta;estimation;generative dispersule;2.01;1.63;1.05;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24800;Stachys recta;estimation;germinule;2.01;1.63;1.05;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24800;Stachys recta;actual measurement;generative dispersule;2.2;1.7;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24023;Stachys sylvatica;actual measurement (following LEDA data standards);generative dispersule;1.75;1.25;1.17;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 24023;Stachys sylvatica;actual measurement;generative dispersule;2;1.35;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24023;Stachys sylvatica;estimation;germinule;1.94;1.52;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24023;Stachys sylvatica;estimation;generative dispersule;1.94;1.52;1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 34660;Staphylea pinnata;actual measurement;germinule;10.5;9;8.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34660;Staphylea pinnata;estimation;germinule;10.35;9.1;8.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34660;Staphylea pinnata;estimation;generative dispersule;10.35;9.1;8.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15971;Stellaria crassifolia;estimation;germinule;1.1;1;.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15971;Stellaria crassifolia;estimation;generative dispersule;1.1;1;.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17658;Stellaria graminea;actual measurement;germinule;.65;.65;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 17658;Stellaria graminea;estimation;germinule;.94;.85;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17658;Stellaria graminea;estimation;generative dispersule;.94;.85;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17658;Stellaria graminea;actual measurement (following LEDA data standards);generative dispersule;1.13;.83;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17658;Stellaria graminea;actual measurement (following LEDA data standards);germinule;.7;.55;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 16753;Stellaria holostea;estimation;generative dispersule;2.31;1.87;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16753;Stellaria holostea;estimation;germinule;2.31;1.87;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16753;Stellaria holostea;actual measurement;germinule;2.1;1.5;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16753;Stellaria holostea;actual measurement (following LEDA data standards);generative dispersule;2.4;1.76;1.12;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 15974;Stellaria longifolia;estimation;generative dispersule;.7;.59;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15974;Stellaria longifolia;estimation;germinule;.7;.59;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16755;Stellaria media;actual measurement (following LEDA data standards);generative dispersule;.95;.85;.5;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 16755;Stellaria media;actual measurement (following LEDA data standards);germinule;.99;.89;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 16755;Stellaria media;estimation;germinule;1.13;1.05;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16755;Stellaria media;estimation;generative dispersule;1.13;1.05;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16755;Stellaria media;actual measurement;germinule;1.05;1.05;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 16755;Stellaria media;actual measurement (following LEDA data standards);generative dispersule;1.13;.98;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16759;Stellaria neglecta;estimation;generative dispersule;1.45;1.4;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16759;Stellaria neglecta;estimation;germinule;1.45;1.4;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16761;Stellaria nemorum;actual measurement (following LEDA data standards);generative dispersule;1.13;1.01;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 16761;Stellaria nemorum;estimation;generative dispersule;1.05;1.04;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 16761;Stellaria nemorum;estimation;germinule;1.05;1.04;.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17302;Stellaria pallida;estimation;germinule;.73;.8;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17302;Stellaria pallida;estimation;generative dispersule;.73;.8;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17304;Stellaria palustris;estimation;germinule;1.38;1.13;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17304;Stellaria palustris;estimation;generative dispersule;1.38;1.13;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17654;Stellaria uliginosa;estimation;germinule;.71;.55;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 17654;Stellaria uliginosa;estimation;generative dispersule;.71;.55;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 42956;Stipa capillata;actual measurement;generative dispersule;95;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 42956;Stipa capillata;actual measurement (following LEDA data standards);generative dispersule;27.72;.83;.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42760;Stipa pennata;actual measurement;generative dispersule;300;1.6;1.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 36308;Stratiotes aloides;estimation;generative dispersule;35;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38421;Streptopus amplexifolius;actual measurement (following LEDA data standards);generative dispersule;3.15;1.26;1.05;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 17972;Suaeda maritima;actual measurement;germinule;1.5;1.5;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with beak;; 17972;Suaeda maritima;estimation;generative dispersule;1.44;1.26;.65;-2;;BIOLFLOR database;;;Frucht [F]; schwarzer Same/mit Perigon [F1];;; 17972;Suaeda maritima;estimation;germinule;1.44;1.26;.65;-2;;BIOLFLOR database;;;Same [S]; schwarzer Same/mit Perigon [F1];;; 13468;Subularia aquatica;estimation;generative dispersule;.92;.56;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13468;Subularia aquatica;actual measurement (following LEDA data standards);generative dispersule;.91;.64;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13468;Subularia aquatica;estimation;germinule;.92;.56;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19186;Succisa pratensis;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.79;1.24;1.17;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 19186;Succisa pratensis;estimation;germinule;4.78;1.35;1.14;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19186;Succisa pratensis;actual measurement (following LEDA data standards);generative dispersule;6.09;2.1;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 19186;Succisa pratensis;actual measurement;generative dispersule;4.25;1;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19186;Succisa pratensis;estimation;generative dispersule;4.78;1.35;1.14;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19186;Succisa pratensis;actual measurement (following LEDA data standards);one-seeded generative dispersule;5.3;1.3;1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 19319;Succisella inflexa;estimation;generative dispersule;5.1;2;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19319;Succisella inflexa;estimation;germinule;5.1;2;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 15329;Symphoricarpos albus;estimation;generative dispersule;12.25;10.75;10.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15329;Symphoricarpos albus;estimation;germinule;4.5;3;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15329;Symphoricarpos albus;actual measurement;generative dispersule;13;10;10;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 15329;Symphoricarpos albus;actual measurement;germinule;4;2.75;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11757;Symphytum officinale;actual measurement (following LEDA data standards);generative dispersule;4.73;2.94;2.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11757;Symphytum officinale;actual measurement;generative dispersule;2.75;4.5;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26377;Syringa vulgaris;estimation;generative dispersule;8.75;2.25;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26377;Syringa vulgaris;actual measurement;generative dispersule;8.5;2.25;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26377;Syringa vulgaris;estimation;germinule;8.75;2.25;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26377;Syringa vulgaris;actual measurement;germinule;5;1.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36357;Tamus communis;estimation;germinule;3.48;3.48;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 9823;Tanacetum corymbosum;estimation;generative dispersule;4.06;.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Scheiben- oder Mittelfrucht [A1];;; 9823;Tanacetum corymbosum;estimation;generative dispersule;4.24;.82;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Randfrucht [A2];;; 9823;Tanacetum corymbosum;estimation;germinule;4.24;.82;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Randfrucht [A2];;; 9823;Tanacetum corymbosum;estimation;germinule;4.06;.75;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Scheiben- oder Mittelfrucht [A1];;; 10157;Tanacetum macrophyllum;estimation;generative dispersule;2;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10157;Tanacetum macrophyllum;estimation;germinule;2;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 11451;Tanacetum parthenium;estimation;generative dispersule;1.53;.43;.4;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 11451;Tanacetum parthenium;estimation;germinule;1.53;.43;.4;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10128;Tanacetum vulgare;actual measurement;generative dispersule;1.6;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10128;Tanacetum vulgare;estimation;germinule;1.9;.78;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10128;Tanacetum vulgare;estimation;generative dispersule;1.9;.78;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9235;Taraxacum Sec. Erythrosperma;estimation;germinule;11.9;.89;.45;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9256;Taraxacum Sec. Palustria;estimation;germinule;4.75;.8;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 59373;Taraxacum Sec. Ruderalia;actual measurement;germinule;3.75;1;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;no information regarding pappus;; 59373;Taraxacum Sec. Ruderalia;estimation;germinule;3.43;1;.53;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44250;Taraxacum officinale;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.5;1.05;.6;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 9261;Taraxacum species;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.08;.99;.39;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993/ without fruitstalk;;UNITED KINGDOM 9261;Taraxacum species;actual measurement (following LEDA data standards);one-seeded generative dispersule;4;1.2;.55;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 838;Taxodium distichum;actual measurement;germinule;10;8.5;6.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 835;Taxus baccata;actual measurement (following LEDA data standards);generative dispersule;6.3;4.62;3.68;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 835;Taxus baccata;estimation;generative dispersule;10.15;6.65;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 835;Taxus baccata;actual measurement;germinule;7;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13470;Teesdalia nudicaulis;estimation;generative dispersule;1.07;.95;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13470;Teesdalia nudicaulis;estimation;germinule;1.07;.95;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13470;Teesdalia nudicaulis;actual measurement (following LEDA data standards);generative dispersule;1.12;.91;.56;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13470;Teesdalia nudicaulis;actual measurement;generative dispersule;1;1;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21564;Tetragonolobus maritimus;estimation;generative dispersule;2;1.95;1.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21564;Tetragonolobus maritimus;actual measurement;generative dispersule;60;8;8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21564;Tetragonolobus maritimus;actual measurement;germinule;4.25;3.25;3.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21564;Tetragonolobus maritimus;estimation;germinule;2;1.95;1.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 23469;Teucrium botrys;actual measurement;generative dispersule;1.6;1.4;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23469;Teucrium botrys;estimation;generative dispersule;1.68;1.58;1.2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23469;Teucrium botrys;estimation;germinule;1.68;1.58;1.2;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24813;Teucrium chamaedrys;estimation;generative dispersule;1.63;1.38;1.33;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24813;Teucrium chamaedrys;estimation;germinule;1.63;1.38;1.33;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24813;Teucrium chamaedrys;actual measurement;generative dispersule;1.5;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 23362;Teucrium montanum;estimation;generative dispersule;1.83;.95;.78;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23362;Teucrium montanum;estimation;germinule;1.83;.95;.78;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24902;Teucrium scordium;actual measurement (following LEDA data standards);generative dispersule;2.21;1.47;1.26;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24460;Teucrium scorodonia;actual measurement (following LEDA data standards);generative dispersule;1.35;1.25;1.1;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 24460;Teucrium scorodonia;actual measurement;generative dispersule;1.15;1.15;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24460;Teucrium scorodonia;estimation;germinule;1.31;1.1;1.1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24460;Teucrium scorodonia;estimation;generative dispersule;1.31;1.1;1.1;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 26672;Thalictrum aquilegiifolium;actual measurement;germinule;3.5;1.1;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26672;Thalictrum aquilegiifolium;estimation;germinule;6.9;3.6;3.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26672;Thalictrum aquilegiifolium;estimation;generative dispersule;6.9;3.6;3.6;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26672;Thalictrum aquilegiifolium;actual measurement;generative dispersule;9;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26674;Thalictrum flavum;actual measurement (following LEDA data standards);generative dispersule;2.6;2;1.8;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26674;Thalictrum flavum;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.34;1.54;1.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 26674;Thalictrum flavum;estimation;germinule;2.16;1.5;1.25;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26674;Thalictrum flavum;estimation;generative dispersule;2.16;1.5;1.25;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26571;Thalictrum lucidum;estimation;generative dispersule;1.85;1.1;1;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26571;Thalictrum lucidum;estimation;germinule;1.85;1.1;1;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26547;Thalictrum minus;actual measurement;generative dispersule;3.25;1.5;.95;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26547;Thalictrum minus;actual measurement (following LEDA data standards);generative dispersule;4.52;1.05;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26547;Thalictrum minus;estimation;germinule;3.6;1.49;1.06;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26547;Thalictrum minus;estimation;generative dispersule;3.6;1.49;1.06;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26547;Thalictrum minus;actual measurement;germinule;2;1.05;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26562;Thalictrum simplex;actual measurement;generative dispersule;2.75;1.65;1.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26562;Thalictrum simplex;actual measurement;germinule;2.1;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26562;Thalictrum simplex;estimation;generative dispersule;2.22;;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 26562;Thalictrum simplex;estimation;germinule;2.22;;;-2;;BIOLFLOR database;;;Früchtchen [Fch]; nicht heteromorph [n];;; 32434;Thesium alpinum;estimation;generative dispersule;5.25;1.85;1.85;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 32434;Thesium alpinum;estimation;germinule;2.13;1.7;1.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 32443;Thesium bavarum;actual measurement (following LEDA data standards);generative dispersule;4.31;2.21;2.21;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32443;Thesium bavarum;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 32461;Thesium ebracteatum;estimation;generative dispersule;5.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 32461;Thesium ebracteatum;estimation;germinule;2.4;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 32439;Thesium linophyllon;actual measurement;generative dispersule;4;1.75;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32439;Thesium linophyllon;estimation;germinule;4;1.75;1.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 32417;Thesium pyrenaicum;estimation;germinule;1.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 32417;Thesium pyrenaicum;actual measurement (following LEDA data standards);generative dispersule;4.62;2.31;2.31;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13472;Thlaspi alliaceum;estimation;generative dispersule;1.58;1;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13472;Thlaspi alliaceum;estimation;germinule;1.58;1;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13825;Thlaspi arvense;actual measurement (following LEDA data standards);generative dispersule;2;1.4;.85;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 13825;Thlaspi arvense;estimation;generative dispersule;1.93;1.43;.82;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 13825;Thlaspi arvense;actual measurement (following LEDA data standards);generative dispersule;1.88;1.3;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 13825;Thlaspi arvense;actual measurement;generative dispersule;2;1.4;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 13825;Thlaspi arvense;estimation;germinule;1.93;1.43;.82;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45966;Thlaspi caerulescens;estimation;germinule;1.45;.95;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45966;Thlaspi caerulescens;estimation;generative dispersule;1.45;.95;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14668;Thlaspi montanum;actual measurement (following LEDA data standards);generative dispersule;1.89;1.26;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 14668;Thlaspi montanum;estimation;generative dispersule;1.75;1.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14668;Thlaspi montanum;estimation;germinule;1.75;1.25;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14669;Thlaspi perfoliatum;estimation;generative dispersule;1.34;.94;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14669;Thlaspi perfoliatum;estimation;germinule;1.34;.94;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 14669;Thlaspi perfoliatum;actual measurement;generative dispersule;1;.7;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 14669;Thlaspi perfoliatum;actual measurement (following LEDA data standards);generative dispersule;1.12;.72;.48;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 755;Thuja occidentalis;actual measurement;generative dispersule;7.5;4.75;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 755;Thuja occidentalis;actual measurement;germinule;5.5;2.75;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 756;Thuja orientalis;actual measurement;generative dispersule;4.75;2.5;2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 756;Thuja orientalis;estimation;germinule;5.18;2.78;2.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 756;Thuja orientalis;estimation;generative dispersule;5.18;2.78;2.4;-2;;BIOLFLOR database;;;Zapfen [Za]; nicht heteromorph [n];;; 44580;Thuja plicata;actual measurement;generative dispersule;5.75;3;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 44580;Thuja plicata;actual measurement;germinule;2.75;1.35;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34584;Thymelaea passerina;actual measurement (following LEDA data standards);generative dispersule;3.15;1.47;1.47;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24924;Thymus praecox;actual measurement (following LEDA data standards);generative dispersule;.45;.45;.3;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 24929;Thymus pulegioides;actual measurement (following LEDA data standards);generative dispersule;.84;.74;.42;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24928;Thymus serpyllum;actual measurement;generative dispersule;.55;.55;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 24928;Thymus serpyllum;actual measurement (following LEDA data standards);generative dispersule;.74;.74;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 24928;Thymus serpyllum;estimation;germinule;.62;.55;.37;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 24928;Thymus serpyllum;estimation;generative dispersule;.62;.55;.37;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23794;Thymus vulgaris;estimation;generative dispersule;.75;.75;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23794;Thymus vulgaris;estimation;germinule;.75;.75;.75;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 23794;Thymus vulgaris;actual measurement;generative dispersule;.75;.75;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34664;Tilia cordata;actual measurement;germinule;5.25;3.2;4.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34664;Tilia cordata;estimation;germinule;5.83;5;5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34634;Tilia platyphyllos;estimation;germinule;8.25;6.38;6.38;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34634;Tilia platyphyllos;actual measurement;germinule;8;6.25;6.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34652;Tilia tomentosa;actual measurement;germinule;8;7;7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 38841;Tofieldia calyculata;estimation;generative dispersule;.96;.28;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38841;Tofieldia calyculata;estimation;germinule;.96;.28;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38841;Tofieldia calyculata;actual measurement (following LEDA data standards);generative dispersule;1.05;.27;.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11441;Tolpis staticifolia;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 1545;Tordylium maximum;estimation;generative dispersule;5.58;4;.65;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1545;Tordylium maximum;actual measurement (following LEDA data standards);generative dispersule;5.25;3.89;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 1545;Tordylium maximum;actual measurement;generative dispersule;5.25;4;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1545;Tordylium maximum;estimation;germinule;5.58;4;.65;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1012;Torilis arvensis;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1012;Torilis arvensis;estimation;germinule;4.5;;;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1552;Torilis japonica;actual measurement (following LEDA data standards);generative dispersule;3.01;1.19;.86;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 1552;Torilis japonica;actual measurement;generative dispersule;2.75;2;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 1552;Torilis japonica;estimation;germinule;3.63;2.4;1.4;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1552;Torilis japonica;estimation;generative dispersule;3.63;2.4;1.4;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 1554;Torilis nodosa;actual measurement;generative dispersule;3;2.25;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9874;Tragopogon dubius;actual measurement (following LEDA data standards);generative dispersule;16.6;1.66;1.66;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 9874;Tragopogon dubius;estimation;germinule;26.35;1.48;1.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9791;Tragopogon pratensis;actual measurement;germinule;13.5;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;no information regarding pappus;; 9791;Tragopogon pratensis;actual measurement (following LEDA data standards);one-seeded generative dispersule;15.03;1.41;1.17;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 9791;Tragopogon pratensis;actual measurement (following LEDA data standards);generative dispersule;11.12;1.49;1.33;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 10571;Tragopogon pratensis s. orientalis;estimation;germinule;19.15;1.48;1.26;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 10265;Tragopogon pratensis s. pratensis;estimation;generative dispersule;45.04;1.48;1.22;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 10265;Tragopogon pratensis s. pratensis;estimation;germinule;19.5;1.48;1.22;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43483;Tragus racemosus;estimation;generative dispersule;4.65;3.6;1.7;-2;;BIOLFLOR database;;;Teil-Fruchtstand [TFSt]; nicht heteromorph [n];;; 43483;Tragus racemosus;actual measurement;generative dispersule;3.5;3.3;1.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43483;Tragus racemosus;actual measurement;germinule;1.9;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43483;Tragus racemosus;estimation;germinule;1.98;.66;.46;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34689;Trapa natans;actual measurement;generative dispersule;25;32.5;11.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34689;Trapa natans;actual measurement;germinule;14;14;6.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22105;Trifolium alexandrinum;estimation;generative dispersule;20;12.5;;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 22105;Trifolium alexandrinum;estimation;germinule;2.05;1.5;1.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21116;Trifolium alpestre;estimation;germinule;1.83;1.48;1.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21116;Trifolium alpestre;estimation;generative dispersule;6;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19943;Trifolium arvense;estimation;generative dispersule;2;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19943;Trifolium arvense;actual measurement (following LEDA data standards);germinule;2;1;1;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 19943;Trifolium arvense;actual measurement;germinule;1;.7;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19943;Trifolium arvense;estimation;germinule;1.02;.72;.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19943;Trifolium arvense;actual measurement (following LEDA data standards);generative dispersule;.98;.8;.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21992;Trifolium aureum;estimation;generative dispersule;7.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21992;Trifolium aureum;estimation;germinule;1.18;.92;.68;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21992;Trifolium aureum;actual measurement;germinule;1.2;.85;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21993;Trifolium badium;estimation;generative dispersule;8.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21993;Trifolium badium;estimation;germinule;1.5;1.45;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21008;Trifolium campestre;estimation;generative dispersule;5.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21008;Trifolium campestre;actual measurement;germinule;1.15;.75;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21008;Trifolium campestre;actual measurement;generative dispersule;2;1;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21008;Trifolium campestre;estimation;germinule;1.2;.73;.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21100;Trifolium dubium;actual measurement (following LEDA data standards);generative dispersule;1;.7;.6;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 21100;Trifolium dubium;estimation;germinule;1.25;.86;.62;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21100;Trifolium dubium;actual measurement;germinule;1.15;.75;.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21100;Trifolium dubium;estimation;generative dispersule;4;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21100;Trifolium dubium;actual measurement;generative dispersule;1.5;1.2;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22005;Trifolium fragiferum;actual measurement;generative dispersule;3.25;2.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22005;Trifolium fragiferum;estimation;generative dispersule;8;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 22005;Trifolium fragiferum;estimation;germinule;1.41;1.28;.89;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22005;Trifolium fragiferum;actual measurement (following LEDA data standards);generative dispersule;1.48;1.12;.81;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22005;Trifolium fragiferum;actual measurement;germinule;1.4;1.2;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21107;Trifolium hybridum;actual measurement;germinule;1.15;1.15;.8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21107;Trifolium hybridum;estimation;germinule;1.24;1.08;.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21571;Trifolium incarnatum;estimation;generative dispersule;3.75;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21571;Trifolium incarnatum;actual measurement;germinule;2.4;1.75;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21571;Trifolium incarnatum;estimation;germinule;2.33;1.61;1.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22081;Trifolium medium;actual measurement;generative dispersule;2.5;1.7;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22081;Trifolium medium;actual measurement (following LEDA data standards);generative dispersule;1.88;1.43;.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22081;Trifolium medium;estimation;generative dispersule;9.3;2.8;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 22081;Trifolium medium;estimation;germinule;1.84;1.42;.88;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22081;Trifolium medium;actual measurement;germinule;1.55;1;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19621;Trifolium micranthum;estimation;generative dispersule;2.25;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19621;Trifolium micranthum;estimation;germinule;1.15;.8;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21547;Trifolium montanum;actual measurement (following LEDA data standards);generative dispersule;1.58;.95;.84;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21547;Trifolium montanum;estimation;germinule;5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21547;Trifolium montanum;estimation;germinule;1.59;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22088;Trifolium ochroleucon;estimation;germinule;1.85;1.4;1.18;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22088;Trifolium ochroleucon;actual measurement;germinule;2.3;1.35;1.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19935;Trifolium patens;estimation;generative dispersule;6;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 19935;Trifolium patens;estimation;germinule;1.1;.85;.8;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22096;Trifolium pratense;actual measurement;generative dispersule;2.5;1.8;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22096;Trifolium pratense;actual measurement;germinule;1.9;1.25;1.05;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22096;Trifolium pratense;actual measurement (following LEDA data standards);generative dispersule;1.63;1.33;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22096;Trifolium pratense;estimation;generative dispersule;3.75;1.65;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 22096;Trifolium pratense;estimation;germinule;1.94;1.4;.97;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22096;Trifolium pratense;actual measurement (following LEDA data standards);germinule;1.56;1.24;.85;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 22101;Trifolium repens;estimation;germinule;4.38;1.35;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22101;Trifolium repens;actual measurement (following LEDA data standards);generative dispersule;1.26;1.05;.74;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22101;Trifolium repens;actual measurement;germinule;1.25;1;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22101;Trifolium repens;actual measurement;generative dispersule;4.25;1.35;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22101;Trifolium repens;actual measurement (following LEDA data standards);germinule;1.07;.87;.53;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 22101;Trifolium repens;estimation;germinule;1.17;1.02;.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20696;Trifolium resupinatum;estimation;germinule;1.28;1.03;.72;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20696;Trifolium resupinatum;actual measurement;generative dispersule;2;1.3;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 20696;Trifolium resupinatum;actual measurement;germinule;1.1;.9;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21630;Trifolium retusum;estimation;generative dispersule;4.5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21630;Trifolium retusum;estimation;germinule;1.18;1.05;.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19602;Trifolium rubens;estimation;germinule;1.95;1.45;1.13;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19602;Trifolium rubens;actual measurement;generative dispersule;2.25;1.65;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 19602;Trifolium rubens;actual measurement;germinule;2;1.35;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21632;Trifolium scabrum;estimation;germinule;1.5;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21632;Trifolium scabrum;estimation;generative dispersule;8.5;;;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 20366;Trifolium spadiceum;estimation;germinule;1.4;.93;.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20366;Trifolium spadiceum;estimation;generative dispersule;5;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21076;Trifolium striatum;estimation;generative dispersule;4.25;2;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21076;Trifolium striatum;estimation;germinule;4.25;2;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 21076;Trifolium striatum;actual measurement;germinule;1.65;1.6;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21076;Trifolium striatum;actual measurement (following LEDA data standards);generative dispersule;1.5;1.23;1;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21076;Trifolium striatum;estimation;germinule;1.88;1.62;1.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21076;Trifolium striatum;actual measurement;generative dispersule;2;2;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22050;Trifolium thalii;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 36323;Triglochin maritima;actual measurement;generative dispersule;5;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36323;Triglochin maritima;estimation;germinule;4.26;.95;.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 36323;Triglochin maritima;estimation;generative dispersule;4.26;.95;.95;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 36323;Triglochin maritima;actual measurement (following LEDA data standards);generative dispersule;3.8;1.96;1.2;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 36324;Triglochin palustris;estimation;generative dispersule;7.7;.78;.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 36324;Triglochin palustris;estimation;germinule;7.7;.78;.5;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 36324;Triglochin palustris;actual measurement (following LEDA data standards);generative dispersule;7.19;.63;.39;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21525;Trigonella foenum-graecum;estimation;generative dispersule;3.75;2.74;1.49;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21525;Trigonella foenum-graecum;estimation;germinule;3.75;2.74;1.49;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21525;Trigonella foenum-graecum;actual measurement;generative dispersule;100;10;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21525;Trigonella foenum-graecum;actual measurement;germinule;4.5;2.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 966;Trinia glauca;estimation;germinule;3.08;2.18;.9;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 966;Trinia glauca;estimation;generative dispersule;3.08;2.18;.9;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 61747;Tripleurospermum perforatum;actual measurement (following LEDA data standards);one-seeded generative dispersule;2.41;.98;.64;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993/ very variable;;UNITED KINGDOM 61747;Tripleurospermum perforatum;actual measurement;generative dispersule;2;.75;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42565;Trisetum distichophyllum;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42564;Trisetum flavescens;actual measurement;germinule;2.25;.5;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 42564;Trisetum flavescens;actual measurement;generative dispersule;8;.8;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 42564;Trisetum flavescens;estimation;germinule;2.5;.45;.2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43825;Triticum aestivum;actual measurement;germinule;6.75;3.15;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 43825;Triticum aestivum;estimation;generative dispersule;6.63;3.1;2.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43825;Triticum aestivum;estimation;germinule;6.63;3.1;2.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43828;Triticum spelta;actual measurement (following LEDA data standards);generative dispersule;8.4;3.15;3.15;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26598;Trollius europaeus;actual measurement (following LEDA data standards);generative dispersule;1.53;.9;.63;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 26598;Trollius europaeus;actual measurement;generative dispersule;1.75;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 26598;Trollius europaeus;estimation;generative dispersule;1.67;1;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 26598;Trollius europaeus;estimation;germinule;1.67;1;.9;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34544;Tropaeolum majus;actual measurement;generative dispersule;7;6;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 566;Tsuga canadensis;actual measurement;generative dispersule;3.5;1.4;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 18499;Tuberaria guttata;estimation;generative dispersule;.6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 18499;Tuberaria guttata;estimation;germinule;.6;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38429;Tulipa gesnerana;estimation;generative dispersule;7.5;5.5;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38429;Tulipa gesnerana;actual measurement;generative dispersule;7.5;5.5;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 38429;Tulipa gesnerana;estimation;germinule;7.5;5.5;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38854;Tulipa sylvestris;estimation;generative dispersule;6.05;4.46;.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38854;Tulipa sylvestris;estimation;germinule;6.05;4.46;.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 1998;Turgenia latifolia;actual measurement;germinule;9;4;3.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9608;Tussilago farfara;estimation;generative dispersule;16.4;.45;.29;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 9608;Tussilago farfara;actual measurement (following LEDA data standards);one-seeded generative dispersule;3.41;.48;.25;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 9608;Tussilago farfara;estimation;germinule;3.38;.45;.29;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 9608;Tussilago farfara;actual measurement;generative dispersule;17.25;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pappus hairs break off;; 9608;Tussilago farfara;actual measurement;germinule;3.25;.4;.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 9608;Tussilago farfara;actual measurement (following LEDA data standards);one-seeded generative dispersule;4.5;.5;.5;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 44027;Typha angustifolia;actual measurement;generative dispersule;10;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 44027;Typha angustifolia;estimation;germinule;6.1;.25;.15;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44027;Typha angustifolia;estimation;generative dispersule;6.1;.25;.15;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44027;Typha angustifolia;actual measurement;germinule;.65;.15;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 44041;Typha latifolia;estimation;generative dispersule;8.1;.28;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 44041;Typha latifolia;actual measurement (following LEDA data standards);germinule;2.45;.38;.38;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44041;Typha latifolia;actual measurement (following LEDA data standards);one-seeded generative dispersule;1.7;.3;.3;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1996;;NETHERLANDS 44041;Typha latifolia;actual measurement;generative dispersule;10;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 44041;Typha latifolia;actual measurement;germinule;1.4;.25;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 44041;Typha latifolia;actual measurement (following LEDA data standards);generative dispersule;7.9;7.9;7.9;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 44041;Typha latifolia;estimation;germinule;8.1;.28;.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21090;Ulex europaeus;estimation;generative dispersule;2.94;2.33;1.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21090;Ulex europaeus;estimation;germinule;2.94;2.33;1.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21090;Ulex europaeus;actual measurement;generative dispersule;17.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21090;Ulex europaeus;actual measurement;germinule;2.75;2.25;1.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35180;Ulmus glabra;estimation;generative dispersule;20.55;15.95;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35180;Ulmus glabra;estimation;germinule;20.55;15.95;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35184;Ulmus laevis;estimation;generative dispersule;11.75;9;1.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35184;Ulmus laevis;actual measurement;germinule;3.75;2.25;1.05;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35184;Ulmus laevis;actual measurement;generative dispersule;12.5;9;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35184;Ulmus laevis;estimation;germinule;11.75;9;1.25;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35187;Ulmus minor;estimation;generative dispersule;18.75;14;2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35187;Ulmus minor;actual measurement;generative dispersule;7;4.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35187;Ulmus minor;actual measurement;germinule;4;2.75;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35187;Ulmus minor;estimation;germinule;18.75;14;2;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35149;Urtica dioica;actual measurement (following LEDA data standards);generative dispersule;1.15;.75;.3;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 35149;Urtica dioica;actual measurement;generative dispersule;1.05;.65;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35149;Urtica dioica;actual measurement (following LEDA data standards);generative dispersule;1.13;.74;.39;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35149;Urtica dioica;estimation;germinule;1.19;.77;.33;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35149;Urtica dioica;estimation;generative dispersule;2;1.35;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 35149;Urtica dioica;actual measurement (following LEDA data standards);germinule;1.2;.82;.35;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1992;;SWEDEN 35149;Urtica dioica;actual measurement (following LEDA data standards);germinule;1.21;.81;.38;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 35156;Urtica kioviensis;estimation;generative dispersule;1.48;1.02;.42;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 35156;Urtica kioviensis;estimation;germinule;1.05;.78;.38;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35157;Urtica pilulifera;estimation;germinule;2.85;2;.7;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35157;Urtica pilulifera;actual measurement;generative dispersule;2.85;2;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35160;Urtica urens;estimation;generative dispersule;2.12;1.5;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 35160;Urtica urens;estimation;germinule;1.8;1.2;.48;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 35160;Urtica urens;actual measurement;generative dispersule;1.9;1.2;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35160;Urtica urens;actual measurement (following LEDA data standards);generative dispersule;1.47;.99;.45;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 45231;Vaccaria hispanica;estimation;generative dispersule;2.2;2.15;2.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 45231;Vaccaria hispanica;estimation;germinule;2.2;2.15;2.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19470;Vaccinium macrocarpon;estimation;generative dispersule;16.5;16.5;16.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19475;Vaccinium myrtillus;actual measurement (following LEDA data standards);germinule;1.2;.7;.5;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19475;Vaccinium myrtillus;actual measurement;germinule;1.35;.65;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19475;Vaccinium myrtillus;actual measurement (following LEDA data standards);germinule;1.3;.9;.5;-2;3;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19475;Vaccinium myrtillus;estimation;generative dispersule;5.1;4.65;4.1;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19475;Vaccinium myrtillus;estimation;germinule;1.28;.73;.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19475;Vaccinium myrtillus;actual measurement;generative dispersule;4;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19476;Vaccinium oxycoccos;estimation;generative dispersule;8.5;8.5;9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19476;Vaccinium oxycoccos;estimation;germinule;2.15;1.4;1.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19476;Vaccinium oxycoccos;actual measurement;germinule;2.15;1.4;1.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;no information regarding berry;; 19476;Vaccinium oxycoccos;actual measurement (following LEDA data standards);germinule;3.8;3.5;2.8;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19479;Vaccinium uliginosum;actual measurement (following LEDA data standards);germinule;1.2;.2;.5;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19479;Vaccinium uliginosum;estimation;generative dispersule;8.1;7.75;7.75;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19479;Vaccinium uliginosum;estimation;germinule;1.4;.5;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19479;Vaccinium uliginosum;actual measurement;generative dispersule;8.5;8.5;8.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19479;Vaccinium uliginosum;actual measurement;germinule;1.3;.5;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19439;Vaccinium vitis-idaea;actual measurement;generative dispersule;5.5;5.5;5.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19439;Vaccinium vitis-idaea;actual measurement;germinule;1.25;.55;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19439;Vaccinium vitis-idaea;estimation;germinule;1.6;.83;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19439;Vaccinium vitis-idaea;estimation;generative dispersule;6.56;6.28;5.3;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 19439;Vaccinium vitis-idaea;actual measurement (following LEDA data standards);germinule;1.25;.7;.45;-2;2;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 19439;Vaccinium vitis-idaea;actual measurement (following LEDA data standards);generative dispersule;1.47;.74;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 34884;Valeriana dioica;estimation;germinule;2.63;1.75;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34884;Valeriana dioica;actual measurement;germinule;2.75;1.75;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34812;Valeriana montana;estimation;germinule;4.08;1.59;.43;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34812;Valeriana montana;actual measurement;germinule;4.5;1.65;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34832;Valeriana officinalis;estimation;generative dispersule;7.1;1.85;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34832;Valeriana officinalis;actual measurement;germinule;3;1.5;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34832;Valeriana officinalis;estimation;germinule;2.87;1.45;.42;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34846;Valeriana officinalis s. collina;estimation;germinule;2.98;1.5;.5;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34746;Valeriana officinalis s. sambucifolia;estimation;germinule;4.06;1.77;.37;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34804;Valeriana saxatilis;estimation;germinule;3;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34809;Valeriana supina;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34810;Valeriana tripteris;estimation;germinule;3.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34818;Valerianella carinata;estimation;generative dispersule;2.2;1.1;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34818;Valerianella carinata;estimation;germinule;2.2;1.1;1;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34784;Valerianella coronata;estimation;generative dispersule;2.13;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34784;Valerianella coronata;estimation;germinule;2.13;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34825;Valerianella dentata;estimation;generative dispersule;2.63;1.5;.8;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34825;Valerianella dentata;estimation;germinule;2.63;1.5;.8;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34768;Valerianella eriocarpa;actual measurement;generative dispersule;2.7;1.3;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34768;Valerianella eriocarpa;estimation;generative dispersule;2.43;1.37;.92;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34768;Valerianella eriocarpa;estimation;germinule;2.43;1.37;.92;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34776;Valerianella locusta;estimation;generative dispersule;2.33;1.94;.97;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34776;Valerianella locusta;estimation;germinule;2.33;1.94;.97;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34776;Valerianella locusta;actual measurement;generative dispersule;2.1;1.9;1.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34795;Valerianella rimosa;actual measurement;generative dispersule;2.5;1.75;1.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34795;Valerianella rimosa;estimation;germinule;2.43;1.88;1.53;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 34795;Valerianella rimosa;estimation;generative dispersule;2.43;1.88;1.53;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43148;Ventenata dubia;estimation;germinule;2.5;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 38054;Veratrum album;estimation;generative dispersule;8.97;3.96;.81;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 38054;Veratrum album;actual measurement (following LEDA data standards);generative dispersule;10.17;3.59;.99;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38054;Veratrum album;actual measurement (following LEDA data standards);germinule;4.96;1.49;.86;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 38054;Veratrum album;estimation;germinule;8.97;3.96;.81;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32871;Verbascum blattaria;estimation;generative dispersule;.7;.45;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32871;Verbascum blattaria;estimation;germinule;.7;.45;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32871;Verbascum blattaria;actual measurement;generative dispersule;.7;.45;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33779;Verbascum lychnitis;actual measurement (following LEDA data standards);generative dispersule;1.05;.63;.53;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32834;Verbascum nigrum;estimation;generative dispersule;.75;.5;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32834;Verbascum nigrum;actual measurement;generative dispersule;.75;.5;.45;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32834;Verbascum nigrum;estimation;germinule;.75;.5;.45;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32841;Verbascum phlomoides;estimation;generative dispersule;.85;.41;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32841;Verbascum phlomoides;actual measurement;generative dispersule;.8;.35;.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32841;Verbascum phlomoides;estimation;germinule;.85;.41;.38;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32842;Verbascum phoeniceum;estimation;generative dispersule;.86;.51;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32842;Verbascum phoeniceum;actual measurement;generative dispersule;.9;.5;.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32842;Verbascum phoeniceum;estimation;germinule;.86;.51;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33747;Verbascum pulverulentum;estimation;generative dispersule;1;.5;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33747;Verbascum pulverulentum;estimation;germinule;1;.5;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33712;Verbascum sinuatum;estimation;germinule;.75;.5;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33712;Verbascum sinuatum;estimation;generative dispersule;.75;.5;.47;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32859;Verbascum thapsus;actual measurement;generative dispersule;.8;.4;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32859;Verbascum thapsus;estimation;generative dispersule;.86;.48;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32859;Verbascum thapsus;estimation;germinule;.86;.48;.42;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35092;Verbena officinalis;estimation;generative dispersule;1.78;.68;.55;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 35092;Verbena officinalis;estimation;germinule;1.78;.68;.55;-2;;BIOLFLOR database;;;Teilfrucht [TF]; nicht heteromorph [n];;; 35092;Verbena officinalis;actual measurement;generative dispersule;1.85;.65;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33324;Veronica acinifolia;estimation;germinule;.63;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33324;Veronica acinifolia;estimation;generative dispersule;.63;.5;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34127;Veronica agrestis;actual measurement;generative dispersule;1.3;.95;.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34127;Veronica agrestis;estimation;generative dispersule;1.61;1.08;.63;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34127;Veronica agrestis;estimation;germinule;1.61;1.08;.63;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33325;Veronica alpina;actual measurement (following LEDA data standards);germinule;1.1;.7;.3;-2;5;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 33325;Veronica alpina;actual measurement (following LEDA data standards);germinule;.9;.6;.2;-2;1;Source data from Norwegian Institute for Nature Resaerch, NINA-Trondheim, NO (Rusch), E-Mail: Graciela.rusch@nina.no;;2003-08-20 00:00:00.0;;(preaggregated value) ;;NORWAY 32774;Veronica anagallis-aquatica;estimation;germinule;.55;.4;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32774;Veronica anagallis-aquatica;estimation;generative dispersule;.55;.4;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34184;Veronica anagalloides;estimation;germinule;.55;.4;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34184;Veronica anagalloides;estimation;generative dispersule;.55;.4;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33302;Veronica arvensis;actual measurement;generative dispersule;.9;.6;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33302;Veronica arvensis;estimation;germinule;1.04;.66;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33302;Veronica arvensis;estimation;generative dispersule;1.04;.66;.22;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32781;Veronica austriaca;actual measurement (following LEDA data standards);generative dispersule;1.47;1.16;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33306;Veronica austriaca s. teucrium;estimation;generative dispersule;1.65;1.65;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33306;Veronica austriaca s. teucrium;actual measurement (following LEDA data standards);generative dispersule;1.37;1.16;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33306;Veronica austriaca s. teucrium;estimation;germinule;1.65;1.65;.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33306;Veronica austriaca s. teucrium;actual measurement;generative dispersule;1.65;1.65;.3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33863;Veronica beccabunga;estimation;generative dispersule;.6;.42;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33863;Veronica beccabunga;estimation;germinule;.6;.42;.26;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33875;Veronica catenata;actual measurement (following LEDA data standards);generative dispersule;.63;.38;.27;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32792;Veronica chamaedrys;estimation;generative dispersule;1.18;1;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32792;Veronica chamaedrys;actual measurement (following LEDA data standards);germinule;1.35;.95;.35;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 32792;Veronica chamaedrys;actual measurement (following LEDA data standards);generative dispersule;1.47;1.16;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 32792;Veronica chamaedrys;estimation;germinule;1.18;1;.34;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33829;Veronica dillenii;estimation;generative dispersule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33829;Veronica dillenii;estimation;germinule;1;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33807;Veronica filiformis;estimation;generative dispersule;1.31;1.02;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33807;Veronica filiformis;estimation;germinule;1.31;1.02;.4;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34175;Veronica fruticans;actual measurement;generative dispersule;1.15;1.1;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34175;Veronica fruticans;estimation;germinule;1.24;1.03;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34175;Veronica fruticans;estimation;generative dispersule;1.24;1.03;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33317;Veronica hederifolia;estimation;generative dispersule;2.46;2.09;1.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33317;Veronica hederifolia;actual measurement;generative dispersule;2.1;2.1;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33317;Veronica hederifolia;actual measurement (following LEDA data standards);generative dispersule;2.63;2.52;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33317;Veronica hederifolia;estimation;germinule;2.46;2.09;1.53;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32803;Veronica longifolia;estimation;generative dispersule;.67;.5;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32803;Veronica longifolia;estimation;germinule;.67;.5;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33758;Veronica montana;actual measurement (following LEDA data standards);generative dispersule;1.89;1.58;.21;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33758;Veronica montana;estimation;germinule;1.7;1.6;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33758;Veronica montana;estimation;generative dispersule;1.7;1.6;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33764;Veronica officinalis;actual measurement;generative dispersule;1.1;.9;.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33764;Veronica officinalis;actual measurement (following LEDA data standards);germinule;.87;.75;.27;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1995;;SWEDEN 33764;Veronica officinalis;actual measurement (following LEDA data standards);generative dispersule;1.05;.84;.32;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33764;Veronica officinalis;estimation;generative dispersule;1.19;.97;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33764;Veronica officinalis;estimation;germinule;1.19;.97;.23;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34421;Veronica opaca;estimation;germinule;1.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34421;Veronica opaca;estimation;generative dispersule;1.4;;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32731;Veronica paniculata;estimation;generative dispersule;1.1;.79;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32731;Veronica paniculata;estimation;germinule;1.1;.79;.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33270;Veronica peregrina;actual measurement;generative dispersule;.75;.4;.1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33270;Veronica peregrina;estimation;generative dispersule;.8;.45;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33270;Veronica peregrina;estimation;germinule;.8;.45;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33737;Veronica persica;estimation;generative dispersule;1.82;1.05;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33737;Veronica persica;estimation;germinule;1.82;1.05;.6;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33737;Veronica persica;actual measurement (following LEDA data standards);generative dispersule;1.51;.99;.59;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 33745;Veronica polita;estimation;germinule;1.45;1.04;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33745;Veronica polita;estimation;generative dispersule;1.45;1.04;.58;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33746;Veronica praecox;estimation;germinule;1.28;.97;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33746;Veronica praecox;estimation;generative dispersule;1.28;.97;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34347;Veronica scutellata;estimation;generative dispersule;1.78;1.18;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34347;Veronica scutellata;actual measurement (following LEDA data standards);generative dispersule;1.14;.9;.3;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 34347;Veronica scutellata;estimation;germinule;1.78;1.18;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32740;Veronica serpyllifolia;estimation;generative dispersule;.86;.53;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32740;Veronica serpyllifolia;estimation;germinule;.86;.53;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 32740;Veronica serpyllifolia;actual measurement;generative dispersule;.8;.35;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 32745;Veronica spicata;actual measurement;generative dispersule;1.4;1.4;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33276;Veronica spicata s. spicata;estimation;germinule;.95;.51;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33276;Veronica spicata s. spicata;estimation;generative dispersule;.95;.51;.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33282;Veronica triphyllos;actual measurement;generative dispersule;1.15;1.1;.55;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 33282;Veronica triphyllos;estimation;germinule;1.4;1.06;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 33282;Veronica triphyllos;estimation;generative dispersule;1.4;1.06;.56;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34194;Veronica urticifolia;estimation;generative dispersule;1.12;.88;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34194;Veronica urticifolia;estimation;germinule;1.12;.88;.1;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34375;Veronica verna;actual measurement;generative dispersule;.9;.6;.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34375;Veronica verna;estimation;germinule;1.05;.71;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 34375;Veronica verna;estimation;generative dispersule;1.05;.71;.15;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 15334;Viburnum lantana;actual measurement (following LEDA data standards);generative dispersule;7.25;5.41;2.1;-2;4;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 15334;Viburnum lantana;actual measurement;germinule;7;5;2.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;drupe;; 15334;Viburnum lantana;estimation;generative dispersule;7.5;5.5;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 15334;Viburnum lantana;estimation;germinule;7;5;2.25;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 15336;Viburnum opulus;actual measurement;germinule;7;6;1.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;drupe;; 15336;Viburnum opulus;estimation;germinule;7;6;1.75;-2;;BIOLFLOR database;;;Fruchtteil [FT]; nicht heteromorph [n];;; 15336;Viburnum opulus;estimation;generative dispersule;9;9;9;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 22076;Vicia articulata;actual measurement;generative dispersule;30;10;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22076;Vicia articulata;estimation;generative dispersule;5.32;5.26;2.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22076;Vicia articulata;estimation;germinule;5.32;5.26;2.78;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22076;Vicia articulata;actual measurement;germinule;5;5;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 19692;Vicia cassubica;actual measurement;generative dispersule;30;10;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 19692;Vicia cassubica;estimation;germinule;4.05;3.35;3.05;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19692;Vicia cassubica;estimation;generative dispersule;4.05;3.35;3.05;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19692;Vicia cassubica;actual measurement;germinule;5;5;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22128;Vicia cracca;actual measurement (following LEDA data standards);generative dispersule;3.4;3.3;2.9;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 22128;Vicia cracca;actual measurement;generative dispersule;22.5;5.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22128;Vicia cracca;actual measurement;germinule;3.15;3.15;3.15;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22128;Vicia cracca;actual measurement (following LEDA data standards);germinule;3.48;3.12;2.63;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) in 1993;;UNITED KINGDOM 22128;Vicia cracca;actual measurement (following LEDA data standards);generative dispersule;2.48;2.33;2.17;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 22128;Vicia cracca;estimation;germinule;2.89;2.81;2.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22128;Vicia cracca;estimation;generative dispersule;2.89;2.81;2.7;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21606;Vicia dumetorum;actual measurement;generative dispersule;45;6;6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21606;Vicia dumetorum;actual measurement;germinule;4.5;4.5;4.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21606;Vicia dumetorum;estimation;germinule;5.03;4.94;5.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21606;Vicia dumetorum;estimation;generative dispersule;5.03;4.94;5.08;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20343;Vicia ervilia;estimation;generative dispersule;4.51;4.03;3.71;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20343;Vicia ervilia;estimation;germinule;4.51;4.03;3.71;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20343;Vicia ervilia;actual measurement;generative dispersule;25;4.25;5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 20343;Vicia ervilia;actual measurement;germinule;4.25;5;4.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20755;Vicia faba;actual measurement;germinule;20.25;17;6.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21610;Vicia grandiflora;estimation;generative dispersule;3.92;3.75;2.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21610;Vicia grandiflora;actual measurement;generative dispersule;42.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21610;Vicia grandiflora;actual measurement;germinule;3.5;3.5;2.35;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21610;Vicia grandiflora;estimation;germinule;3.92;3.75;2.55;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20346;Vicia hirsuta;actual measurement (following LEDA data standards);generative dispersule;1.45;1.3;1.05;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 20346;Vicia hirsuta;estimation;generative dispersule;2.36;2.28;1.86;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20346;Vicia hirsuta;actual measurement (following LEDA data standards);generative dispersule;2.02;1.86;1.55;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20346;Vicia hirsuta;actual measurement;generative dispersule;9;3;3;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 20346;Vicia hirsuta;actual measurement;germinule;2.4;2.4;1.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20346;Vicia hirsuta;estimation;germinule;2.36;2.28;1.86;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21160;Vicia lathyroides;estimation;generative dispersule;1.62;1.48;1.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21160;Vicia lathyroides;estimation;germinule;1.62;1.48;1.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21160;Vicia lathyroides;actual measurement;germinule;1.5;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21160;Vicia lathyroides;actual measurement;generative dispersule;20;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21163;Vicia lutea;estimation;generative dispersule;4.23;4.47;3.86;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21163;Vicia lutea;estimation;germinule;4.23;4.47;3.86;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21163;Vicia lutea;actual measurement;germinule;4;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21163;Vicia lutea;actual measurement;generative dispersule;27.5;9;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 20758;Vicia melanops;estimation;germinule;4.85;4.85;4.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20758;Vicia melanops;estimation;generative dispersule;4.85;4.85;4.3;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21166;Vicia narbonensis;estimation;generative dispersule;7.34;6.1;4.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21166;Vicia narbonensis;estimation;germinule;7.34;6.1;4.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 21166;Vicia narbonensis;actual measurement;germinule;7;7;7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 21166;Vicia narbonensis;actual measurement;generative dispersule;40;10;8;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22135;Vicia oroboides;estimation;generative dispersule;3.26;3.17;2.66;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22135;Vicia oroboides;estimation;germinule;3.26;3.17;2.66;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20763;Vicia orobus;actual measurement;generative dispersule;25;5.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 20763;Vicia orobus;estimation;germinule;4.13;3.2;2.69;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20763;Vicia orobus;estimation;generative dispersule;4.13;3.2;2.69;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22136;Vicia pannonica;actual measurement;generative dispersule;25;4;.7;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22136;Vicia pannonica;actual measurement;germinule;4;.7;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22136;Vicia pannonica;estimation;germinule;4;3.78;2.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22136;Vicia pannonica;estimation;generative dispersule;4;3.78;2.98;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22140;Vicia pisiformis;actual measurement;germinule;4.25;4.25;4.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22140;Vicia pisiformis;estimation;generative dispersule;4.57;4.57;4.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22140;Vicia pisiformis;actual measurement;generative dispersule;3.25;8;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22140;Vicia pisiformis;estimation;germinule;4.57;4.57;4.73;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22143;Vicia sativa;estimation;generative dispersule;4.18;4.09;3.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22143;Vicia sativa;actual measurement;generative dispersule;55;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22143;Vicia sativa;actual measurement;germinule;3.9;3.9;3.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22143;Vicia sativa;estimation;germinule;4.18;4.09;3.36;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 19593;Vicia sativa s. nigra;actual measurement (following LEDA data standards);generative dispersule;2.94;2.94;2.94;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20357;Vicia sepium;estimation;generative dispersule;3.62;3.19;2.74;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20357;Vicia sepium;actual measurement;germinule;3.5;3.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 20357;Vicia sepium;actual measurement;generative dispersule;22.5;4;4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 20357;Vicia sepium;actual measurement (following LEDA data standards);generative dispersule;3.25;2.75;2.5;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 20357;Vicia sepium;estimation;germinule;3.62;3.19;2.74;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20360;Vicia sylvatica;actual measurement;generative dispersule;27.5;6.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 20360;Vicia sylvatica;estimation;generative dispersule;3.49;3.05;2.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20360;Vicia sylvatica;estimation;germinule;3.49;3.05;2.75;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 20360;Vicia sylvatica;actual measurement;germinule;3.75;3.1;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22123;Vicia tenuifolia;actual measurement;germinule;3.25;2.75;2.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22123;Vicia tenuifolia;estimation;generative dispersule;3.43;2.67;2.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22123;Vicia tenuifolia;estimation;germinule;3.43;2.67;2.33;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22147;Vicia tetrasperma;actual measurement;germinule;1.5;1.5;1.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22147;Vicia tetrasperma;estimation;generative dispersule;1.69;1.63;1.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22147;Vicia tetrasperma;estimation;germinule;1.69;1.63;1.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22147;Vicia tetrasperma;actual measurement;generative dispersule;11;2.5;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21598;Vicia villosa;actual measurement (following LEDA data standards);generative dispersule;3.55;3.15;2.75;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 21598;Vicia villosa;actual measurement;generative dispersule;30;7.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 21598;Vicia villosa;actual measurement;germinule;3.75;3.75;3.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 22113;Vicia villosa s. varia;actual measurement;generative dispersule;30;8.5;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;pod;; 22113;Vicia villosa s. varia;estimation;generative dispersule;3.9;3.65;3.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22113;Vicia villosa s. varia;estimation;germinule;3.9;3.65;3.48;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 22113;Vicia villosa s. varia;actual measurement;germinule;3.75;3.25;2.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2536;Vinca minor;actual measurement;germinule;2;1.25;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 2467;Vincetoxicum hirundinaria;actual measurement (following LEDA data standards);generative dispersule;6.09;3.15;1.58;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 2467;Vincetoxicum hirundinaria;actual measurement;germinule;5.5;2.5;1.25;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35426;Viola alba;estimation;germinule;2.71;1.66;1.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35426;Viola alba;estimation;generative dispersule;3.33;1.66;1.61;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35403;Viola arvensis;actual measurement (following LEDA data standards);generative dispersule;1.1;.55;.55;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 35403;Viola arvensis;estimation;generative dispersule;1.67;.95;.87;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35403;Viola arvensis;estimation;germinule;1.67;.95;.87;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35403;Viola arvensis;actual measurement (following LEDA data standards);generative dispersule;1.66;.95;.95;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35384;Viola canina;actual measurement;germinule;;1.2;1.2;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35384;Viola canina;actual measurement;generative dispersule;2.1;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35385;Viola canina s. canina;estimation;germinule;2.1;1.2;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35385;Viola canina s. canina;estimation;generative dispersule;2.1;1.2;1.2;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35355;Viola hirta;estimation;generative dispersule;4;1.45;1.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35355;Viola hirta;estimation;germinule;4;1.45;1.54;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35309;Viola odorata;actual measurement (following LEDA data standards);generative dispersule;2.89;1.83;1.56;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 35309;Viola odorata;actual measurement;germinule;2.35;1.65;1.65;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35276;Viola palustris;actual measurement (following LEDA data standards);germinule;1.6;1.05;.95;-2;5;Source data from University of Groningen, Community and Conservation Ecology Group, NL (Bekker), E-Mail: R.M.Bekker@RUG.NL;;;;(preaggregated value) ;;NETHERLANDS 35285;Viola persicifolia;estimation;generative dispersule;1.95;1.25;1.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35285;Viola persicifolia;estimation;germinule;1.95;1.25;1.25;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35256;Viola pumila;estimation;generative dispersule;1.94;1.02;1.01;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35256;Viola pumila;estimation;germinule;1.94;1.02;1.01;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35267;Viola riviniana;estimation;germinule;1.84;1.45;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35267;Viola riviniana;estimation;generative dispersule;1.84;1.45;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35219;Viola tricolor;estimation;generative dispersule;1.58;.93;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35219;Viola tricolor;estimation;germinule;1.58;.93;.85;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 35219;Viola tricolor;actual measurement;germinule;;.9;.9;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 35219;Viola tricolor;actual measurement;generative dispersule;1.5;;;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25275;Viscum album;actual measurement;generative dispersule;7.5;7.5;7.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25275;Viscum album;actual measurement;germinule;3.25;2.6;1;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 25275;Viscum album;actual measurement (following LEDA data standards);generative dispersule;8.82;8.4;6.83;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 25275;Viscum album;actual measurement (following LEDA data standards);germinule;4.94;3.47;1.89;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 34500;Vitis vinifera;actual measurement;germinule;5.75;3.75;2.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 34500;Vitis vinifera;estimation;generative dispersule;10;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 34500;Vitis vinifera;estimation;germinule;6.13;3.75;2.5;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 42790;Vulpia bromoides;actual measurement;generative dispersule;14.5;.95;.6;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 42790;Vulpia bromoides;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht + sterile Blütchen (Teilfruchtstand)/Frucht aus Spelzfrucht + sterile Blütchen (Teilfruchtstand) [H2];;; 42790;Vulpia bromoides;estimation;germinule;4;;;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 42790;Vulpia bromoides;actual measurement (following LEDA data standards);germinule;3.36;.6;.52;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42790;Vulpia bromoides;actual measurement (following LEDA data standards);generative dispersule;11.7;.74;.62;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42790;Vulpia bromoides;estimation;generative dispersule;14.7;.98;.6;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 42792;Vulpia ciliata;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht/Frucht aus Spelzfrucht [H1];;; 42792;Vulpia ciliata;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; Spelzfrucht + sterile Blütchen (Teilfruchtstand)/Frucht aus Spelzfrucht + sterile Blütchen (Teilfruchtstand) [H2];;; 42798;Vulpia myuros;actual measurement;generative dispersule;16;.95;.4;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;with awn;; 42798;Vulpia myuros;actual measurement (following LEDA data standards);germinule;2.6;.55;.36;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42798;Vulpia myuros;actual measurement (following LEDA data standards);generative dispersule;18.3;.66;.62;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 42798;Vulpia myuros;estimation;germinule;3.81;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 42798;Vulpia myuros;estimation;generative dispersule;17.53;;;-2;;BIOLFLOR database;;;Frucht mit Zusatzbildung [FZb]; nicht heteromorph [n];;; 43838;Vulpia unilateralis;estimation;germinule;2.75;;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 21151;Wisteria sinensis;actual measurement;germinule;11;10.5;2.75;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 36885;Wolffia arrhiza;actual measurement (following LEDA data standards);generative dispersule;.78;.6;.6;-2;5;Source data from University of Regensburg, Chair of Botany, DE (Römermann), E-Mail: roemermann@em.uni-frankfurt.de;;;;(preaggregated value) ;; 11345;Xanthium spinosum;estimation;generative dispersule;11;4.75;3.5;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 11345;Xanthium spinosum;actual measurement;generative dispersule;11;4.75;3.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 11345;Xanthium spinosum;estimation;germinule;11;4.75;3.5;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 10168;Xanthium strumarium;actual measurement;generative dispersule;12.5;7.5;7.5;-2;1;Brouwer, W.(1975): Handbuch der Samenkunde für Landwirtschaft, Gartenbau und Forstwirtschaft [];1;;;n and replicates unknown;; 10168;Xanthium strumarium;estimation;generative dispersule;13;7.5;7.5;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 10168;Xanthium strumarium;estimation;germinule;13;7.5;7.5;-2;;BIOLFLOR database;;;Fruchtstand [FSt]; nicht heteromorph [n];;; 43857;Zannichellia palustris;estimation;germinule;2;.8;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43844;Zea mays;actual measurement (following LEDA data standards);generative dispersule;9.62;12.2;4.54;-2;5;Source data from University of Sheffield, Dept. of Animal and Plant Sciences, UK (Thompson), E-Mail: ken.thompson@sheffield.ac.uk;;;;(preaggregated value) ;Thompson, K., Band, S.R., Hodgson, J.G. (1993): Seed size and shape predict persistence in soil. Functional Ecology 7: 236-241;UNITED KINGDOM 43879;Zostera marina;estimation;generative dispersule;6;3;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;; 43879;Zostera marina;estimation;germinule;4;2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43880;Zostera noltii;estimation;germinule;3;2;;-2;;BIOLFLOR database;;;Same [S]; nicht heteromorph [n];;; 43880;Zostera noltii;estimation;generative dispersule;4;1;;-2;;BIOLFLOR database;;;Frucht [F]; nicht heteromorph [n];;;