==18316== Memcheck, a memory error detector ==18316== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==18316== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info ==18316== Command: /data/blackswan/ripley/R/R-devel-vg/bin/exec/R --vanilla ==18316== R Under development (unstable) (2020-02-19 r77830) -- "Unsuffered Consequences" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > pkgname <- "spacodiR" > source(file.path(R.home("share"), "R", "examples-header.R")) > options(warn = 1) > library('spacodiR') Loading required package: picante Loading required package: ape Loading required package: vegan Loading required package: permute Loading required package: lattice This is vegan 2.5-6 Loading required package: nlme Loading required package: colorspace Loading required package: Rcpp > > base::assign(".oldSearch", base::search(), pos = 'CheckExEnv') > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') > cleanEx() > nameEx("as.phylocom") > ### * as.phylocom > > flush(stderr()); flush(stdout()) > > ### Name: as.phylocom > ### Title: converting between data formats for community phylogenetics > ### Aliases: as.phylocom > > ### ** Examples > > # call example data from SPACoDi > data(sp.example) > attach(sp.example) > spl->d.spacodi > d.spacodi ## SPACoDi format plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # convert to phylocom > as.phylocom(data=spl, picante=FALSE)->d.phylocom > d.phylocom ## phylocom format plot samples species 1 plot1 7 sp1 2 plot1 1 sp2 3 plot1 3 sp3 4 plot1 2 sp4 5 plot1 1 sp5 6 plot1 1 sp6 7 plot1 1 sp7 8 plot1 18 sp8 9 plot1 1 sp9 10 plot1 18 sp10 11 plot1 15 sp11 12 plot1 7 sp12 13 plot1 3 sp13 14 plot1 4 sp14 15 plot1 2 sp15 16 plot1 1 sp16 17 plot1 1 sp17 18 plot1 2 sp18 19 plot1 4 sp19 20 plot1 1 sp20 21 plot2 0 sp1 22 plot2 0 sp2 23 plot2 8 sp3 24 plot2 0 sp4 25 plot2 2 sp5 26 plot2 0 sp6 27 plot2 0 sp7 28 plot2 36 sp8 29 plot2 0 sp9 30 plot2 0 sp10 31 plot2 46 sp11 32 plot2 0 sp12 33 plot2 0 sp13 34 plot2 0 sp14 35 plot2 0 sp15 36 plot2 7 sp16 37 plot2 0 sp17 38 plot2 0 sp18 39 plot2 1 sp19 40 plot2 3 sp20 41 plot3 0 sp1 42 plot3 0 sp2 43 plot3 1 sp3 44 plot3 0 sp4 45 plot3 0 sp5 46 plot3 0 sp6 47 plot3 0 sp7 48 plot3 0 sp8 49 plot3 0 sp9 50 plot3 0 sp10 51 plot3 7 sp11 52 plot3 0 sp12 53 plot3 25 sp13 54 plot3 0 sp14 55 plot3 0 sp15 56 plot3 13 sp16 57 plot3 1 sp17 58 plot3 1 sp18 59 plot3 0 sp19 60 plot3 0 sp20 61 plot4 0 sp1 62 plot4 0 sp2 63 plot4 0 sp3 64 plot4 0 sp4 65 plot4 0 sp5 66 plot4 0 sp6 67 plot4 0 sp7 68 plot4 1 sp8 69 plot4 0 sp9 70 plot4 0 sp10 71 plot4 0 sp11 72 plot4 0 sp12 73 plot4 4 sp13 74 plot4 0 sp14 75 plot4 0 sp15 76 plot4 1 sp16 77 plot4 0 sp17 78 plot4 0 sp18 79 plot4 1 sp19 80 plot4 1 sp20 81 plot5 1 sp1 82 plot5 0 sp2 83 plot5 1 sp3 84 plot5 0 sp4 85 plot5 0 sp5 86 plot5 0 sp6 87 plot5 0 sp7 88 plot5 5 sp8 89 plot5 0 sp9 90 plot5 0 sp10 91 plot5 37 sp11 92 plot5 0 sp12 93 plot5 0 sp13 94 plot5 0 sp14 95 plot5 0 sp15 96 plot5 10 sp16 97 plot5 0 sp17 98 plot5 0 sp18 99 plot5 0 sp19 100 plot5 0 sp20 101 plot6 0 sp1 102 plot6 3 sp2 103 plot6 0 sp3 104 plot6 0 sp4 105 plot6 0 sp5 106 plot6 0 sp6 107 plot6 0 sp7 108 plot6 1 sp8 109 plot6 1 sp9 110 plot6 0 sp10 111 plot6 1 sp11 112 plot6 0 sp12 113 plot6 17 sp13 114 plot6 0 sp14 115 plot6 0 sp15 116 plot6 0 sp16 117 plot6 0 sp17 118 plot6 0 sp18 119 plot6 0 sp19 120 plot6 0 sp20 121 plot7 0 sp1 122 plot7 1 sp2 123 plot7 0 sp3 124 plot7 0 sp4 125 plot7 0 sp5 126 plot7 0 sp6 127 plot7 0 sp7 128 plot7 0 sp8 129 plot7 1 sp9 130 plot7 0 sp10 131 plot7 0 sp11 132 plot7 0 sp12 133 plot7 1 sp13 134 plot7 0 sp14 135 plot7 0 sp15 136 plot7 0 sp16 137 plot7 0 sp17 138 plot7 0 sp18 139 plot7 0 sp19 140 plot7 0 sp20 141 plot8 0 sp1 142 plot8 1 sp2 143 plot8 0 sp3 144 plot8 0 sp4 145 plot8 0 sp5 146 plot8 0 sp6 147 plot8 0 sp7 148 plot8 1 sp8 149 plot8 0 sp9 150 plot8 0 sp10 151 plot8 0 sp11 152 plot8 8 sp12 153 plot8 19 sp13 154 plot8 0 sp14 155 plot8 0 sp15 156 plot8 0 sp16 157 plot8 0 sp17 158 plot8 0 sp18 159 plot8 0 sp19 160 plot8 0 sp20 161 plot9 0 sp1 162 plot9 0 sp2 163 plot9 0 sp3 164 plot9 0 sp4 165 plot9 0 sp5 166 plot9 0 sp6 167 plot9 0 sp7 168 plot9 0 sp8 169 plot9 0 sp9 170 plot9 0 sp10 171 plot9 0 sp11 172 plot9 2 sp12 173 plot9 5 sp13 174 plot9 0 sp14 175 plot9 0 sp15 176 plot9 0 sp16 177 plot9 0 sp17 178 plot9 0 sp18 179 plot9 0 sp19 180 plot9 0 sp20 181 plot10 0 sp1 182 plot10 83 sp2 183 plot10 0 sp3 184 plot10 7 sp4 185 plot10 1 sp5 186 plot10 0 sp6 187 plot10 14 sp7 188 plot10 6 sp8 189 plot10 8 sp9 190 plot10 38 sp10 191 plot10 14 sp11 192 plot10 0 sp12 193 plot10 6 sp13 194 plot10 0 sp14 195 plot10 1 sp15 196 plot10 0 sp16 197 plot10 0 sp17 198 plot10 1 sp18 199 plot10 1 sp19 200 plot10 0 sp20 > > # convert dataset to picante > as.picante(data=d.phylocom)->d.picante Formatting assumed to be that used with phylocom > d.picante ## picante format sp1 sp2 sp3 sp4 sp5 sp6 sp7 sp8 sp9 sp10 sp11 sp12 sp13 sp14 sp15 sp16 plot1 7 1 3 2 1 1 1 18 1 18 15 7 3 4 2 1 plot10 0 83 0 7 1 0 14 6 8 38 14 0 6 0 1 0 plot2 0 0 8 0 2 0 0 36 0 0 46 0 0 0 0 7 plot3 0 0 1 0 0 0 0 0 0 0 7 0 25 0 0 13 plot4 0 0 0 0 0 0 0 1 0 0 0 0 4 0 0 1 plot5 1 0 1 0 0 0 0 5 0 0 37 0 0 0 0 10 plot6 0 3 0 0 0 0 0 1 1 0 1 0 17 0 0 0 plot7 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 plot8 0 1 0 0 0 0 0 1 0 0 0 8 19 0 0 0 plot9 0 0 0 0 0 0 0 0 0 0 0 2 5 0 0 0 sp17 sp18 sp19 sp20 plot1 1 2 4 1 plot10 0 1 1 0 plot2 0 0 1 3 plot3 1 1 0 0 plot4 0 0 1 1 plot5 0 0 0 0 plot6 0 0 0 0 plot7 0 0 0 0 plot8 0 0 0 0 plot9 0 0 0 0 > > # convert back to SPACoDi > as.spacodi(data=d.picante) Formatting assumed to be that used with picante plot1 plot10 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 sp1 7 0 0 0 0 1 0 0 0 0 sp2 1 83 0 0 0 0 3 1 1 0 sp3 3 0 8 1 0 1 0 0 0 0 sp4 2 7 0 0 0 0 0 0 0 0 sp5 1 1 2 0 0 0 0 0 0 0 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 14 0 0 0 0 0 0 0 0 sp8 18 6 36 0 1 5 1 0 1 0 sp9 1 8 0 0 0 0 1 1 0 0 sp10 18 38 0 0 0 0 0 0 0 0 sp11 15 14 46 7 0 37 1 0 0 0 sp12 7 0 0 0 0 0 0 0 8 2 sp13 3 6 0 25 4 0 17 1 19 5 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 1 0 0 0 0 0 0 0 0 sp16 1 0 7 13 1 10 0 0 0 0 sp17 1 0 0 1 0 0 0 0 0 0 sp18 2 1 0 1 0 0 0 0 0 0 sp19 4 1 1 0 1 0 0 0 0 0 sp20 1 0 3 0 1 0 0 0 0 0 > > > > > cleanEx() detaching ‘sp.example’ > nameEx("as.picante") > ### * as.picante > > flush(stderr()); flush(stdout()) > > ### Name: as.picante > ### Title: converting between data formats for community phylogenetics > ### Aliases: as.picante > > ### ** Examples > > # call example data from SPACoDi > data(sp.example) > attach(sp.example) > spl->d.spacodi > d.spacodi ## SPACoDi format plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # convert to phylocom > as.phylocom(data=spl, picante=FALSE)->d.phylocom > d.phylocom ## phylocom format plot samples species 1 plot1 7 sp1 2 plot1 1 sp2 3 plot1 3 sp3 4 plot1 2 sp4 5 plot1 1 sp5 6 plot1 1 sp6 7 plot1 1 sp7 8 plot1 18 sp8 9 plot1 1 sp9 10 plot1 18 sp10 11 plot1 15 sp11 12 plot1 7 sp12 13 plot1 3 sp13 14 plot1 4 sp14 15 plot1 2 sp15 16 plot1 1 sp16 17 plot1 1 sp17 18 plot1 2 sp18 19 plot1 4 sp19 20 plot1 1 sp20 21 plot2 0 sp1 22 plot2 0 sp2 23 plot2 8 sp3 24 plot2 0 sp4 25 plot2 2 sp5 26 plot2 0 sp6 27 plot2 0 sp7 28 plot2 36 sp8 29 plot2 0 sp9 30 plot2 0 sp10 31 plot2 46 sp11 32 plot2 0 sp12 33 plot2 0 sp13 34 plot2 0 sp14 35 plot2 0 sp15 36 plot2 7 sp16 37 plot2 0 sp17 38 plot2 0 sp18 39 plot2 1 sp19 40 plot2 3 sp20 41 plot3 0 sp1 42 plot3 0 sp2 43 plot3 1 sp3 44 plot3 0 sp4 45 plot3 0 sp5 46 plot3 0 sp6 47 plot3 0 sp7 48 plot3 0 sp8 49 plot3 0 sp9 50 plot3 0 sp10 51 plot3 7 sp11 52 plot3 0 sp12 53 plot3 25 sp13 54 plot3 0 sp14 55 plot3 0 sp15 56 plot3 13 sp16 57 plot3 1 sp17 58 plot3 1 sp18 59 plot3 0 sp19 60 plot3 0 sp20 61 plot4 0 sp1 62 plot4 0 sp2 63 plot4 0 sp3 64 plot4 0 sp4 65 plot4 0 sp5 66 plot4 0 sp6 67 plot4 0 sp7 68 plot4 1 sp8 69 plot4 0 sp9 70 plot4 0 sp10 71 plot4 0 sp11 72 plot4 0 sp12 73 plot4 4 sp13 74 plot4 0 sp14 75 plot4 0 sp15 76 plot4 1 sp16 77 plot4 0 sp17 78 plot4 0 sp18 79 plot4 1 sp19 80 plot4 1 sp20 81 plot5 1 sp1 82 plot5 0 sp2 83 plot5 1 sp3 84 plot5 0 sp4 85 plot5 0 sp5 86 plot5 0 sp6 87 plot5 0 sp7 88 plot5 5 sp8 89 plot5 0 sp9 90 plot5 0 sp10 91 plot5 37 sp11 92 plot5 0 sp12 93 plot5 0 sp13 94 plot5 0 sp14 95 plot5 0 sp15 96 plot5 10 sp16 97 plot5 0 sp17 98 plot5 0 sp18 99 plot5 0 sp19 100 plot5 0 sp20 101 plot6 0 sp1 102 plot6 3 sp2 103 plot6 0 sp3 104 plot6 0 sp4 105 plot6 0 sp5 106 plot6 0 sp6 107 plot6 0 sp7 108 plot6 1 sp8 109 plot6 1 sp9 110 plot6 0 sp10 111 plot6 1 sp11 112 plot6 0 sp12 113 plot6 17 sp13 114 plot6 0 sp14 115 plot6 0 sp15 116 plot6 0 sp16 117 plot6 0 sp17 118 plot6 0 sp18 119 plot6 0 sp19 120 plot6 0 sp20 121 plot7 0 sp1 122 plot7 1 sp2 123 plot7 0 sp3 124 plot7 0 sp4 125 plot7 0 sp5 126 plot7 0 sp6 127 plot7 0 sp7 128 plot7 0 sp8 129 plot7 1 sp9 130 plot7 0 sp10 131 plot7 0 sp11 132 plot7 0 sp12 133 plot7 1 sp13 134 plot7 0 sp14 135 plot7 0 sp15 136 plot7 0 sp16 137 plot7 0 sp17 138 plot7 0 sp18 139 plot7 0 sp19 140 plot7 0 sp20 141 plot8 0 sp1 142 plot8 1 sp2 143 plot8 0 sp3 144 plot8 0 sp4 145 plot8 0 sp5 146 plot8 0 sp6 147 plot8 0 sp7 148 plot8 1 sp8 149 plot8 0 sp9 150 plot8 0 sp10 151 plot8 0 sp11 152 plot8 8 sp12 153 plot8 19 sp13 154 plot8 0 sp14 155 plot8 0 sp15 156 plot8 0 sp16 157 plot8 0 sp17 158 plot8 0 sp18 159 plot8 0 sp19 160 plot8 0 sp20 161 plot9 0 sp1 162 plot9 0 sp2 163 plot9 0 sp3 164 plot9 0 sp4 165 plot9 0 sp5 166 plot9 0 sp6 167 plot9 0 sp7 168 plot9 0 sp8 169 plot9 0 sp9 170 plot9 0 sp10 171 plot9 0 sp11 172 plot9 2 sp12 173 plot9 5 sp13 174 plot9 0 sp14 175 plot9 0 sp15 176 plot9 0 sp16 177 plot9 0 sp17 178 plot9 0 sp18 179 plot9 0 sp19 180 plot9 0 sp20 181 plot10 0 sp1 182 plot10 83 sp2 183 plot10 0 sp3 184 plot10 7 sp4 185 plot10 1 sp5 186 plot10 0 sp6 187 plot10 14 sp7 188 plot10 6 sp8 189 plot10 8 sp9 190 plot10 38 sp10 191 plot10 14 sp11 192 plot10 0 sp12 193 plot10 6 sp13 194 plot10 0 sp14 195 plot10 1 sp15 196 plot10 0 sp16 197 plot10 0 sp17 198 plot10 1 sp18 199 plot10 1 sp19 200 plot10 0 sp20 > > # convert dataset to picante > as.picante(data=d.phylocom)->d.picante Formatting assumed to be that used with phylocom > d.picante ## picante format sp1 sp2 sp3 sp4 sp5 sp6 sp7 sp8 sp9 sp10 sp11 sp12 sp13 sp14 sp15 sp16 plot1 7 1 3 2 1 1 1 18 1 18 15 7 3 4 2 1 plot10 0 83 0 7 1 0 14 6 8 38 14 0 6 0 1 0 plot2 0 0 8 0 2 0 0 36 0 0 46 0 0 0 0 7 plot3 0 0 1 0 0 0 0 0 0 0 7 0 25 0 0 13 plot4 0 0 0 0 0 0 0 1 0 0 0 0 4 0 0 1 plot5 1 0 1 0 0 0 0 5 0 0 37 0 0 0 0 10 plot6 0 3 0 0 0 0 0 1 1 0 1 0 17 0 0 0 plot7 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 plot8 0 1 0 0 0 0 0 1 0 0 0 8 19 0 0 0 plot9 0 0 0 0 0 0 0 0 0 0 0 2 5 0 0 0 sp17 sp18 sp19 sp20 plot1 1 2 4 1 plot10 0 1 1 0 plot2 0 0 1 3 plot3 1 1 0 0 plot4 0 0 1 1 plot5 0 0 0 0 plot6 0 0 0 0 plot7 0 0 0 0 plot8 0 0 0 0 plot9 0 0 0 0 > > # convert back to SPACoDi > as.spacodi(data=d.picante) Formatting assumed to be that used with picante plot1 plot10 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 sp1 7 0 0 0 0 1 0 0 0 0 sp2 1 83 0 0 0 0 3 1 1 0 sp3 3 0 8 1 0 1 0 0 0 0 sp4 2 7 0 0 0 0 0 0 0 0 sp5 1 1 2 0 0 0 0 0 0 0 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 14 0 0 0 0 0 0 0 0 sp8 18 6 36 0 1 5 1 0 1 0 sp9 1 8 0 0 0 0 1 1 0 0 sp10 18 38 0 0 0 0 0 0 0 0 sp11 15 14 46 7 0 37 1 0 0 0 sp12 7 0 0 0 0 0 0 0 8 2 sp13 3 6 0 25 4 0 17 1 19 5 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 1 0 0 0 0 0 0 0 0 sp16 1 0 7 13 1 10 0 0 0 0 sp17 1 0 0 1 0 0 0 0 0 0 sp18 2 1 0 1 0 0 0 0 0 0 sp19 4 1 1 0 1 0 0 0 0 0 sp20 1 0 3 0 1 0 0 0 0 0 > > # run standardized effect size mean nearest taxon distances in picante > ses.mntd(as.picante(spl), cophenetic(phy)) Formatting assumed to be that used with spacodi ntaxa mntd.obs mntd.rand.mean mntd.rand.sd mntd.obs.rank mntd.obs.z plot1 20 0.9983489 0.9983489 3.897602e-17 440.0 0.00000000 plot2 7 2.2533004 1.7359828 4.321334e-01 884.0 1.19712482 plot3 6 2.1239140 1.8652206 5.185959e-01 662.0 0.49883418 plot4 5 1.8027544 2.0959915 6.341852e-01 325.0 -0.46238409 plot5 5 2.1249864 2.0662235 6.118141e-01 555.0 0.09604698 plot6 5 2.0149462 2.0595439 6.202102e-01 473.5 -0.07190741 plot7 3 3.0509257 2.5665597 8.656543e-01 579.0 0.55953745 plot8 4 1.9000490 2.2804520 7.477120e-01 301.0 -0.50875613 plot9 2 0.6410018 3.0638580 9.974241e-01 57.5 -2.42911336 plot10 12 1.1649997 1.2529584 2.271026e-01 328.0 -0.38730823 mntd.obs.p runs plot1 0.4400 999 plot2 0.8840 999 plot3 0.6620 999 plot4 0.3250 999 plot5 0.5550 999 plot6 0.4735 999 plot7 0.5790 999 plot8 0.3010 999 plot9 0.0575 999 plot10 0.3280 999 > > > > > cleanEx() detaching ‘sp.example’ > nameEx("as.spacodi") > ### * as.spacodi > > flush(stderr()); flush(stdout()) > > ### Name: as.spacodi > ### Title: converting between data formats for community phylogenetics > ### Aliases: as.spacodi > > ### ** Examples > > # call example data from spacodiR > data(sp.example) > attach(sp.example) > spl->d.spacodi > d.spacodi ## SPACoDi format plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # convert to phylocom > as.phylocom(data=d.spacodi, picante=FALSE)->d.phylocom > d.phylocom ## phylocom format plot samples species 1 plot1 7 sp1 2 plot1 1 sp2 3 plot1 3 sp3 4 plot1 2 sp4 5 plot1 1 sp5 6 plot1 1 sp6 7 plot1 1 sp7 8 plot1 18 sp8 9 plot1 1 sp9 10 plot1 18 sp10 11 plot1 15 sp11 12 plot1 7 sp12 13 plot1 3 sp13 14 plot1 4 sp14 15 plot1 2 sp15 16 plot1 1 sp16 17 plot1 1 sp17 18 plot1 2 sp18 19 plot1 4 sp19 20 plot1 1 sp20 21 plot2 0 sp1 22 plot2 0 sp2 23 plot2 8 sp3 24 plot2 0 sp4 25 plot2 2 sp5 26 plot2 0 sp6 27 plot2 0 sp7 28 plot2 36 sp8 29 plot2 0 sp9 30 plot2 0 sp10 31 plot2 46 sp11 32 plot2 0 sp12 33 plot2 0 sp13 34 plot2 0 sp14 35 plot2 0 sp15 36 plot2 7 sp16 37 plot2 0 sp17 38 plot2 0 sp18 39 plot2 1 sp19 40 plot2 3 sp20 41 plot3 0 sp1 42 plot3 0 sp2 43 plot3 1 sp3 44 plot3 0 sp4 45 plot3 0 sp5 46 plot3 0 sp6 47 plot3 0 sp7 48 plot3 0 sp8 49 plot3 0 sp9 50 plot3 0 sp10 51 plot3 7 sp11 52 plot3 0 sp12 53 plot3 25 sp13 54 plot3 0 sp14 55 plot3 0 sp15 56 plot3 13 sp16 57 plot3 1 sp17 58 plot3 1 sp18 59 plot3 0 sp19 60 plot3 0 sp20 61 plot4 0 sp1 62 plot4 0 sp2 63 plot4 0 sp3 64 plot4 0 sp4 65 plot4 0 sp5 66 plot4 0 sp6 67 plot4 0 sp7 68 plot4 1 sp8 69 plot4 0 sp9 70 plot4 0 sp10 71 plot4 0 sp11 72 plot4 0 sp12 73 plot4 4 sp13 74 plot4 0 sp14 75 plot4 0 sp15 76 plot4 1 sp16 77 plot4 0 sp17 78 plot4 0 sp18 79 plot4 1 sp19 80 plot4 1 sp20 81 plot5 1 sp1 82 plot5 0 sp2 83 plot5 1 sp3 84 plot5 0 sp4 85 plot5 0 sp5 86 plot5 0 sp6 87 plot5 0 sp7 88 plot5 5 sp8 89 plot5 0 sp9 90 plot5 0 sp10 91 plot5 37 sp11 92 plot5 0 sp12 93 plot5 0 sp13 94 plot5 0 sp14 95 plot5 0 sp15 96 plot5 10 sp16 97 plot5 0 sp17 98 plot5 0 sp18 99 plot5 0 sp19 100 plot5 0 sp20 101 plot6 0 sp1 102 plot6 3 sp2 103 plot6 0 sp3 104 plot6 0 sp4 105 plot6 0 sp5 106 plot6 0 sp6 107 plot6 0 sp7 108 plot6 1 sp8 109 plot6 1 sp9 110 plot6 0 sp10 111 plot6 1 sp11 112 plot6 0 sp12 113 plot6 17 sp13 114 plot6 0 sp14 115 plot6 0 sp15 116 plot6 0 sp16 117 plot6 0 sp17 118 plot6 0 sp18 119 plot6 0 sp19 120 plot6 0 sp20 121 plot7 0 sp1 122 plot7 1 sp2 123 plot7 0 sp3 124 plot7 0 sp4 125 plot7 0 sp5 126 plot7 0 sp6 127 plot7 0 sp7 128 plot7 0 sp8 129 plot7 1 sp9 130 plot7 0 sp10 131 plot7 0 sp11 132 plot7 0 sp12 133 plot7 1 sp13 134 plot7 0 sp14 135 plot7 0 sp15 136 plot7 0 sp16 137 plot7 0 sp17 138 plot7 0 sp18 139 plot7 0 sp19 140 plot7 0 sp20 141 plot8 0 sp1 142 plot8 1 sp2 143 plot8 0 sp3 144 plot8 0 sp4 145 plot8 0 sp5 146 plot8 0 sp6 147 plot8 0 sp7 148 plot8 1 sp8 149 plot8 0 sp9 150 plot8 0 sp10 151 plot8 0 sp11 152 plot8 8 sp12 153 plot8 19 sp13 154 plot8 0 sp14 155 plot8 0 sp15 156 plot8 0 sp16 157 plot8 0 sp17 158 plot8 0 sp18 159 plot8 0 sp19 160 plot8 0 sp20 161 plot9 0 sp1 162 plot9 0 sp2 163 plot9 0 sp3 164 plot9 0 sp4 165 plot9 0 sp5 166 plot9 0 sp6 167 plot9 0 sp7 168 plot9 0 sp8 169 plot9 0 sp9 170 plot9 0 sp10 171 plot9 0 sp11 172 plot9 2 sp12 173 plot9 5 sp13 174 plot9 0 sp14 175 plot9 0 sp15 176 plot9 0 sp16 177 plot9 0 sp17 178 plot9 0 sp18 179 plot9 0 sp19 180 plot9 0 sp20 181 plot10 0 sp1 182 plot10 83 sp2 183 plot10 0 sp3 184 plot10 7 sp4 185 plot10 1 sp5 186 plot10 0 sp6 187 plot10 14 sp7 188 plot10 6 sp8 189 plot10 8 sp9 190 plot10 38 sp10 191 plot10 14 sp11 192 plot10 0 sp12 193 plot10 6 sp13 194 plot10 0 sp14 195 plot10 1 sp15 196 plot10 0 sp16 197 plot10 0 sp17 198 plot10 1 sp18 199 plot10 1 sp19 200 plot10 0 sp20 > > # convert dataset to picante > as.picante(data=d.phylocom)->d.picante Formatting assumed to be that used with phylocom > d.picante ## picante format sp1 sp2 sp3 sp4 sp5 sp6 sp7 sp8 sp9 sp10 sp11 sp12 sp13 sp14 sp15 sp16 plot1 7 1 3 2 1 1 1 18 1 18 15 7 3 4 2 1 plot10 0 83 0 7 1 0 14 6 8 38 14 0 6 0 1 0 plot2 0 0 8 0 2 0 0 36 0 0 46 0 0 0 0 7 plot3 0 0 1 0 0 0 0 0 0 0 7 0 25 0 0 13 plot4 0 0 0 0 0 0 0 1 0 0 0 0 4 0 0 1 plot5 1 0 1 0 0 0 0 5 0 0 37 0 0 0 0 10 plot6 0 3 0 0 0 0 0 1 1 0 1 0 17 0 0 0 plot7 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 plot8 0 1 0 0 0 0 0 1 0 0 0 8 19 0 0 0 plot9 0 0 0 0 0 0 0 0 0 0 0 2 5 0 0 0 sp17 sp18 sp19 sp20 plot1 1 2 4 1 plot10 0 1 1 0 plot2 0 0 1 3 plot3 1 1 0 0 plot4 0 0 1 1 plot5 0 0 0 0 plot6 0 0 0 0 plot7 0 0 0 0 plot8 0 0 0 0 plot9 0 0 0 0 > > # convert back to SPACoDi > as.spacodi(data=d.picante) Formatting assumed to be that used with picante plot1 plot10 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 sp1 7 0 0 0 0 1 0 0 0 0 sp2 1 83 0 0 0 0 3 1 1 0 sp3 3 0 8 1 0 1 0 0 0 0 sp4 2 7 0 0 0 0 0 0 0 0 sp5 1 1 2 0 0 0 0 0 0 0 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 14 0 0 0 0 0 0 0 0 sp8 18 6 36 0 1 5 1 0 1 0 sp9 1 8 0 0 0 0 1 1 0 0 sp10 18 38 0 0 0 0 0 0 0 0 sp11 15 14 46 7 0 37 1 0 0 0 sp12 7 0 0 0 0 0 0 0 8 2 sp13 3 6 0 25 4 0 17 1 19 5 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 1 0 0 0 0 0 0 0 0 sp16 1 0 7 13 1 10 0 0 0 0 sp17 1 0 0 1 0 0 0 0 0 0 sp18 2 1 0 1 0 0 0 0 0 0 sp19 4 1 1 0 1 0 0 0 0 0 sp20 1 0 3 0 1 0 0 0 0 0 > > > > > cleanEx() detaching ‘sp.example’ > nameEx("match.spacodi.data") > ### * match.spacodi.data > > flush(stderr()); flush(stdout()) > > ### Name: match.spacodi.data > ### Title: pruning a tree to match datasets used in SPACoDi > ### Aliases: match.spacodi.data > > ### ** Examples > > # load a species-by-plots matrix, along with a tree > data(sp.example) > attributes(sp.example) $names [1] "spl" "phy" "trt" "dis" > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > phy Phylogenetic tree with 20 tips and 19 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. > trt trt.1 trt.2 sp1 0.21 10 sp2 0.02 10 sp3 0.78 5 sp4 0.05 8 sp5 0.56 6 sp6 0.28 12 sp7 0.33 1 sp8 0.65 10 sp9 0.23 9 sp10 0.62 7 sp11 0.06 5 sp12 0.30 18 sp13 0.18 10 sp14 0.82 10 sp15 0.64 11 sp16 0.41 16 sp17 0.03 4 sp18 0.42 12 sp19 0.76 16 sp20 0.05 5 > > # prune out undersampled plots > spl[,2]=0 > match.spacodi.data(spl) -> sp.plot.new Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > sp.plot.new $sp.plot plot1 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 1 0 0 0 0 0 sp2 1 0 0 0 3 1 1 0 83 sp3 3 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 7 sp5 1 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 14 sp8 18 0 1 5 1 0 1 0 6 sp9 1 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 38 sp11 15 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 8 2 0 sp13 3 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 1 sp16 1 13 1 10 0 0 0 0 0 sp17 1 1 0 0 0 0 0 0 0 sp18 2 1 0 0 0 0 0 0 1 sp19 4 0 1 0 0 0 0 0 1 sp20 1 0 1 0 0 0 0 0 0 > > > # match datasets where sp.traits is smaller than the remainder > match.spacodi.data(sp.plot=spl, phy=phy, sp.traits=trt[1:6,]) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used $sp.plot plot1 plot5 plot10 sp1 7 1 0 sp2 1 0 83 sp3 3 1 0 sp4 2 0 7 sp5 1 0 1 sp6 1 0 0 $sp.tree Phylogenetic tree with 6 tips and 5 internal nodes. Tip labels: [1] "sp1" "sp2" "sp3" "sp4" "sp5" "sp6" Rooted; includes branch lengths. $sp.traits trt.1 trt.2 sp1 0.21 10 sp2 0.02 10 sp3 0.78 5 sp4 0.05 8 sp5 0.56 6 sp6 0.28 12 > > > > > cleanEx() detaching ‘sp.example’ > nameEx("phy.deresolve") > ### * phy.deresolve > > flush(stderr()); flush(stdout()) > > ### Name: phy.deresolve > ### Title: collapse phylogenetic nodes into multichotomies > ### Aliases: phy.deresolve > > ### ** Examples > > data(sp.example) > attach(sp.example) > > ## An example with an internal temporal bin > # arbitrarily transform tree to a root age of 100 > phy$edge.length=phy$edge.length*(100/max(branching.times(phy))) > > # collapse nodes within the middle half of the tree's history > mulphy=phy.deresolve(phy=phy, time.range=c(0.05, 0.95)) > > # compare result with original tree > plot(mulphy, show.tip.label=FALSE) > mtext("multifurcations in the middle nine-tenths") > dev.new() > plot(phy, show.tip.label=FALSE) > mtext("original phylogeny") > > ## An example with time.range given by a single value > mulphy=phy.deresolve(phy=phy, time.range=0.25) # affects the most recent quarter of the tree > dev.new() dev.new(): using pdf(file="Rplots1.pdf") > plot(mulphy, show.tip.label=FALSE) > mtext("multifurcations in the most recent quarter") > > ## An example showing effect of 'relative' > phy$edge.length=phy$edge.length*(100/max(branching.times(phy))) > dev.new() dev.new(): using pdf(file="Rplots2.pdf") > plot(dd<-phy.deresolve(phy=phy, time.range=c(0,1), relative=FALSE)) > mtext("relative = FALSE") > dev.new() dev.new(): using pdf(file="Rplots3.pdf") > plot(rr<-phy.deresolve(phy=phy, time.range=c(0,1), relative=TRUE)) > mtext("relative = TRUE") > > > > > > > cleanEx() detaching ‘sp.example’ > nameEx("phy.dotplot") > ### * phy.dotplot > > flush(stderr()); flush(stdout()) > > ### Name: phy.dotplot > ### Title: EXPERIMENTAL: plotting members of communities (or plots) on a > ### phylogeny > ### Aliases: phy.dotplot > > ### ** Examples > > data(sp.example) > attach(sp.example) > > phy.dotplot(sp.plot=spl[,1:9], phy=phy, tips.adj=c(0.50,0.55), lab.adj=c(0,1)) > > > > cleanEx() detaching ‘sp.example’ > nameEx("phy.nodetimes") > ### * phy.nodetimes > > flush(stderr()); flush(stdout()) > > ### Name: phy.nodetimes > ### Title: finding splitting times for nodes > ### Aliases: phy.nodetimes > > ### ** Examples > > ## an example of comparing observed and expected Bst at nodes ## > data(sp.example) > attach(sp.example) > s=spl > p=phy > > # get nodes for a time-slice > n.t=phy.nodetimes(phy=p,time.range=c(0.25,0.75)) > > # get Bsts for nodes > o=spacodi.by.nodes(sp.plot=s, phy=p, obs.only=TRUE)[[1]] Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used ==18316== Conditional jump or move depends on uninitialised value(s) ==18316== at 0x1E01F179: spacodi (packages/tests-vg/spacodiR/src/spacodi.c:71) ==18316== by 0x49E525: do_dotCode (svn/R-devel/src/main/dotcode.c:1836) ==18316== by 0x4D1DFC: bcEval (svn/R-devel/src/main/eval.c:7054) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== by 0x4EA336: R_execClosure (svn/R-devel/src/main/eval.c:1853) ==18316== by 0x4EB113: Rf_applyClosure (svn/R-devel/src/main/eval.c:1779) ==18316== by 0x4DBC2D: bcEval (svn/R-devel/src/main/eval.c:7022) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== by 0x4E908F: forcePromise (svn/R-devel/src/main/eval.c:516) ==18316== by 0x4E949F: FORCE_PROMISE (svn/R-devel/src/main/eval.c:5087) ==18316== by 0x4E949F: getvar (svn/R-devel/src/main/eval.c:5128) ==18316== by 0x4D7CE9: bcEval (svn/R-devel/src/main/eval.c:6806) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== Uninitialised value was created by a heap allocation ==18316== at 0x483880B: malloc (/builddir/build/BUILD/valgrind-3.15.0/coregrind/m_replacemalloc/vg_replace_malloc.c:309) ==18316== by 0x1E01EB1E: dmatrix (packages/tests-vg/spacodiR/src/spacodi.c:267) ==18316== by 0x1E01EF82: spacodi (packages/tests-vg/spacodiR/src/spacodi.c:39) ==18316== by 0x49E525: do_dotCode (svn/R-devel/src/main/dotcode.c:1836) ==18316== by 0x4D1DFC: bcEval (svn/R-devel/src/main/eval.c:7054) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== by 0x4EA336: R_execClosure (svn/R-devel/src/main/eval.c:1853) ==18316== by 0x4EB113: Rf_applyClosure (svn/R-devel/src/main/eval.c:1779) ==18316== by 0x4DBC2D: bcEval (svn/R-devel/src/main/eval.c:7022) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== by 0x4E908F: forcePromise (svn/R-devel/src/main/eval.c:516) ==18316== by 0x4E949F: FORCE_PROMISE (svn/R-devel/src/main/eval.c:5087) ==18316== by 0x4E949F: getvar (svn/R-devel/src/main/eval.c:5128) ==18316== ==18316== Conditional jump or move depends on uninitialised value(s) ==18316== at 0x1E01F17B: spacodi (packages/tests-vg/spacodiR/src/spacodi.c:71) ==18316== by 0x49E525: do_dotCode (svn/R-devel/src/main/dotcode.c:1836) ==18316== by 0x4D1DFC: bcEval (svn/R-devel/src/main/eval.c:7054) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== by 0x4EA336: R_execClosure (svn/R-devel/src/main/eval.c:1853) ==18316== by 0x4EB113: Rf_applyClosure (svn/R-devel/src/main/eval.c:1779) ==18316== by 0x4DBC2D: bcEval (svn/R-devel/src/main/eval.c:7022) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== by 0x4E908F: forcePromise (svn/R-devel/src/main/eval.c:516) ==18316== by 0x4E949F: FORCE_PROMISE (svn/R-devel/src/main/eval.c:5087) ==18316== by 0x4E949F: getvar (svn/R-devel/src/main/eval.c:5128) ==18316== by 0x4D7CE9: bcEval (svn/R-devel/src/main/eval.c:6806) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== Uninitialised value was created by a heap allocation ==18316== at 0x483880B: malloc (/builddir/build/BUILD/valgrind-3.15.0/coregrind/m_replacemalloc/vg_replace_malloc.c:309) ==18316== by 0x1E01EB1E: dmatrix (packages/tests-vg/spacodiR/src/spacodi.c:267) ==18316== by 0x1E01EF82: spacodi (packages/tests-vg/spacodiR/src/spacodi.c:39) ==18316== by 0x49E525: do_dotCode (svn/R-devel/src/main/dotcode.c:1836) ==18316== by 0x4D1DFC: bcEval (svn/R-devel/src/main/eval.c:7054) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== by 0x4EA336: R_execClosure (svn/R-devel/src/main/eval.c:1853) ==18316== by 0x4EB113: Rf_applyClosure (svn/R-devel/src/main/eval.c:1779) ==18316== by 0x4DBC2D: bcEval (svn/R-devel/src/main/eval.c:7022) ==18316== by 0x4E8777: Rf_eval (svn/R-devel/src/main/eval.c:688) ==18316== by 0x4E908F: forcePromise (svn/R-devel/src/main/eval.c:516) ==18316== by 0x4E949F: FORCE_PROMISE (svn/R-devel/src/main/eval.c:5087) ==18316== by 0x4E949F: getvar (svn/R-devel/src/main/eval.c:5128) ==18316== Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > obs=o[!is.na(match(o[,"node.ID"], names(n.t))),1] > > # compile expected Bst-values from data reshuffling > spacodi.by.nodes(sp.plot=s, phy=p, n.rep=5, method="1s")[[2]]->exps Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used SPACoDi calculations in progress: Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used . Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > e=exps[!is.na(match(row.names(exps), names(n.t))),] > exp=unname(unlist(e)) > > # randomization test of observed and expected Bst > resamp.test(obs=obs, exp=exp, iter=100, two.tailed=TRUE) $diffs [1] -2.220619e-01 -1.818174e-02 -9.173264e-02 2.213075e-02 1.476363e-02 [6] 6.363910e-02 2.138601e-02 2.138597e-02 -3.473908e-03 -2.220617e-01 [11] -2.241424e-01 -5.967594e-02 -1.272472e-01 2.138611e-02 9.189804e-03 [16] 3.689446e-02 -2.187339e-01 -1.818174e-02 1.205361e-01 -2.290654e-01 [21] 2.573715e-02 -9.112007e-04 7.770026e-02 1.384258e-07 7.770029e-02 [26] -6.462622e-02 -2.220619e-01 -8.312044e-03 3.145244e-02 -8.186784e-08 [31] 3.813244e-02 -2.997959e-01 -3.104665e-01 -3.956780e-02 -4.414228e-02 [36] 1.105454e-02 -4.279495e-09 -2.187338e-01 1.034374e-01 -8.106199e-02 [41] 1.597756e-02 -2.187339e-01 -3.956779e-02 7.770015e-02 3.197063e-02 [46] -2.613884e-01 8.341704e-02 1.096709e-01 -1.963247e-01 3.813244e-02 [51] -2.220619e-01 -6.552833e-02 -2.255358e-01 -8.106199e-02 -3.473902e-03 [56] 1.384258e-07 -3.031239e-01 3.837369e-02 9.593812e-02 -2.187339e-01 [61] -1.794049e-02 9.355221e-03 -2.276358e-01 1.105454e-02 8.341704e-02 [66] 2.138608e-02 -2.220617e-01 1.791215e-02 -2.480408e-02 -3.932654e-02 [71] -1.731865e-01 1.476366e-02 8.341704e-02 3.197063e-02 2.138597e-02 [76] 3.813244e-02 3.962394e-02 -2.220619e-01 1.780569e-02 6.736872e-02 [81] 2.047485e-02 -2.274704e-01 1.205361e-01 1.597756e-02 -2.229731e-01 [86] -5.967594e-02 4.432206e-03 2.740735e-08 -6.629828e-02 -3.137945e-01 [91] -5.408497e-03 -1.033151e-02 -2.480408e-02 4.673434e-02 -5.076462e-02 [96] -4.980846e-08 -9.112007e-04 -1.999311e-01 -1.420109e-01 -6.552833e-02 [[2]] [1] 0.9 > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.1a") > ### * resamp.1a > > flush(stderr()); flush(stdout()) > > ### Name: resamp.1a > ### Title: randomizing a community phylogenetics matrix: '1a' of Hardy > ### (2008) > ### Aliases: resamp.1a > > ### ** Examples > > data(sp.example) > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # shuffle dataset > resamp.1a(obj=spl, abund.class.ratio=3) plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 3 8 1 0 1 0 0 0 0 0 sp2 15 46 7 0 37 1 0 0 0 14 sp3 2 0 0 0 0 0 0 0 0 7 sp4 1 0 0 0 0 1 1 0 0 8 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 7 0 0 0 1 0 0 0 0 0 sp8 1 0 0 0 0 3 1 1 0 83 sp9 1 0 0 0 0 0 0 0 0 14 sp10 18 0 0 0 0 0 0 0 0 38 sp11 3 0 25 4 0 17 1 19 5 6 sp12 7 0 0 0 0 0 0 8 2 0 sp13 18 36 0 1 5 1 0 1 0 6 sp14 2 0 1 0 0 0 0 0 0 1 sp15 4 1 0 1 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 1 3 0 1 0 0 0 0 0 0 sp19 4 0 0 0 0 0 0 0 0 0 sp20 2 0 0 0 0 0 0 0 0 1 > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.1s") > ### * resamp.1s > > flush(stderr()); flush(stdout()) > > ### Name: resamp.1s > ### Title: randomizing a community phylogenetics matrix: '1s' of Hardy > ### (2008) > ### Aliases: resamp.1s > > ### ** Examples > > data(sp.example) > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # shuffle dataset > resamp.1s(obj=spl) plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 3 8 1 0 1 0 0 0 0 0 sp2 2 0 0 0 0 0 0 0 0 7 sp3 18 0 0 0 0 0 0 0 0 38 sp4 7 0 0 0 1 0 0 0 0 0 sp5 7 0 0 0 0 0 0 8 2 0 sp6 2 0 0 0 0 0 0 0 0 1 sp7 1 0 0 0 0 3 1 1 0 83 sp8 1 3 0 1 0 0 0 0 0 0 sp9 3 0 25 4 0 17 1 19 5 6 sp10 2 0 1 0 0 0 0 0 0 1 sp11 1 0 0 0 0 0 0 0 0 14 sp12 1 0 1 0 0 0 0 0 0 0 sp13 1 2 0 0 0 0 0 0 0 1 sp14 1 0 0 0 0 1 1 0 0 8 sp15 1 7 13 1 10 0 0 0 0 0 sp16 4 0 0 0 0 0 0 0 0 0 sp17 18 36 0 1 5 1 0 1 0 6 sp18 15 46 7 0 37 1 0 0 0 14 sp19 1 0 0 0 0 0 0 0 0 0 sp20 4 1 0 1 0 0 0 0 0 1 > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.2s") > ### * resamp.2s > > flush(stderr()); flush(stdout()) > > ### Name: resamp.2s > ### Title: randomizing a community phylogenetics matrix: '2s' of Hardy > ### (2008) > ### Aliases: resamp.2s > > ### ** Examples > > data(sp.example) > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # shuffle dataset > resamp.2s(obj=spl) plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 2 2 0 0 0 0 0 0 5 1 sp2 1 0 0 0 10 0 0 0 0 14 sp3 7 0 0 1 1 3 0 0 0 0 sp4 1 3 0 0 0 0 0 0 0 0 sp5 3 0 0 0 0 0 0 0 0 0 sp6 4 0 0 0 0 1 0 0 0 0 sp7 15 0 1 0 0 0 0 0 0 0 sp8 1 1 13 4 0 0 0 0 0 0 sp9 4 0 1 0 0 17 1 1 0 7 sp10 3 0 0 0 0 1 0 0 0 83 sp11 2 0 0 1 37 0 0 0 0 0 sp12 1 8 25 0 1 0 0 0 0 0 sp13 1 0 1 1 0 0 0 0 0 6 sp14 1 0 7 0 0 0 0 1 0 38 sp15 1 0 0 0 0 1 0 0 0 6 sp16 2 0 0 1 0 0 0 8 0 1 sp17 7 7 0 0 0 0 0 19 2 1 sp18 18 36 0 0 5 0 0 0 0 8 sp19 1 0 0 0 0 0 1 0 0 1 sp20 18 46 0 0 0 0 1 0 0 14 > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.2x") > ### * resamp.2x > > flush(stderr()); flush(stdout()) > > ### Name: resamp.2x > ### Title: randomizing a community phylogenetics matrix: '2x' of Hardy > ### (2008) > ### Aliases: resamp.2x > > ### ** Examples > > data(sp.example) > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # shuffle dataset > resamp.2x(obj=spl, level=0.2) plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 3 0 0 0 0 0 0 0 0 sp2 1 0 0 0 0 3 1 19 0 83 sp3 2 0 1 4 0 0 0 0 0 7 sp4 2 0 0 0 1 0 0 0 0 0 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 3 36 0 1 5 1 0 1 0 6 sp9 3 0 0 1 0 0 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 18 8 25 0 37 1 0 0 0 6 sp12 7 0 0 0 0 0 0 8 2 0 sp13 1 46 7 0 0 17 1 1 5 1 sp14 4 0 0 0 0 0 0 0 0 0 sp15 15 0 0 0 0 0 0 0 0 14 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 0 0 1 0 0 0 1 sp20 1 0 0 1 1 0 0 0 0 0 > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.3i") > ### * resamp.3i > > flush(stderr()); flush(stdout()) > > ### Name: resamp.3i > ### Title: randomizing a community phylogenetics matrix: '3i' of Hardy > ### (2008) > ### Aliases: resamp.3i > > ### ** Examples > > data(sp.example) > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # shuffle dataset > resamp.3i(obj=spl) plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 0 0 0 7 0 1 0 0 0 0 sp2 0 1 0 1 0 3 83 0 0 1 sp3 1 0 3 0 0 0 8 0 1 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 0 0 0 0 1 1 0 0 2 0 sp6 0 0 0 0 0 0 1 0 0 0 sp7 0 1 0 0 14 0 0 0 0 0 sp8 1 1 18 0 1 6 0 0 5 36 sp9 1 1 0 0 8 0 1 0 0 0 sp10 0 0 0 0 38 0 0 0 18 0 sp11 7 46 0 15 14 1 0 37 0 0 sp12 8 0 0 0 2 0 0 7 0 0 sp13 25 3 0 17 1 4 19 5 6 0 sp14 4 0 0 0 0 0 0 0 0 0 sp15 0 0 0 2 1 0 0 0 0 0 sp16 0 13 10 0 1 7 0 1 0 0 sp17 0 0 0 1 1 0 0 0 0 0 sp18 1 0 2 0 0 0 0 0 0 1 sp19 0 0 0 1 0 0 1 1 0 4 sp20 0 1 0 0 3 1 0 0 0 0 > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.3t") > ### * resamp.3t > > flush(stderr()); flush(stdout()) > > ### Name: resamp.3t > ### Title: randomizing a community phylogenetics matrix: '3t' of Hardy > ### (2008) > ### Aliases: resamp.3t > > ### ** Examples > > # define a community dataset > data(sp.example) > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # define a distance matrix > foo <- matrix(runif((ncol(spl)->ss)^2,0,100),ss,ss) > foo[upper.tri(foo)] <- foo[lower.tri(foo)] > diag(foo) <- 0 > dmat <- as.data.frame(foo) > row.names(dmat) <- names(spl) > names(dmat) <- row.names(dmat) > > > # shuffle dataset > resamp.3t(obj=spl, dmat=dmat) plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 0 0 0 0 0 7 0 0 0 1 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 0 0 7 2 0 0 0 0 0 0 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 8 1 0 0 0 0 1 1 0 0 sp10 18 0 0 0 0 0 0 0 0 38 sp11 0 0 14 15 46 7 0 37 1 0 sp12 2 0 7 0 0 0 0 0 0 8 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 0 0 0 0 1 0 1 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > spl ## comparison with original plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.3x") > ### * resamp.3x > > flush(stderr()); flush(stdout()) > > ### Name: resamp.3x > ### Title: randomizing a community phylogenetics matrix: '3x' of Hardy > ### (2008) > ### Aliases: resamp.3x > > ### ** Examples > > data(sp.example) > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > > # shuffle dataset > resamp.3x(obj=spl, level=0.2) plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 1 0 0 0 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 8 0 1 3 0 0 0 0 0 1 sp4 2 0 0 0 7 0 0 0 0 0 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 1 36 0 1 5 18 0 1 0 6 sp9 1 0 0 1 0 0 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 1 14 15 0 37 46 0 0 0 7 sp12 7 0 0 0 0 0 0 8 2 0 sp13 1 4 6 0 0 17 19 3 5 25 sp14 4 0 0 0 0 0 0 0 0 0 sp15 1 0 0 0 0 0 0 0 0 2 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 0 0 1 0 0 0 1 sp20 1 0 0 1 3 0 0 0 0 0 > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.phy") > ### * resamp.phy > > flush(stderr()); flush(stdout()) > > ### Name: resamp.phy > ### Title: partial phylogeny randomization for tips > ### Aliases: resamp.phy > > ### ** Examples > > # load a tree > data(sp.example) > attach(sp.example) > plot(phy) > mtext("original phylogeny") > > # reshuffle within a time range > time=1/3 > bb=branching.times(phy) > bb=bb/max(bb) > nodes=(Ntip(phy)+1):max(phy$edge) > nodes[bb<=time]=1 > > dev.new() dev.new(): using pdf(file="Rplots4.pdf") > plot(resamp.phy(phy, time.threshold=time, proportion=TRUE)) > mtext("reshuffled phylogeny showing affected nodes") > nodelabels(cex=ifelse(nodes==1, 2, NA), col=ifelse(nodes==1, 1, NA), pch=19) > > > > > cleanEx() detaching ‘sp.example’ > nameEx("resamp.test") > ### * resamp.test > > flush(stderr()); flush(stdout()) > > ### Name: resamp.test > ### Title: statistical comparison of sets of values by randomization > ### Aliases: resamp.test > > ### ** Examples > > > ## A GENERAL EXAMPLE > # a comparison between two distributions > a=rnorm(n=1000, mean=1, sd=0.5) > b=rnorm(n=1000, mean=0, sd=1) > resamp.test(obs=a, exp=b, two.tailed=FALSE) $diffs [1] 1.478287e+00 1.920317e+00 -3.029497e-01 1.390294e+00 -1.444841e+00 [6] 2.918290e+00 3.585160e+00 1.606502e+00 1.826812e+00 1.484893e+00 [11] 6.844112e-01 -2.178653e+00 1.806360e+00 3.667974e-01 2.452153e-01 [16] 1.129364e+00 1.011578e+00 -1.893818e-01 8.359503e-01 2.425246e+00 [21] 2.369952e+00 2.458904e+00 3.970310e-01 -5.604931e-01 9.381860e-01 [26] -4.941769e-01 -1.885382e-01 2.975944e+00 1.301944e+00 9.001203e-01 [31] 1.585843e+00 8.036768e-01 1.408527e+00 -1.957816e-01 3.310910e+00 [36] -2.958081e-01 9.540327e-01 1.166869e+00 -8.360289e-01 -3.887503e-01 [41] 1.677147e-01 2.428609e+00 1.651477e+00 -1.242317e+00 2.035221e+00 [46] 2.183756e+00 2.105438e+00 -1.662920e+00 2.090740e+00 2.328515e+00 [51] -1.263576e+00 1.060389e+00 1.916183e+00 1.501672e+00 -8.189604e-01 [56] 2.358209e+00 2.226844e-01 1.618014e+00 1.125307e+00 2.135134e+00 [61] 2.960636e+00 6.895332e-01 1.652539e+00 -5.494396e-01 7.654118e-01 [66] 1.410292e+00 9.749449e-01 9.610995e-02 -1.137123e+00 6.440085e-01 [71] 2.143980e+00 8.142085e-01 -3.123955e-01 1.338480e-01 1.160278e+00 [76] 7.600091e-01 2.059274e+00 1.882217e+00 2.331821e+00 2.833384e+00 [81] 3.343888e+00 6.499071e-01 6.022844e-02 6.278529e-01 1.369083e+00 [86] 1.381655e+00 2.242142e+00 2.063513e+00 -2.090017e-01 7.577122e-01 [91] 1.054569e+00 1.810130e+00 1.878938e+00 2.615646e+00 -5.522354e-02 [96] 2.433538e-01 -7.942003e-01 -6.177869e-01 1.719584e+00 -8.105655e-01 [101] 1.731456e+00 6.990188e-01 2.296389e+00 8.107429e-01 3.198602e+00 [106] 1.376552e+00 2.685403e-01 2.047178e+00 4.879659e-01 9.063640e-01 [111] 7.693167e-01 5.191521e-01 3.854575e-01 2.253218e+00 -2.048893e-02 [116] -4.540715e-01 2.234403e+00 1.039516e+00 7.860871e-01 1.255148e+00 [121] 1.802652e+00 -1.181514e+00 6.441692e-01 -5.276201e-01 3.676547e+00 [126] 1.285578e+00 -3.556511e-02 2.310798e+00 1.799817e+00 7.077162e-01 [131] 2.399772e+00 -6.666487e-01 1.787016e+00 1.137673e+00 2.458643e+00 [136] 1.060332e+00 3.656718e-01 1.912197e+00 5.151266e-01 7.987245e-01 [141] 1.150442e+00 1.931344e+00 3.267746e+00 9.827589e-01 8.415411e-01 [146] 1.241468e+00 1.569095e+00 4.868048e-01 2.133812e-01 1.996899e+00 [151] -9.777542e-02 2.784747e+00 7.727479e-01 -1.623814e-01 -2.447911e-01 [156] -2.577808e+00 2.048031e+00 -4.471403e-01 3.614583e+00 1.458086e+00 [161] 1.664189e-01 2.220737e+00 5.571770e-01 6.796303e-01 1.870581e+00 [166] 1.324649e+00 3.636540e-01 9.255881e-02 2.295127e+00 8.279008e-01 [171] 1.707252e+00 8.396010e-01 1.466090e+00 1.380007e+00 1.466853e+00 [176] 8.086083e-01 2.033844e+00 2.242664e-01 2.276176e+00 4.341421e+00 [181] 1.930650e+00 5.125861e-01 8.119143e-01 3.366363e-02 -6.497558e-02 [186] 2.760926e+00 6.460766e-01 -4.527123e-01 2.041030e+00 1.718860e+00 [191] 1.873510e+00 2.767149e+00 -7.193941e-01 3.741010e+00 -1.429651e+00 [196] 1.320055e+00 3.701445e+00 -1.003137e+00 -6.640989e-01 -3.043565e-01 [201] -5.600204e-01 1.535667e+00 -2.751715e+00 -8.456072e-01 2.072189e+00 [206] 2.012301e+00 2.326188e+00 1.627952e+00 5.576701e-01 1.756574e+00 [211] 8.924416e-01 -1.685168e-01 1.262355e+00 1.625353e+00 4.039698e-01 [216] 1.590040e+00 2.235084e-01 3.084897e+00 4.135170e-01 9.516982e-01 [221] 5.481749e-01 1.397660e+00 3.165437e-02 -9.746347e-02 -2.091825e-01 [226] 2.317322e+00 -1.256416e+00 6.856619e-01 1.092871e+00 -1.928936e+00 [231] 3.595193e-01 1.318242e+00 1.525774e+00 -5.742100e-01 8.504215e-01 [236] -7.655406e-01 2.535966e+00 -1.302572e-02 -1.298568e-01 -1.140647e-01 [241] 1.388100e+00 9.859628e-01 2.124705e+00 -9.538222e-02 2.688624e+00 [246] -5.482137e-01 -3.877668e-01 2.828581e+00 -1.140261e-01 -2.581861e-01 [251] -1.080381e+00 2.429522e+00 3.673344e-01 -4.834623e-01 2.199505e+00 [256] 9.908133e-01 -8.955152e-01 1.895600e+00 1.813902e+00 7.509169e-02 [261] 7.601730e-01 1.650029e+00 1.390253e-01 5.472524e-01 4.272626e-01 [266] 4.677412e-01 -2.574990e-01 -7.527669e-02 2.300548e+00 6.061582e-01 [271] 9.934460e-01 9.321920e-01 1.381870e+00 1.163908e+00 6.450852e-01 [276] 4.453436e-01 1.256538e+00 4.624518e-01 2.987881e-01 1.805928e-01 [281] 2.830258e-01 1.847355e-01 1.290068e+00 3.836895e-01 2.864579e+00 [286] 1.717867e+00 1.080230e+00 1.907289e+00 2.100826e+00 1.110348e-01 [291] 2.362977e+00 1.586807e+00 1.569904e+00 4.548496e-01 3.889080e-01 [296] 6.095441e-02 2.724080e+00 3.392716e-02 1.779901e+00 1.769320e+00 [301] 1.436999e+00 4.348270e-01 -2.179046e-01 1.525617e+00 7.172111e-01 [306] 1.618975e-02 2.621971e+00 1.535613e-01 -1.763821e+00 7.645422e-01 [311] -1.519064e+00 5.805815e-02 -8.347657e-01 5.397279e-01 -8.397121e-01 [316] 1.991094e+00 1.512063e+00 3.235832e-02 1.956674e+00 1.890135e+00 [321] 1.449870e+00 1.196539e+00 8.378924e-02 4.712921e-01 2.160033e+00 [326] 1.577274e+00 5.426361e-01 2.644907e+00 1.632915e+00 9.838680e-01 [331] -4.432972e-01 2.334882e+00 3.053123e+00 7.651461e-01 2.832285e+00 [336] 3.962886e-01 -4.829234e-01 1.810011e+00 -1.280975e-01 5.979283e-01 [341] 1.331325e+00 -9.609186e-01 9.940457e-01 3.397155e-01 1.043902e-01 [346] 1.836754e+00 1.331386e+00 1.290654e+00 1.563326e+00 1.547226e+00 [351] 1.842686e+00 1.618043e+00 -1.792332e+00 2.789645e+00 3.863951e-01 [356] 1.038940e+00 1.552597e+00 6.366578e-01 2.116018e+00 1.415334e+00 [361] 1.094480e+00 2.327848e+00 9.638733e-01 1.514483e+00 -3.328259e-01 [366] 8.134765e-01 4.422771e-01 2.042489e+00 1.245354e-01 5.619082e-01 [371] 2.760011e+00 -7.109457e-01 2.124043e-01 4.344977e-01 1.133764e+00 [376] 9.731265e-01 6.216929e-01 1.669591e+00 1.126482e+00 2.095387e+00 [381] 2.545166e+00 2.151508e+00 6.974296e-01 1.118282e+00 9.696980e-02 [386] 2.550776e-01 2.097048e+00 1.026523e+00 3.447913e+00 8.351324e-01 [391] 2.446317e+00 1.473069e+00 3.387798e+00 -8.593124e-02 3.231847e-01 [396] 1.715968e+00 8.677055e-01 8.841049e-01 -1.417704e-02 2.219828e-01 [401] 1.725565e+00 -1.736416e+00 1.346358e+00 1.478062e+00 2.718125e+00 [406] 1.690334e+00 -2.992234e-01 5.678205e-01 2.183948e+00 1.377409e+00 [411] 5.447257e-02 2.319627e+00 1.693009e+00 1.493884e+00 1.666505e+00 [416] 3.159106e+00 1.026600e+00 1.534336e+00 2.154963e+00 -1.039299e-01 [421] -6.534594e-01 6.875751e-01 2.376963e+00 1.798870e+00 1.730899e+00 [426] 1.382932e+00 2.247533e+00 1.495238e+00 -5.012920e-01 3.919267e-01 [431] 1.429813e+00 5.428309e-01 1.191731e+00 2.320941e+00 1.706171e+00 [436] 2.101819e+00 6.580602e-01 -8.743199e-01 3.481183e-01 2.083648e+00 [441] 1.765391e+00 4.211256e-01 -3.911869e-02 7.472022e-01 -4.230511e-02 [446] 1.700550e+00 1.819331e+00 1.518634e-01 7.963353e-01 4.774097e-01 [451] -1.624804e-01 1.132499e+00 1.055822e+00 1.485501e-01 7.178923e-01 [456] -1.545991e+00 2.187714e+00 4.379268e+00 2.203439e+00 2.659703e+00 [461] 2.210052e-01 4.616759e-01 5.748770e-01 5.220887e-01 -3.776345e-01 [466] 1.184569e-01 4.410973e-01 1.770092e+00 1.580960e+00 7.983621e-01 [471] -5.417060e-01 9.579608e-01 -1.133477e+00 1.391129e+00 7.833327e-01 [476] 2.494150e+00 1.634910e+00 1.062772e+00 -2.872195e-01 2.465161e+00 [481] 1.078237e+00 5.489154e-01 1.989030e+00 -2.154090e-01 2.111533e+00 [486] 1.022246e+00 1.900117e-01 1.086446e+00 8.965642e-01 2.904191e+00 [491] -2.641622e-01 -1.144129e+00 3.246379e-01 2.816986e+00 1.336395e+00 [496] 9.018391e-01 6.178261e-01 2.012200e+00 3.382870e+00 1.802599e+00 [501] 6.082133e-01 2.491478e-01 1.958551e+00 1.904116e+00 -3.833023e-02 [506] 7.174165e-01 4.205513e-01 1.209258e+00 -3.841558e-01 1.461727e+00 [511] 6.780091e-01 1.552115e+00 1.736831e+00 2.793187e+00 6.927587e-01 [516] 3.237051e+00 2.363817e+00 2.189844e-01 1.162884e+00 1.452170e+00 [521] -3.790849e-01 -1.508805e-01 -1.319511e-03 -6.251863e-01 2.130027e+00 [526] 6.501209e-01 1.807590e+00 3.337789e+00 1.682118e+00 1.378554e+00 [531] -9.365086e-01 1.063098e+00 2.325593e+00 -3.395420e-01 1.044454e+00 [536] 1.924907e+00 2.177753e+00 1.521253e+00 8.163327e-01 5.788124e-01 [541] 1.839921e+00 1.488066e-01 -7.975397e-01 8.897570e-01 2.814105e-01 [546] 6.990901e-01 2.497592e+00 1.112736e+00 1.539266e+00 1.109556e-02 [551] 2.119832e+00 -9.629762e-02 2.343111e+00 9.632692e-01 -5.323798e-01 [556] 3.047785e-01 1.298811e+00 -1.264554e+00 1.292091e+00 2.413013e+00 [561] 4.115298e-01 1.267879e+00 3.600202e+00 1.712421e+00 3.567787e+00 [566] 1.250739e+00 1.289979e+00 1.724149e+00 1.460020e+00 -2.287575e-01 [571] 1.884608e+00 2.000558e+00 3.111032e-01 2.627762e+00 7.968676e-01 [576] 2.609950e+00 -3.962834e-01 1.087490e+00 6.615013e-01 1.354990e+00 [581] -3.953301e-01 -7.862547e-01 8.276910e-01 2.536227e+00 1.690884e+00 [586] 8.546210e-01 1.703828e+00 1.517216e+00 -1.120810e+00 -3.636847e-01 [591] 1.168615e+00 3.442285e+00 1.697846e+00 4.152762e-01 -8.032212e-01 [596] -1.766820e+00 3.018606e+00 5.598190e-01 2.361645e+00 2.120897e+00 [601] 1.794603e-01 7.600566e-01 2.384421e+00 1.268171e+00 1.185777e+00 [606] 1.667067e+00 2.182024e+00 1.333632e+00 3.870924e+00 1.114489e+00 [611] 1.335521e+00 2.962293e+00 1.110614e+00 2.859366e+00 5.599428e-01 [616] 7.016906e-01 2.378091e+00 1.354474e-01 1.016902e+00 2.042784e+00 [621] 5.351127e-01 4.897853e-01 1.389246e+00 2.376457e+00 2.281493e+00 [626] 3.329630e+00 1.708629e+00 1.318103e+00 -3.409942e-01 2.081015e+00 [631] 1.540097e+00 2.051320e+00 1.638408e+00 3.288796e+00 2.198323e+00 [636] -2.425993e-01 2.315687e+00 6.931340e-01 5.864371e-01 -7.997360e-01 [641] 5.761694e-01 1.685983e+00 -8.459556e-02 4.762125e-01 2.191844e+00 [646] 1.878089e+00 5.119885e-01 2.042665e+00 -2.084162e-01 1.007840e+00 [651] -2.001184e+00 2.018667e+00 3.342624e+00 2.299888e+00 1.656316e+00 [656] -1.299703e+00 -1.603213e-01 9.645643e-01 1.356702e+00 1.031150e+00 [661] 7.242671e-01 3.686185e-01 1.032565e+00 2.315750e-01 7.337970e-01 [666] 7.981067e-01 1.215285e+00 3.692421e-01 1.701873e+00 2.126416e+00 [671] 2.452668e+00 1.123442e+00 2.503003e-01 2.894831e+00 7.768435e-01 [676] 1.805025e-01 8.437553e-01 -6.460478e-01 1.677451e+00 1.299559e+00 [681] 7.548356e-01 -7.025705e-01 1.507916e+00 1.305873e+00 3.133178e+00 [686] 2.760560e+00 2.528970e+00 1.919746e+00 2.086362e+00 1.381556e+00 [691] 6.279862e-01 -4.537797e-02 6.918364e-01 9.533450e-01 1.200721e+00 [696] 2.674583e+00 8.489886e-01 -4.860868e-01 1.491996e+00 2.303118e+00 [701] 2.124221e+00 -3.610303e-01 2.570996e+00 1.283741e+00 1.423581e+00 [706] -7.688002e-01 3.283153e-01 1.540813e+00 2.336171e+00 -1.070726e+00 [711] 1.957393e+00 1.041033e+00 1.074468e+00 -8.420545e-01 5.759682e-01 [716] 3.137674e-01 1.046113e-01 4.259766e-01 2.199628e+00 3.185481e+00 [721] 2.373621e+00 1.715466e+00 1.274388e+00 3.021925e+00 -1.117039e+00 [726] 2.466782e+00 6.481598e-01 7.054802e-01 6.531944e-01 1.985180e+00 [731] 1.193035e+00 1.303660e+00 2.578861e+00 4.938627e-03 7.457627e-01 [736] 2.310133e+00 5.443971e-02 -8.482206e-01 -1.391987e+00 1.674142e+00 [741] 5.001734e-01 2.181714e+00 7.846710e-01 4.884631e-03 1.489135e+00 [746] 1.638386e+00 -2.206654e+00 2.682316e+00 3.414508e+00 -1.281330e+00 [751] 1.123956e+00 2.697059e+00 2.367903e+00 -2.327781e-01 -6.257401e-01 [756] 4.644341e-01 6.112032e-01 2.616394e+00 -1.430947e-01 9.867014e-03 [761] 2.434339e+00 2.080256e+00 1.206024e-01 1.345711e+00 -3.381696e-01 [766] 1.955062e+00 1.183028e+00 1.034876e+00 1.086824e-01 6.337312e-01 [771] 8.330051e-01 2.298644e-01 3.022055e+00 2.018693e+00 -3.367081e-01 [776] 2.569341e+00 5.247767e-01 4.824078e-01 9.110590e-01 1.298436e+00 [781] -3.657933e-01 -1.937653e+00 -7.106846e-01 2.010649e+00 6.978054e-01 [786] -8.695768e-01 1.145590e+00 1.444258e+00 -4.419199e-01 5.174512e-01 [791] 1.659287e+00 1.762217e+00 1.595412e+00 2.506182e+00 2.367059e+00 [796] 1.160418e+00 -1.594449e-01 6.944590e-01 4.867589e-01 1.108027e-01 [801] 2.904247e-01 1.851836e+00 9.520817e-01 4.527484e-01 5.386536e-01 [806] -5.789204e-01 -5.667306e-01 2.642163e+00 2.024309e+00 7.625140e-02 [811] 1.127292e+00 5.026495e-01 2.124222e-01 4.874537e-01 3.133741e-01 [816] 2.390154e+00 1.477408e+00 8.802858e-01 -8.300587e-01 1.862145e+00 [821] 8.236546e-01 1.447852e+00 9.846426e-01 1.297527e+00 -2.788342e-01 [826] 1.405711e+00 8.995556e-02 -5.988905e-01 1.640954e-01 -3.430464e-02 [831] 9.624363e-01 -3.620091e-01 5.383871e-01 9.221142e-01 5.732497e-01 [836] 8.971908e-01 2.509121e+00 1.394661e+00 7.538615e-01 2.813959e+00 [841] 2.547952e+00 1.940226e+00 1.424049e-01 1.178325e+00 4.670163e-01 [846] -4.571331e-01 2.286721e+00 1.629652e+00 -1.293200e+00 2.504694e+00 [851] 2.398197e+00 2.769930e-01 2.242245e+00 8.508840e-01 -6.207095e-01 [856] -2.094343e-02 1.556673e+00 1.588097e+00 4.588062e-01 1.724182e+00 [861] 7.204627e-01 1.582089e+00 1.801196e+00 1.478148e+00 3.657487e+00 [866] 2.044816e+00 -2.871835e-01 1.222198e-02 1.197127e+00 4.762314e-02 [871] 2.586131e-01 -8.396514e-01 5.641901e-01 -5.196661e-02 1.810754e+00 [876] -3.719173e-01 7.788047e-01 5.065223e-01 9.949596e-01 -4.807233e-01 [881] 2.107486e+00 2.085728e+00 3.081859e+00 -7.729958e-01 1.576790e-01 [886] -6.351536e-01 2.336718e+00 -1.682206e-03 1.737559e+00 9.442631e-01 [891] -1.190136e-01 1.727510e+00 -5.600681e-01 8.221647e-01 3.426333e+00 [896] 1.146301e+00 -2.065727e+00 3.990110e-01 -2.930740e-01 -4.030160e-01 [901] 1.273200e+00 1.523812e+00 7.209265e-01 7.910666e-01 1.697448e+00 [906] 1.292079e+00 1.799501e-01 -1.039094e+00 -7.385871e-02 3.396292e+00 [911] 2.010552e-01 -1.404177e+00 2.291007e+00 1.560089e+00 1.974529e+00 [916] 1.516949e+00 2.586962e-01 3.006243e+00 -1.115545e+00 -3.758394e-01 [921] 1.770813e+00 -6.466866e-01 -2.052028e+00 2.646133e-01 1.551568e-02 [926] 1.812548e-01 8.912433e-01 4.504025e-01 1.531767e-02 1.950245e+00 [931] 1.890161e+00 1.019352e+00 -8.994677e-02 6.527023e-02 1.299261e+00 [936] 2.626438e+00 9.626666e-01 8.119459e-01 -1.433175e+00 1.069707e+00 [941] 2.453815e+00 4.347506e-01 1.513327e+00 4.889905e-01 1.272490e+00 [946] 2.085574e+00 2.674410e+00 2.331546e+00 1.599321e+00 1.103332e+00 [951] -2.117281e-01 1.829967e+00 1.461716e+00 1.756674e+00 2.636861e+00 [956] 1.674308e+00 6.062927e-01 6.531909e-01 1.533884e+00 6.536891e-01 [961] -4.777063e-01 1.684278e+00 -6.697375e-01 2.146462e+00 8.978413e-01 [966] 4.070399e-01 -1.297131e+00 4.850918e-01 3.464593e+00 1.111070e+00 [971] -2.078336e-01 8.354777e-01 -5.886952e-02 8.570682e-01 1.333181e+00 [976] 7.698244e-01 6.937461e-01 4.226055e-01 -1.053728e+00 2.471325e+00 [981] 1.704724e+00 2.023639e+00 4.671601e-01 2.318573e+00 1.855735e+00 [986] -3.184761e-01 2.385149e+00 1.603613e+00 2.896955e-01 -2.835983e-01 [991] 1.597052e+00 5.622867e-01 2.073540e+00 3.070926e-01 -1.350878e-01 [996] -7.164282e-01 1.269026e+00 -9.639583e-01 -9.446229e-03 2.660997e+00 [1001] 1.334393e+00 1.382904e+00 -5.659216e-02 9.229273e-01 3.438908e+00 [1006] -3.697910e-01 5.423775e-02 1.320778e+00 2.241932e+00 4.918121e-01 [1011] 1.312760e-01 5.259344e-01 1.193168e+00 9.693786e-01 6.217018e-01 [1016] 1.625806e-01 8.170760e-01 1.023221e+00 7.710634e-01 2.840092e+00 [1021] 1.123624e+00 5.130999e-01 -1.460729e+00 6.967880e-01 1.319044e-01 [1026] -6.321660e-01 1.013978e+00 -8.801286e-01 -3.612276e-01 3.018650e+00 [1031] 1.298469e+00 -2.267339e-01 2.581051e+00 5.457897e-01 1.885011e+00 [1036] 1.376750e+00 2.140983e+00 -6.058865e-01 1.049690e+00 1.489014e+00 [1041] 1.542456e+00 2.782709e+00 1.053771e+00 6.616689e-01 1.014094e+00 [1046] -9.038737e-01 7.282526e-02 1.428944e+00 -7.188962e-02 1.290090e+00 [1051] 1.047722e+00 7.298737e-02 1.501236e+00 6.990901e-01 7.403328e-01 [1056] 3.530331e-01 2.806592e-01 -3.328259e-01 6.052900e-01 9.931275e-01 [1061] -1.531816e-01 -8.492714e-01 -5.804673e-01 1.365558e+00 1.007385e+00 [1066] 1.007307e+00 1.097604e+00 -1.977516e-01 9.198544e-01 1.332911e+00 [1071] 1.916478e+00 1.357750e+00 6.347835e-01 5.519516e-01 1.042290e+00 [1076] 3.131979e+00 2.959721e+00 1.338818e+00 2.324035e+00 9.028488e-01 [1081] 2.524195e+00 1.355554e+00 2.788519e+00 2.015813e-01 9.268218e-01 [1086] -8.397791e-01 1.917824e+00 8.991461e-01 -7.396030e-02 1.730607e+00 [1091] 2.453162e+00 -1.175703e+00 1.714238e+00 2.676659e+00 2.081983e+00 [1096] 3.918213e-01 1.134618e+00 -1.087396e-01 1.292090e+00 2.310472e+00 [1101] -8.354442e-01 -1.588876e+00 -3.469403e-01 1.501579e+00 2.123887e+00 [1106] 6.037059e-01 1.391854e+00 1.461426e+00 9.589147e-01 1.109698e+00 [1111] 1.845277e-01 1.771489e+00 1.957443e+00 1.047480e+00 2.423857e+00 [1116] 3.301804e-01 1.107524e+00 1.316200e+00 5.102807e-01 2.234518e+00 [1121] 3.041261e+00 1.110246e+00 3.442636e-01 -3.632831e-01 1.077922e+00 [1126] -6.747525e-01 2.688438e-01 2.656852e+00 2.578518e+00 1.799515e+00 [1131] 4.365204e-01 1.095599e+00 6.003657e-01 -7.404848e-01 -7.274265e-01 [1136] 2.202526e+00 1.639626e+00 2.929454e+00 1.756624e+00 4.567519e-01 [1141] 9.058064e-01 1.412596e+00 6.566186e-01 2.162247e-01 2.048063e+00 [1146] 3.683595e-01 1.711100e-02 -4.550504e-01 -4.184915e-02 8.769370e-01 [1151] 2.383878e+00 6.059569e-01 6.955648e-01 9.531955e-01 9.488512e-03 [1156] -4.097121e-02 1.832720e+00 -9.037640e-03 3.396407e-01 3.482072e-01 [1161] 9.277340e-01 1.134532e+00 2.603383e-01 -1.555825e-01 1.718671e-01 [1166] 1.235826e+00 4.631935e-01 1.705061e+00 1.615124e+00 2.018459e+00 [1171] 4.011976e-02 -1.879302e+00 2.136373e+00 8.074087e-01 9.029179e-01 [1176] -1.801831e-01 4.132949e-01 -1.366055e-01 5.171404e-01 1.986645e+00 [1181] 7.574429e-01 1.001605e+00 4.221047e-01 1.538083e-01 -1.922996e-04 [1186] 2.461113e+00 9.991683e-01 7.800112e-01 9.531163e-02 1.550530e+00 [1191] 2.808413e-01 8.120032e-01 2.858074e+00 2.737764e+00 2.177330e+00 [1196] 1.451280e+00 1.400602e+00 -2.453138e-01 3.603919e+00 3.201762e-02 [1201] 1.997365e-01 1.946082e+00 8.699458e-01 -8.973140e-01 3.915453e+00 [1206] 9.939047e-01 -2.954245e-01 5.313580e-01 1.734051e+00 2.182463e+00 [1211] 1.287029e+00 1.738102e+00 7.653354e-01 1.135357e+00 1.024817e+00 [1216] 1.864155e+00 1.234472e-01 1.644026e+00 -2.623261e-01 4.624084e-01 [1221] 3.228058e+00 6.568095e-01 4.426313e-01 1.428172e+00 2.886919e-01 [1226] 4.678749e-01 7.745152e-01 -4.462565e-01 6.723756e-01 1.991974e+00 [1231] 9.420227e-01 1.932735e+00 -2.717707e-01 3.114816e+00 1.447310e-02 [1236] 7.379287e-01 -2.680284e-01 1.391141e+00 1.344518e+00 2.772995e+00 [1241] 6.296131e-01 2.438230e-01 2.781137e+00 1.802799e+00 7.176743e-01 [1246] -7.559090e-01 1.687303e+00 1.546096e+00 1.308840e+00 2.144872e-01 [1251] 2.004317e+00 6.538144e-01 7.519296e-01 2.048460e+00 2.149124e+00 [1256] 1.751191e+00 2.476182e+00 1.718618e+00 1.194139e+00 5.982465e-01 [1261] 9.431275e-01 1.163715e+00 5.519158e-01 8.481432e-01 -3.179680e-01 [1266] 3.749503e-01 -1.426571e-01 1.863962e+00 1.183626e+00 2.164320e+00 [1271] 2.192190e+00 1.126699e+00 -1.696231e-01 6.163091e-01 1.041804e+00 [1276] 5.731377e-01 1.906045e+00 3.150878e+00 1.523197e-01 9.869115e-01 [1281] 9.663688e-01 1.045961e+00 5.597935e-01 6.734509e-01 2.710938e+00 [1286] 1.111476e+00 -2.283215e-01 1.956733e+00 -1.163220e+00 6.000312e-01 [1291] 1.500879e+00 1.857455e+00 4.003543e-02 4.963772e-01 9.043370e-01 [1296] 5.411486e-01 1.399202e+00 6.721264e-01 7.656116e-01 4.749551e-01 [1301] 1.661482e+00 -3.409010e-01 2.695407e+00 2.339783e-01 -3.438179e-01 [1306] 2.099206e+00 -6.207996e-01 2.194296e+00 5.127028e-01 -7.926757e-01 [1311] 1.095816e+00 1.764174e+00 3.210270e+00 -3.184761e-01 -2.909920e-01 [1316] 1.298833e+00 -2.094970e-01 3.756220e-01 9.518666e-01 1.726431e+00 [1321] 1.751121e+00 1.991147e+00 1.067908e+00 1.295966e+00 9.071732e-01 [1326] 1.737073e+00 -8.154446e-02 2.401911e+00 3.376932e+00 -2.924399e-01 [1331] 3.260012e-01 -9.929516e-01 1.652595e+00 7.314911e-01 -1.754117e+00 [1336] 2.076419e+00 2.427056e+00 1.800269e+00 2.204102e+00 5.103124e-01 [1341] -1.102263e+00 2.639475e+00 1.549483e+00 3.347156e+00 1.959198e+00 [1346] 1.963532e+00 1.247796e+00 -1.076716e+00 -1.754523e-03 1.981108e+00 [1351] 1.456063e-01 4.150436e-01 2.538149e+00 -2.256003e-01 1.187524e+00 [1356] 9.798980e-01 2.765706e+00 -4.679046e-01 2.018001e+00 4.104693e-01 [1361] 1.069424e+00 7.614702e-01 1.279253e+00 3.204760e+00 -9.596892e-02 [1366] -8.668752e-02 1.875185e+00 -1.817578e-01 5.974864e-01 1.464918e+00 [1371] 3.306666e-01 1.325062e+00 -3.983869e-01 5.022079e-01 2.414516e+00 [1376] 1.918042e+00 -1.128504e+00 1.790125e+00 2.648530e+00 1.998496e+00 [1381] 8.095582e-01 3.909374e-02 7.663811e-01 9.748393e-01 2.047211e+00 [1386] 1.403046e+00 2.739899e+00 1.535983e+00 1.039413e+00 1.726502e+00 [1391] 1.340638e+00 3.097819e-02 2.158443e-01 3.471286e+00 1.649870e+00 [1396] -1.743607e+00 2.800657e+00 -5.667436e-01 2.908195e+00 2.328346e+00 [1401] 6.865020e-01 1.058634e+00 -1.987067e-02 -1.518732e+00 1.910921e+00 [1406] 7.830184e-01 2.831388e+00 1.935299e+00 -1.469142e+00 8.599014e-02 [1411] 1.789718e+00 1.543452e+00 2.332232e+00 -1.731867e+00 3.366731e-01 [1416] 1.044083e+00 1.605083e+00 -1.348768e-01 -2.249530e-01 6.935284e-01 [1421] -4.321446e-01 2.987469e-01 -7.205863e-01 7.176702e-01 3.499467e+00 [1426] -8.528574e-01 8.883438e-01 -4.727800e-01 1.143819e+00 8.391188e-01 [1431] 3.814153e-01 2.323088e+00 2.339867e+00 -2.232964e-01 5.311179e-01 [1436] 4.324629e-01 1.762410e+00 1.342152e-01 1.938226e+00 -4.673759e-03 [1441] 1.203418e+00 1.093442e+00 5.765637e-01 1.619108e+00 1.502965e+00 [1446] 3.373348e-01 2.068232e+00 1.307558e+00 2.437230e+00 1.236158e+00 [1451] 3.587239e+00 -5.062638e-01 4.566071e-01 -1.115456e+00 5.793743e-01 [1456] 2.595869e+00 1.856315e+00 8.810464e-01 1.942526e+00 2.241040e-01 [1461] 8.916729e-01 -5.936482e-01 -5.973892e-01 2.148996e+00 1.350771e+00 [1466] 2.015134e+00 9.743139e-01 9.585874e-01 3.736668e+00 -7.866225e-01 [1471] 1.686928e+00 6.519101e-01 1.217932e+00 3.107431e+00 2.281792e+00 [1476] 2.697848e+00 1.738112e+00 2.026433e+00 1.492568e+00 6.415960e-01 [1481] 1.069761e+00 2.806011e+00 -4.564963e-01 2.138880e+00 2.821502e+00 [1486] -1.783507e-02 1.400444e+00 1.899358e+00 1.530715e+00 1.059729e+00 [1491] 3.101608e-01 4.727419e-01 -8.763211e-01 2.423081e+00 2.074558e-01 [1496] 2.643340e+00 -4.629393e-01 -6.271725e-01 1.308169e+00 3.555822e+00 [1501] 1.900901e+00 2.044508e+00 2.075313e+00 2.180691e+00 1.750451e+00 [1506] 1.801498e+00 7.942745e-01 1.032582e+00 1.062122e-01 2.906846e+00 [1511] 2.152412e+00 5.550310e-01 9.356926e-01 1.567115e+00 1.406795e+00 [1516] 1.912983e-01 1.619409e+00 -7.375849e-01 1.392864e+00 -1.617606e-01 [1521] 5.135439e-01 -1.557714e+00 5.370048e-01 5.159186e-02 2.234465e+00 [1526] 2.741259e-01 1.331986e+00 1.336326e+00 -6.385132e-01 1.978571e+00 [1531] 4.233705e-01 -2.903776e-02 1.298949e+00 1.163278e+00 7.823057e-01 [1536] -1.208129e+00 -3.576425e-01 1.112416e+00 -5.563612e-01 4.741499e-02 [1541] 8.818039e-01 1.754938e-01 6.781441e-01 -1.287344e+00 3.006572e-01 [1546] 9.245363e-01 1.798487e-01 1.492518e+00 1.369259e+00 -1.084815e-01 [1551] 2.523405e+00 1.754101e+00 -1.005559e+00 -2.713675e-01 5.579155e-01 [1556] 6.507892e-01 4.655150e-01 3.035578e+00 -1.146102e+00 3.315651e+00 [1561] 4.439629e-01 5.723170e-01 1.621397e+00 2.067169e+00 -6.365330e-01 [1566] 1.580127e+00 1.196251e+00 5.969067e-01 -2.934076e-01 7.674875e-01 [1571] 8.155341e-01 2.277305e+00 1.483150e+00 3.579010e+00 3.076675e-01 [1576] 1.615586e+00 -5.145282e-01 1.038996e+00 4.009416e-01 -9.712934e-01 [1581] 1.657182e+00 1.646459e-01 1.441139e+00 1.026635e+00 2.592076e+00 [1586] 2.884088e+00 2.074749e+00 -1.108051e+00 1.413165e+00 2.273661e-01 [1591] 7.967032e-01 2.254333e+00 3.323942e+00 1.652904e+00 9.385871e-01 [1596] 2.376331e+00 6.441659e-01 2.842132e+00 1.187287e+00 -1.407616e-01 [1601] 7.060634e-01 2.770149e+00 -1.120658e-01 4.059869e-01 -3.289914e-01 [1606] -7.129448e-01 2.525659e+00 3.470573e-01 -4.891264e-01 1.400323e+00 [1611] 3.023014e+00 2.409937e+00 -6.609612e-01 4.124215e+00 2.185816e+00 [1616] -1.471167e-01 1.386175e+00 1.422106e+00 1.636679e+00 1.819299e+00 [1621] 1.680329e+00 -6.574292e-01 1.747365e+00 1.426861e+00 2.056156e+00 [1626] 8.543274e-01 1.558269e+00 1.962615e+00 3.193567e+00 2.623557e+00 [1631] 1.853755e+00 2.019223e+00 1.200744e+00 2.384620e+00 1.129548e+00 [1636] -2.353136e-01 1.607847e+00 1.357602e+00 1.536080e-01 7.120258e-02 [1641] -4.398494e-01 2.875835e+00 5.220173e-01 1.056960e+00 2.456473e+00 [1646] 1.045389e+00 -4.795015e-02 1.093312e+00 1.411453e+00 3.459363e-01 [1651] 7.689996e-01 7.414821e-01 7.541008e-01 1.274190e+00 2.295253e+00 [1656] 1.454459e+00 4.225188e-01 3.267574e+00 2.602356e+00 -7.025764e-01 [1661] -2.988696e-01 1.100058e+00 2.021648e+00 1.836236e-01 5.312578e-01 [1666] 1.309372e+00 1.054888e+00 -7.390016e-01 -2.443866e-01 2.177553e+00 [1671] 5.764662e-01 4.163861e+00 1.371100e+00 3.098744e-01 8.258507e-01 [1676] 7.690750e-01 6.808933e-01 1.555640e-01 9.804255e-01 -1.069098e+00 [1681] 1.137818e+00 2.059661e+00 1.311230e+00 -1.275707e-01 -1.062572e+00 [1686] 1.854551e+00 -1.159017e-01 2.045572e+00 1.052298e+00 7.845343e-01 [1691] -6.610864e-01 3.581611e-01 2.924157e+00 6.584374e-01 1.287230e+00 [1696] 5.148567e-01 7.636329e-01 -1.405400e+00 -4.800502e-01 2.157294e+00 [1701] 3.467555e-01 1.092858e-01 1.942990e+00 1.950018e+00 1.725776e+00 [1706] 2.278100e+00 -5.490862e-02 -9.007462e-02 1.279057e+00 1.609255e+00 [1711] 1.948735e+00 2.084936e+00 1.301469e+00 8.172865e-01 1.993867e+00 [1716] 1.669422e+00 6.232451e-01 2.393058e+00 1.302534e+00 6.548917e-01 [1721] 6.905405e-01 9.255793e-01 2.345439e+00 -4.322807e-01 5.791336e-01 [1726] 1.892387e+00 6.294612e-01 2.326821e+00 -5.418395e-02 2.540505e+00 [1731] -1.279522e+00 -6.238527e-01 1.182925e+00 9.148149e-01 1.182700e+00 [1736] 9.792836e-01 1.280967e+00 5.331693e-01 1.462433e+00 1.442001e+00 [1741] -3.892293e-01 1.368086e+00 -1.328214e-01 1.474202e+00 1.254078e+00 [1746] 9.685185e-01 1.733893e+00 6.825423e-01 1.866442e+00 1.831310e+00 [1751] -1.407084e+00 2.155535e+00 7.825687e-01 1.841217e+00 6.641515e-02 [1756] 2.064309e+00 8.445812e-01 1.350929e+00 -1.320062e+00 1.764876e+00 [1761] 1.931353e+00 -2.973347e-01 -1.033129e+00 4.809201e-01 -8.028479e-01 [1766] 1.545177e+00 1.870852e+00 7.095379e-01 1.336481e+00 -1.053521e+00 [1771] 3.628746e+00 9.536413e-01 5.450608e-01 1.285321e+00 4.795920e+00 [1776] 4.306812e-01 -3.171509e-01 2.323336e+00 3.047878e-01 2.528853e+00 [1781] 1.277301e+00 3.156106e+00 1.213173e+00 1.680364e+00 7.601201e-01 [1786] -2.127831e-02 1.613984e+00 -8.359488e-01 2.776657e-01 -1.195223e-01 [1791] 4.981389e-01 8.629593e-01 3.595571e+00 -6.648567e-01 -3.660435e-01 [1796] 1.930242e+00 1.959153e+00 1.070855e+00 1.936964e+00 4.653798e-01 [1801] 1.346222e+00 2.153622e+00 3.918569e-01 1.632697e+00 1.023529e+00 [1806] 5.061694e-01 -8.118274e-01 -1.207694e-01 2.343298e+00 1.567205e-01 [1811] 5.572893e-01 1.372854e+00 3.740117e+00 -1.145314e+00 -9.975917e-01 [1816] 1.230216e+00 2.454932e+00 1.729800e+00 1.378557e+00 1.621115e+00 [1821] 1.758866e+00 -1.437026e+00 4.562311e-01 1.512676e+00 -4.245951e-01 [1826] 1.081731e+00 8.600165e-01 1.089088e+00 1.030629e+00 -4.665652e-01 [1831] 1.607669e+00 2.101764e+00 4.271159e-01 7.188992e-02 8.407195e-01 [1836] 1.353589e+00 9.457971e-01 -8.809771e-01 1.423354e+00 3.425526e-01 [1841] 2.713356e+00 1.147762e+00 1.641748e+00 3.665161e+00 1.965315e+00 [1846] -8.584288e-01 4.850062e-01 -3.515890e-01 1.223072e+00 1.594946e+00 [1851] -3.022873e-01 1.827727e-01 2.295622e+00 4.568037e-01 -7.005412e-01 [1856] -6.847141e-01 2.760908e+00 1.873715e+00 6.710317e-01 3.481851e+00 [1861] 6.005577e-01 1.997048e+00 1.447130e+00 1.552505e+00 3.685978e-01 [1866] 8.316082e-01 2.395896e+00 -5.646741e-01 1.708403e+00 5.973767e-01 [1871] 8.172919e-01 -1.151533e+00 3.339804e-01 -1.239505e+00 3.770464e-01 [1876] 7.719896e-01 7.228467e-01 1.155546e+00 1.403914e+00 1.886031e+00 [1881] 6.159873e-01 1.078305e+00 5.093266e-01 1.301618e-01 -1.496078e+00 [1886] 1.894356e+00 1.443571e+00 6.170500e-01 -8.865364e-01 2.909350e+00 [1891] -1.556086e+00 7.401979e-01 1.604716e+00 -4.074116e-01 1.182228e+00 [1896] 1.303697e+00 -4.496148e-01 2.152524e+00 1.800057e-01 1.142652e+00 [1901] 1.356204e+00 3.654970e+00 2.797675e+00 2.416237e+00 3.547169e+00 [1906] 1.378652e+00 -1.590417e-01 7.597728e-01 1.611878e+00 1.564129e+00 [1911] 1.423431e+00 5.801537e-01 1.323609e+00 1.172927e+00 2.524005e+00 [1916] 2.397865e+00 2.984800e+00 1.572535e+00 1.191830e+00 -6.871016e-01 [1921] -1.929573e+00 -4.278633e-01 2.058112e-01 -5.294855e-02 6.494402e-01 [1926] 1.192120e+00 1.908383e+00 6.672993e-01 3.156009e-01 1.491680e+00 [1931] 7.850713e-01 8.571201e-01 2.011946e+00 2.772097e+00 2.002680e-01 [1936] 2.202387e+00 -9.798147e-02 1.744016e+00 -1.814556e+00 3.574364e+00 [1941] 1.962441e+00 4.047683e-01 3.328221e-01 -8.026384e-01 2.470828e+00 [1946] 2.656324e+00 1.357672e+00 4.701585e-01 2.660855e+00 -3.624735e-01 [1951] 7.469694e-01 1.449226e+00 2.738617e+00 3.927450e-03 6.949754e-01 [1956] 2.235294e+00 1.296629e+00 1.446175e+00 -8.918309e-01 1.484980e+00 [1961] 8.322079e-01 -2.320666e-01 2.399794e+00 7.815340e-01 9.786550e-01 [1966] 2.863937e-01 2.113117e-02 3.966159e-01 1.321499e+00 2.738800e+00 [1971] 1.066632e+00 4.259619e-01 1.981061e+00 1.036836e+00 6.875184e-01 [1976] 4.167931e-01 5.456212e-01 -5.525014e-01 7.488712e-01 4.083687e+00 [1981] -2.175446e-01 7.346358e-01 1.554408e+00 5.634465e-01 1.339419e+00 [1986] 1.418842e-01 -2.012351e-02 1.266031e+00 6.764239e-01 1.723028e+00 [1991] 6.015875e-01 8.510756e-01 3.747337e+00 5.147460e-01 7.527293e-01 [1996] 1.786253e+00 1.049149e+00 1.103589e+00 -1.987286e-01 9.125725e-01 [2001] 1.522598e+00 1.571163e+00 7.266336e-01 5.089206e+00 9.634480e-01 [2006] 1.390785e+00 6.976234e-01 5.945142e-01 2.054083e+00 1.396814e+00 [2011] -1.427940e-01 1.165246e+00 6.027589e-01 -6.103368e-01 2.557416e+00 [2016] -5.541937e-01 3.774919e-01 1.983621e+00 1.437332e+00 1.864007e+00 [2021] 6.750170e-01 5.700709e-01 1.560935e+00 1.968224e+00 -2.452478e-01 [2026] 6.652482e-01 1.200560e+00 1.559317e-01 1.471171e+00 1.882739e+00 [2031] 1.100764e+00 1.750015e+00 2.698715e+00 1.222618e+00 1.123694e+00 [2036] 9.252379e-01 2.254507e+00 8.835864e-01 -1.703639e+00 3.663801e-01 [2041] 5.642332e-01 3.004119e+00 -6.193068e-01 -3.797238e-01 1.781653e+00 [2046] 2.286657e+00 4.597155e+00 2.180431e+00 6.696042e-01 3.151719e+00 [2051] 5.013327e-01 2.548057e+00 1.048604e+00 1.876645e-01 1.543376e+00 [2056] -6.046713e-01 2.019890e+00 1.130047e+00 2.213376e+00 2.003345e+00 [2061] 1.447852e+00 1.195152e+00 -4.403261e-02 1.542355e+00 1.852033e+00 [2066] 1.574970e+00 2.049823e+00 2.652392e+00 1.122244e+00 1.185168e+00 [2071] 1.248464e+00 2.690622e+00 6.243796e-01 6.289627e-01 -1.676966e+00 [2076] 1.439998e+00 7.488854e-01 7.103046e-01 5.808872e-01 2.385193e+00 [2081] -6.805250e-02 7.033690e-01 -4.759937e-01 1.881524e+00 5.819451e-01 [2086] 1.094635e+00 -1.518926e+00 1.600651e+00 1.384231e+00 1.254051e+00 [2091] 1.306898e+00 1.955969e-02 1.635300e-01 -1.395313e+00 7.785624e-01 [2096] 1.142371e+00 2.249390e-01 2.782276e-01 9.900609e-02 -7.318069e-01 [2101] -7.238471e-01 1.024584e+00 1.861679e+00 2.293978e+00 1.315459e-01 [2106] 9.582667e-01 2.876269e-01 1.240972e+00 1.543382e+00 -3.897719e-01 [2111] 4.801659e-01 -7.437267e-01 -1.845975e-01 5.725981e-01 3.243362e+00 [2116] 6.831380e-01 3.897898e-01 8.583273e-01 1.095927e+00 8.204055e-01 [2121] -1.320831e+00 1.041709e+00 1.539881e-01 1.089883e+00 1.866599e+00 [2126] 1.650493e+00 -1.627863e+00 -2.824255e-01 1.674114e-01 2.452387e+00 [2131] -1.149531e+00 1.182760e+00 1.907560e+00 1.306347e+00 7.317389e-01 [2136] 1.505552e+00 2.448246e+00 2.350734e+00 6.136718e-01 2.382829e-01 [2141] 3.170203e+00 7.553682e-01 -1.461375e+00 4.938953e-01 2.726125e+00 [2146] 1.668540e+00 2.731163e+00 1.709475e-01 6.687140e-01 1.461596e+00 [2151] 3.404934e-01 1.454453e+00 1.304512e+00 4.608910e-01 2.215700e+00 [2156] 9.919588e-01 2.785862e+00 8.490114e-01 1.631855e+00 1.200780e+00 [2161] 7.125120e-01 1.303230e+00 7.311814e-01 1.807179e+00 1.225435e+00 [2166] -1.648211e+00 7.251636e-01 9.707220e-01 2.644465e+00 1.941186e+00 [2171] 9.256171e-01 1.640304e-02 1.166997e+00 1.240152e+00 1.011151e+00 [2176] 1.371581e-01 3.420509e+00 1.230439e+00 1.788317e+00 -4.709538e-01 [2181] -7.841184e-01 4.750861e+00 2.861878e+00 8.386646e-01 3.359751e+00 [2186] 1.654551e+00 1.373659e+00 5.148596e-01 8.932305e-01 -2.624943e-01 [2191] 1.245053e+00 7.295510e-01 -9.973033e-02 8.164104e-01 1.472474e+00 [2196] -2.822951e-01 1.756317e+00 2.733590e-01 1.302831e+00 -1.216454e+00 [2201] 9.384493e-01 2.440029e+00 -1.382691e-01 3.055978e+00 6.864520e-01 [2206] 5.106739e-02 6.107960e-01 9.577514e-01 -1.248315e-01 1.252685e+00 [2211] 1.185859e-01 3.069380e+00 8.680649e-01 -2.827172e-01 1.601749e+00 [2216] 2.319579e+00 4.373473e-01 8.582951e-01 1.817412e+00 1.553566e+00 [2221] 6.567429e-01 1.422036e+00 1.003211e+00 -6.892409e-01 1.373270e+00 [2226] 2.665171e+00 -8.741036e-01 1.923663e+00 2.388356e+00 1.572790e+00 [2231] -2.284455e-01 2.022418e+00 -8.978873e-01 1.992318e+00 3.193013e-01 [2236] -6.091990e-01 1.472426e+00 9.579876e-01 1.800014e+00 5.256878e-01 [2241] 7.646008e-01 4.571263e-01 9.370822e-01 4.414934e+00 1.568945e+00 [2246] -9.639719e-01 2.807846e-01 5.861499e-01 1.787208e+00 1.323456e+00 [2251] 2.036846e-01 2.644851e-02 8.188576e-01 1.261546e+00 1.400243e+00 [2256] 1.543310e+00 -2.751611e+00 2.597684e+00 2.105815e+00 7.320368e-01 [2261] -6.785459e-01 -1.101067e+00 7.798504e-01 -1.020701e+00 1.709684e+00 [2266] 2.079255e+00 1.428119e+00 5.628148e-01 1.056589e+00 8.300720e-01 [2271] -2.321633e-01 1.571431e+00 5.648917e-01 2.079207e+00 2.268216e-01 [2276] 7.981676e-01 -7.649145e-01 5.491694e-01 -1.736583e-01 1.206808e+00 [2281] 7.551601e-01 7.063925e-01 2.950364e-02 2.057777e+00 3.537075e-01 [2286] 6.754726e-01 1.784361e+00 -2.982095e-01 -4.127085e-01 -1.019352e+00 [2291] 5.993519e-01 1.662183e+00 5.518399e-01 2.457302e+00 1.182794e+00 [2296] 1.943181e+00 -3.782079e-01 1.224377e+00 1.365764e+00 5.869737e-01 [2301] 1.384733e+00 3.062911e-01 1.103525e+00 7.645057e-01 2.262903e+00 [2306] 3.564589e-01 3.398450e-01 1.861424e+00 7.309764e-01 2.609975e-01 [2311] 1.733031e+00 1.257453e+00 2.410357e+00 1.807220e+00 1.460090e+00 [2316] 3.425775e+00 1.493681e+00 -1.411022e-01 6.583913e-01 2.809177e+00 [2321] -6.680340e-01 2.174413e+00 2.587962e+00 1.686159e+00 4.684601e-01 [2326] 1.296113e+00 4.214573e-01 4.547600e-01 2.043363e+00 1.360593e+00 [2331] 5.966847e-01 1.697283e+00 4.489090e+00 -3.848377e-01 1.637066e+00 [2336] 7.206560e-01 6.077146e-01 2.025279e+00 2.417835e+00 2.442077e+00 [2341] 1.904753e+00 2.366258e+00 1.241167e+00 2.803106e+00 3.352572e-01 [2346] 2.013828e+00 9.820964e-01 2.305977e+00 2.413037e+00 2.705317e+00 [2351] -3.368015e-01 -1.407157e-01 -4.367991e-01 7.661288e-01 1.022723e+00 [2356] 5.566448e-01 2.295133e-01 1.907352e+00 -1.066380e+00 1.407160e+00 [2361] 1.385637e+00 3.405631e-01 3.156092e-02 -1.415831e-01 2.598220e+00 [2366] 6.320896e-01 1.774660e+00 -1.246669e+00 2.472422e-02 8.920743e-01 [2371] 1.712660e-01 1.699130e+00 8.797847e-01 -7.113612e-01 1.237613e+00 [2376] 2.853577e-01 1.008769e+00 1.087447e-01 3.372868e-01 1.009780e+00 [2381] 1.209936e+00 1.397577e+00 5.570584e-01 1.873262e-01 1.686148e+00 [2386] 6.632194e-01 2.660585e+00 9.594678e-01 1.128121e+00 2.599955e-01 [2391] 7.268614e-02 -1.008926e+00 3.339324e+00 2.163367e+00 2.209105e+00 [2396] 8.076818e-01 2.179227e+00 4.823394e-01 1.573024e+00 -1.577284e+00 [2401] -4.980191e-02 2.257351e+00 2.562132e+00 -5.058653e-01 3.279272e+00 [2406] 1.245073e+00 3.235005e+00 2.259218e+00 1.914087e+00 7.428275e-01 [2411] 3.458739e+00 9.483684e-01 -2.888321e-01 1.633284e+00 3.247421e+00 [2416] 6.501810e-01 -4.765045e-01 1.537131e+00 1.206056e+00 2.123430e+00 [2421] 2.536509e+00 2.410851e+00 -7.537461e-01 8.930011e-01 2.288319e+00 [2426] 3.859873e+00 -3.678338e-01 1.651804e+00 1.536456e+00 1.761252e+00 [2431] 2.271662e+00 -3.783425e-01 1.010156e+00 1.964329e+00 3.072087e-01 [2436] 1.115474e+00 2.096528e+00 2.218559e+00 1.086356e+00 -9.952022e-01 [2441] 2.031317e+00 8.998711e-01 1.883438e+00 -1.521091e-01 9.796042e-01 [2446] 8.965006e-01 6.861368e-01 2.772667e+00 -4.498044e-01 2.756235e+00 [2451] 1.554151e+00 7.470654e-02 9.465175e-01 -6.496560e-01 6.847733e-01 [2456] 5.183983e-01 -1.249613e+00 9.789078e-01 2.348637e+00 3.352056e-01 [2461] 8.869614e-02 1.285229e+00 2.133536e-01 1.208489e+00 5.699327e-01 [2466] 1.863506e+00 1.928662e+00 2.471606e+00 -3.511798e-01 1.840619e+00 [2471] 8.667440e-01 5.673905e-01 9.593144e-01 1.849743e+00 -1.369537e-01 [2476] 1.303375e+00 1.586119e+00 5.770063e-01 6.963455e-01 1.859016e+00 [2481] 2.459067e+00 -9.398728e-01 8.944221e-01 3.558324e-01 2.787805e+00 [2486] 5.584588e-01 1.387558e-03 1.974547e+00 7.767623e-01 -7.771457e-02 [2491] 1.847649e+00 2.165858e+00 9.159343e-03 2.246378e+00 1.269677e+00 [2496] -1.059099e+00 1.434721e+00 1.096642e+00 1.565907e+00 1.736258e+00 [2501] 8.622505e-01 5.078254e-01 8.938418e-01 -7.081953e-02 1.178560e+00 [2506] 1.485328e+00 -8.928129e-01 7.196700e-01 3.213443e+00 1.597650e+00 [2511] 9.075631e-01 2.435085e-02 3.363480e-01 1.584558e+00 2.258813e-01 [2516] -2.049124e-01 2.460992e-01 1.625876e+00 5.645505e-01 -6.257201e-01 [2521] -4.247171e-01 1.505544e+00 3.629513e-01 6.970970e-01 5.690042e-01 [2526] 1.294122e+00 1.271656e+00 3.855624e+00 -1.179622e-01 2.339522e+00 [2531] 6.402887e-01 -2.171202e-01 7.888182e-01 1.226851e-01 1.925813e+00 [2536] 2.241261e+00 1.647923e+00 -3.289311e-01 1.968608e+00 -2.884762e-01 [2541] 7.426806e-01 2.307933e+00 9.623463e-01 2.414930e+00 1.939339e+00 [2546] 6.422216e-01 -1.728509e-01 -3.663355e-01 3.099418e+00 5.738095e-01 [2551] 1.466800e+00 1.596743e+00 6.916476e-01 1.955209e+00 1.117465e+00 [2556] 1.803472e+00 1.119911e+00 2.368480e+00 2.005388e+00 1.033580e+00 [2561] 2.177641e+00 5.967720e-01 8.548745e-01 6.092939e-01 2.331172e+00 [2566] 2.026786e+00 1.727014e+00 -4.722844e-01 1.227366e+00 8.403338e-01 [2571] 5.663127e-01 2.061009e-01 3.432663e+00 7.912926e-01 1.539060e+00 [2576] 2.106075e+00 2.545944e+00 2.345880e+00 2.028384e+00 1.509365e+00 [2581] 2.188059e+00 2.004042e+00 -7.825180e-01 1.092697e+00 1.106340e+00 [2586] 2.456425e-01 1.280318e+00 1.153392e-01 1.283194e+00 -9.678342e-01 [2591] -5.286561e-02 2.979920e+00 2.084602e+00 1.677983e+00 6.599071e-01 [2596] -8.894565e-02 1.912535e+00 2.650026e+00 7.141499e-01 2.301865e+00 [2601] 1.398686e+00 2.809529e+00 5.024390e-01 1.502937e+00 1.374807e+00 [2606] -4.432172e-01 1.426297e+00 6.601554e-02 1.904352e+00 -6.508982e-01 [2611] -3.173613e-01 3.347905e+00 -1.037719e+00 8.020337e-01 5.347744e-01 [2616] 1.122103e+00 1.657233e+00 1.501671e+00 4.441688e+00 -1.488053e-02 [2621] 1.232806e+00 5.439980e-01 2.564678e+00 1.639021e+00 3.445597e-01 [2626] 1.241822e+00 1.932436e+00 8.389756e-01 2.632943e+00 2.199188e+00 [2631] 2.495735e+00 2.006671e+00 2.669448e+00 1.300744e+00 -1.917554e-01 [2636] 8.306460e-01 3.214661e+00 5.268404e-01 1.853460e-01 1.255575e+00 [2641] 4.806694e-01 8.668260e-01 1.846419e+00 1.777909e+00 2.215515e+00 [2646] 1.007714e+00 1.148995e-01 5.308220e-01 1.393430e+00 -4.242818e-01 [2651] -5.738234e-01 1.283244e+00 1.417393e+00 1.756237e+00 2.792429e+00 [2656] 5.149836e-02 -4.390210e-01 2.390131e+00 8.178092e-01 9.862322e-01 [2661] 1.661082e+00 1.568951e+00 -8.582190e-01 2.367938e-01 1.221273e+00 [2666] 2.006159e+00 -3.268757e-01 3.171654e-01 2.175644e+00 8.961839e-01 [2671] 3.354307e-01 8.567692e-01 7.878792e-01 -6.023978e-01 2.708744e+00 [2676] -3.611308e-02 2.045089e+00 1.583355e+00 1.725150e+00 4.346013e-01 [2681] 3.810641e-01 -2.894207e-01 5.040507e-01 -5.038085e-01 3.723523e-01 [2686] 3.449680e+00 1.142671e+00 1.421047e+00 -2.665332e-01 1.082652e+00 [2691] 2.356258e+00 1.065862e-01 -1.124743e-01 7.292942e-01 3.058643e-01 [2696] 7.517200e-01 1.591889e+00 -8.695400e-01 2.129781e-01 9.470496e-02 [2701] 1.840099e+00 6.508979e-01 6.598758e-01 2.645646e+00 2.726593e+00 [2706] 2.978156e+00 1.843276e+00 5.035070e-01 1.559106e+00 5.365187e-01 [2711] 1.120200e+00 8.785038e-01 1.460390e+00 1.165743e+00 2.191840e+00 [2716] 1.352534e+00 -1.456550e-02 7.875030e-01 4.501083e-01 -8.269977e-01 [2721] 2.694789e+00 1.691568e+00 1.267193e+00 1.897969e+00 9.421049e-01 [2726] -7.556269e-02 1.862066e+00 1.347567e+00 -2.732474e-02 -1.479763e+00 [2731] 1.606638e+00 2.520693e+00 -9.232808e-01 1.901480e+00 1.872950e+00 [2736] 1.276234e+00 7.389755e-01 -8.180240e-01 -4.646747e-01 1.324367e-01 [2741] 1.129348e+00 1.726304e-01 2.052670e-01 1.263342e+00 1.467381e+00 [2746] 9.571231e-01 3.959436e-02 -8.032714e-02 7.019321e-01 -1.975239e-01 [2751] -1.487707e-01 2.528346e-01 1.628123e+00 9.265021e-01 -1.394212e-01 [2756] 1.202648e+00 5.458919e-01 2.304974e+00 2.490324e-01 1.399043e+00 [2761] 1.107894e+00 4.982065e-01 2.054247e+00 7.301332e-03 2.511595e+00 [2766] 2.057102e+00 -1.438862e-01 1.303962e+00 -1.003269e+00 2.820999e+00 [2771] 2.039377e+00 1.483595e-01 -2.313305e+00 -1.369029e-01 -3.350626e-01 [2776] -2.693922e-02 4.227936e-01 -1.318533e+00 1.911954e+00 -1.769995e+00 [2781] 1.011975e+00 1.133123e+00 1.420846e+00 1.647417e+00 9.616913e-01 [2786] -2.230777e-03 -3.282015e-01 1.426421e+00 8.513510e-01 5.322407e-01 [2791] 2.143553e+00 7.232813e-01 3.746977e-01 2.291577e+00 -3.524631e-02 [2796] 1.156214e+00 1.348047e+00 1.425068e+00 1.609713e+00 1.514254e+00 [2801] 1.159489e+00 8.652820e-01 8.550911e-01 7.127251e-01 2.626582e+00 [2806] 2.060208e+00 2.913699e-01 8.951726e-01 4.129793e-01 1.972787e-03 [2811] 7.376391e-01 1.146877e+00 5.680912e-01 1.673576e+00 1.686571e+00 [2816] -8.322512e-01 1.311491e+00 3.805950e+00 -5.788400e-01 1.171590e+00 [2821] 3.201840e+00 9.790079e-01 2.053783e+00 2.330914e+00 -4.695364e-01 [2826] 1.766221e+00 8.584989e-01 2.317953e-01 1.423449e+00 4.214386e-01 [2831] 6.730032e-01 7.230898e-01 8.866898e-01 3.813223e+00 2.114711e-01 [2836] 9.763276e-01 2.267556e+00 2.814037e-01 7.489289e-01 -6.359489e-02 [2841] 2.313314e+00 -2.556972e-01 9.947732e-01 1.285151e+00 -3.219328e-02 [2846] 5.976262e-01 1.025478e+00 1.327978e+00 -9.647393e-02 1.468245e+00 [2851] 1.533001e+00 2.295236e+00 -1.973000e+00 1.601861e+00 3.322333e-01 [2856] 1.018741e+00 1.221336e+00 2.106229e+00 7.868959e-01 1.821125e-01 [2861] -3.148053e-01 1.094614e+00 2.202000e+00 9.012260e-01 2.570749e+00 [2866] 1.223232e+00 -1.379383e+00 4.101598e+00 2.691478e+00 9.039271e-01 [2871] -5.781299e-01 1.551107e+00 4.964714e-01 9.930630e-01 6.843291e-01 [2876] 9.562608e-01 -4.737659e-01 -1.504797e+00 1.322801e+00 3.030062e+00 [2881] 1.427740e+00 2.341321e+00 1.473561e+00 2.128213e+00 1.001395e+00 [2886] 8.858990e-01 3.106572e+00 8.370036e-01 1.579324e+00 1.833310e+00 [2891] -4.398816e-01 9.739998e-01 1.046991e+00 2.657120e+00 2.079872e+00 [2896] 2.575694e+00 -1.939805e-01 3.062563e-01 4.342296e+00 -1.547424e+00 [2901] 2.271479e+00 5.465171e-01 1.880574e+00 2.679906e+00 1.803835e+00 [2906] 1.760558e+00 1.090080e+00 2.934425e-01 9.456582e-01 3.473263e-01 [2911] 1.394153e+00 1.383156e+00 7.254984e-01 1.893254e+00 1.344572e+00 [2916] 2.019978e+00 1.132161e+00 -1.973211e-01 1.516168e+00 2.013735e-01 [2921] 4.366239e-01 6.995853e-01 8.589811e-01 8.910029e-01 1.172365e+00 [2926] 2.127339e+00 -7.966231e-01 2.373696e+00 -1.563075e-01 1.376117e+00 [2931] 5.012889e-01 -1.560949e-02 1.875479e-01 2.747465e+00 3.636578e-01 [2936] 1.410453e+00 1.821639e+00 1.511729e+00 1.776369e-01 -1.117525e+00 [2941] 8.478140e-01 1.636400e+00 -1.009123e+00 8.437516e-01 2.130102e+00 [2946] 1.754938e-01 1.293410e+00 -2.266031e-01 2.935153e+00 5.017541e-02 [2951] 9.804012e-01 2.570130e+00 1.838785e+00 1.429451e+00 -3.433605e-01 [2956] 3.225974e+00 8.998745e-01 2.488007e+00 1.408979e+00 7.925293e-01 [2961] 1.453165e+00 1.726486e+00 2.639016e+00 -1.092945e-03 -1.544949e-01 [2966] 1.113076e+00 1.574544e+00 2.409252e+00 3.366871e-01 1.723365e+00 [2971] 1.948136e+00 2.809217e+00 3.381863e+00 2.832302e+00 2.584605e-01 [2976] 1.241468e+00 1.105435e+00 2.147404e+00 2.593269e+00 1.238324e+00 [2981] -1.920021e-01 2.893712e+00 2.683091e+00 3.546672e+00 2.821120e+00 [2986] 2.788694e+00 6.553005e-01 2.179197e-01 2.197111e+00 2.870537e+00 [2991] 2.147962e+00 3.089628e-01 2.832302e+00 -3.567002e-02 -5.251877e-01 [2996] 2.074044e-01 9.500121e-01 -1.225127e-01 1.719068e+00 3.153471e-01 [3001] 1.121820e-01 3.424035e+00 2.709728e+00 1.775456e+00 6.254633e-01 [3006] 8.972431e-01 5.859152e-01 -3.471408e+00 8.364470e-02 1.173521e+00 [3011] 2.684898e+00 -1.300269e-01 6.552066e-01 1.385526e+00 6.576474e-01 [3016] 1.515003e+00 1.533486e+00 -1.328848e+00 8.601299e-01 1.454176e+00 [3021] 2.000771e-01 5.453166e-01 1.884800e+00 1.763429e+00 1.272932e+00 [3026] -6.531478e-01 1.062878e+00 8.680196e-01 1.157498e+00 1.183177e+00 [3031] 9.657264e-01 1.714787e+00 2.755445e+00 5.912680e-02 -8.162466e-01 [3036] 7.106689e-01 1.606304e+00 3.243995e+00 9.068468e-01 2.635425e+00 [3041] -3.984301e-01 -6.549934e-01 4.279186e-01 2.130006e+00 8.175717e-01 [3046] 7.882049e-01 1.164401e+00 3.628694e+00 2.705745e+00 1.524301e+00 [3051] -6.395803e-01 2.590950e+00 1.481548e+00 -4.499062e-02 1.213059e+00 [3056] -3.842670e-01 1.283935e+00 7.783431e-01 -4.012456e-01 2.147806e+00 [3061] 2.320639e+00 2.517667e+00 2.451758e+00 2.948945e+00 2.547657e-02 [3066] 1.237888e+00 6.721490e-01 -6.189124e-01 2.154540e+00 -1.133293e+00 [3071] -3.430163e-01 3.916809e-01 4.737138e-01 7.357081e-01 1.390646e-01 [3076] -4.276605e-01 -3.225726e-02 -4.506924e-01 1.595473e+00 -9.083573e-01 [3081] -7.738424e-01 8.883450e-01 4.087483e-01 2.045425e+00 2.094304e+00 [3086] 1.351909e-02 1.527349e-01 -1.323673e+00 9.570432e-01 7.540888e-01 [3091] 1.234916e+00 2.027241e+00 3.354680e+00 -3.221243e-01 -7.494439e-02 [3096] 1.917972e+00 3.861687e-01 -3.864871e-01 5.810467e-01 1.246914e+00 [3101] -6.849684e-01 1.675575e+00 6.768700e-01 -6.921088e-01 1.669040e+00 [3106] 1.965787e+00 5.780959e-01 1.420506e+00 9.887826e-01 8.164976e-01 [3111] -2.456710e-01 -9.341980e-01 2.433620e-01 -9.159967e-01 1.390519e+00 [3116] 1.561778e+00 9.364437e-01 1.156952e+00 2.209005e-01 -3.342730e-01 [3121] 1.075345e+00 8.865401e-01 -3.503195e-01 3.416812e+00 1.891489e+00 [3126] 5.510902e-01 1.924499e+00 4.217136e-03 -3.767796e-01 -6.302169e-01 [3131] 2.486138e+00 2.109973e-01 1.070070e+00 5.096567e-01 2.706161e+00 [3136] -4.945993e-01 1.366801e+00 -3.680129e-01 1.523719e+00 2.774393e+00 [3141] 3.066036e-01 -6.045267e-01 2.368400e+00 -1.087747e+00 2.862927e+00 [3146] 1.673254e+00 3.233417e-01 1.047593e+00 2.314512e+00 1.843851e+00 [3151] 1.097497e+00 1.514370e+00 6.819693e-01 -6.694066e-01 8.476230e-01 [3156] 4.387303e-01 1.339122e+00 8.093409e-01 2.084939e+00 1.669422e+00 [3161] 3.023076e-01 2.146777e+00 8.519042e-01 -6.890739e-01 1.962081e+00 [3166] 9.479472e-01 2.584027e+00 -8.280404e-02 1.660294e+00 1.919376e+00 [3171] -6.472377e-01 1.255103e-01 7.316473e-01 7.317912e-01 4.217010e-01 [3176] 2.564901e+00 1.340948e-01 -3.413292e-01 3.161517e-02 -7.246513e-01 [3181] 1.046383e+00 -2.755870e-01 6.072243e-01 1.996899e+00 1.593070e-01 [3186] 6.132082e-01 -1.115486e+00 1.729942e+00 1.866312e+00 -2.217226e-02 [3191] 3.857695e-01 1.733973e+00 9.605521e-02 2.908673e+00 9.979217e-01 [3196] -2.005572e-01 2.427099e+00 1.614871e+00 1.150621e+00 5.883423e-01 [3201] 1.789614e+00 5.685198e-01 7.946838e-01 -1.058848e+00 1.863373e+00 [3206] 8.461351e-01 5.043088e-02 1.135375e+00 8.902791e-01 1.167952e+00 [3211] 2.460617e+00 1.190302e-01 1.275463e+00 3.089114e+00 4.101938e-01 [3216] 3.105994e+00 2.174650e+00 -1.861888e+00 -3.195783e-01 1.342246e+00 [3221] 1.067425e+00 1.470416e+00 1.170798e-01 2.438717e+00 8.306841e-01 [3226] 7.900877e-01 6.860824e-01 1.226814e+00 1.212801e+00 1.308293e+00 [3231] 1.214716e+00 1.741671e+00 2.746036e+00 6.922083e-01 2.159619e-02 [3236] 2.189458e+00 4.509497e-01 3.000902e+00 -3.346469e-01 -2.520691e-01 [3241] -2.287974e-02 3.006804e+00 2.331436e+00 1.670944e+00 1.372948e+00 [3246] 1.817086e+00 9.631899e-01 8.549907e-01 -1.114757e+00 7.764541e-01 [3251] 1.777209e+00 9.877862e-01 2.205079e-01 9.971785e-01 9.319775e-02 [3256] -3.946418e-01 2.795682e+00 1.497985e+00 -3.446346e-01 3.379918e-01 [3261] 6.246262e-01 -4.730850e-01 1.668529e+00 1.675505e-01 2.413037e+00 [3266] 6.512290e-01 8.274264e-01 4.107058e-01 9.612366e-01 1.190106e+00 [3271] 1.824727e+00 7.177683e-01 8.564958e-02 -2.248748e+00 2.398160e+00 [3276] 6.177736e-01 -7.211354e-01 5.301303e-01 1.865919e+00 4.257580e-01 [3281] 5.284917e-01 1.813600e+00 1.966984e+00 1.780835e+00 5.907015e-01 [3286] 1.178428e+00 3.131678e+00 1.030489e+00 6.812442e-01 2.724050e+00 [3291] 1.372686e+00 -1.197504e+00 2.918163e+00 1.213485e+00 1.936255e+00 [3296] 6.037943e-01 4.421837e-01 1.519388e+00 3.537452e-01 1.737478e+00 [3301] -1.834537e+00 1.280486e+00 9.936933e-01 -2.123440e-01 8.458354e-01 [3306] 1.060831e-01 -1.718351e-01 2.089761e+00 8.320592e-01 -1.821434e+00 [3311] -8.655675e-01 9.217945e-01 2.409951e+00 1.334770e+00 2.743925e+00 [3316] 2.253027e-02 1.365093e+00 2.331411e+00 2.066156e+00 5.951640e-01 [3321] -1.026326e+00 1.455313e+00 2.658012e+00 1.494175e+00 2.664090e+00 [3326] 8.515002e-01 1.725253e+00 6.647546e-01 3.138762e+00 3.167464e-01 [3331] -1.540761e+00 2.060208e+00 1.351825e+00 -2.394064e-01 -7.395664e-02 [3336] 3.348335e+00 7.302606e-01 1.244833e+00 2.216900e+00 2.364398e+00 [3341] 1.941314e+00 1.552334e+00 -1.776566e-01 2.521254e+00 -8.847926e-01 [3346] 7.331683e-01 2.153547e+00 1.716425e+00 1.547814e+00 2.103926e-01 [3351] 1.884886e+00 1.593364e-01 7.591897e-01 1.971465e+00 3.285041e-01 [3356] 9.393706e-01 1.538107e+00 1.544261e+00 -3.842813e-01 2.638234e+00 [3361] 1.969543e+00 1.202922e+00 -3.731012e-01 4.658321e-01 1.974675e+00 [3366] 2.458551e+00 1.429667e-01 3.306946e+00 1.160752e-01 -1.108772e-01 [3371] -9.579847e-01 1.859159e+00 1.847101e+00 3.853346e-01 1.411080e+00 [3376] 2.151036e+00 -7.146871e-01 2.591237e+00 1.180419e-01 -8.275866e-01 [3381] 8.137159e-01 2.128173e-01 1.105953e+00 1.128644e+00 1.950700e+00 [3386] 5.379654e-01 2.046171e+00 6.584626e-01 1.307504e+00 5.281051e-01 [3391] 2.612948e-01 2.411126e+00 8.928017e-01 2.578714e+00 2.385086e+00 [3396] 2.101642e+00 2.821732e+00 1.356304e+00 8.452694e-01 1.765268e+00 [3401] 1.272573e+00 -1.274984e+00 9.754292e-01 -3.873315e-01 2.769875e+00 [3406] -7.291305e-02 2.108904e+00 2.278543e+00 6.506913e-01 2.865523e+00 [3411] -2.464008e-01 1.913590e+00 -7.131713e-01 4.569481e-01 -3.132873e-01 [3416] 5.790450e-01 -1.649089e-01 4.398530e-01 1.340816e+00 1.093325e+00 [3421] 9.743883e-01 9.832488e-01 2.875875e+00 1.283738e+00 2.104610e+00 [3426] 7.727562e-01 1.599882e-01 1.626436e+00 7.065794e-01 8.862090e-01 [3431] 3.422338e+00 -1.294158e+00 2.484570e+00 -1.847235e-01 2.212799e+00 [3436] 1.327455e-01 -1.552337e-01 -1.215261e+00 1.336591e+00 2.207836e+00 [3441] -8.661295e-01 4.021568e-01 8.801175e-01 6.928133e-01 1.407584e+00 [3446] -5.795410e-01 2.001434e+00 -2.009321e+00 3.733990e-01 3.370081e+00 [3451] -1.649015e-01 1.667796e+00 2.726235e+00 1.711065e+00 -1.207538e-01 [3456] 9.956481e-01 2.298356e+00 2.647255e+00 2.085065e+00 -6.544058e-01 [3461] 3.323262e-01 1.857449e+00 2.053392e-01 1.439702e+00 -7.536922e-01 [3466] 1.056457e+00 1.161785e+00 1.020305e+00 2.078228e+00 1.583519e+00 [3471] 2.416185e+00 6.833742e-02 1.627281e+00 1.747159e+00 -6.457915e-02 [3476] 8.178991e-01 -3.987250e-01 -4.315496e-01 2.871710e+00 2.655658e+00 [3481] 1.358033e+00 7.224244e-01 -5.697672e-02 1.886293e+00 3.205149e-02 [3486] -4.470658e-01 1.807753e+00 1.307953e+00 1.486379e+00 4.709475e-01 [3491] -1.343601e-01 3.885078e-01 1.718899e+00 1.891188e+00 1.808827e+00 [3496] 2.002192e+00 1.537327e+00 2.327395e+00 6.050604e-01 1.538893e+00 [3501] 8.931340e-01 7.903755e-01 2.174872e+00 1.505487e+00 -9.468489e-01 [3506] -1.738675e-01 7.309781e-01 1.497377e+00 -1.115055e+00 1.578334e+00 [3511] -1.649105e-01 1.208646e-01 2.374873e+00 8.500343e-02 1.423464e-01 [3516] -2.715509e-01 3.689825e+00 3.076854e+00 1.056962e+00 1.846643e+00 [3521] 1.401554e+00 -1.358960e-01 1.077538e+00 8.221708e-01 1.757085e+00 [3526] 1.072611e+00 1.200989e+00 1.914034e+00 1.121428e+00 2.683634e+00 [3531] 2.784839e+00 1.040303e+00 2.137761e+00 9.376089e-01 -6.484897e-01 [3536] 1.604974e+00 3.082791e-01 9.985800e-01 -3.422287e-01 -1.571910e+00 [3541] -1.373151e-02 1.343708e+00 1.230686e-01 3.109498e+00 2.394789e-01 [3546] -1.038356e+00 1.023430e+00 2.028085e+00 4.641228e-01 1.036971e-01 [3551] 4.958449e-01 2.247823e+00 -4.619579e-01 2.495530e+00 3.590781e+00 [3556] 3.867376e+00 6.983945e-01 1.160273e+00 -4.196706e-01 -1.011332e+00 [3561] 1.034194e+00 5.293824e-01 1.352508e+00 -7.915034e-01 2.744020e+00 [3566] 2.613684e+00 1.071632e+00 2.546724e+00 -2.847168e-01 3.922523e+00 [3571] 1.990832e+00 1.545757e+00 -5.695433e-01 7.736908e-01 2.161559e+00 [3576] -1.188798e+00 1.360910e+00 2.631908e+00 2.108929e+00 1.771294e+00 [3581] 1.015661e+00 2.244858e+00 9.326975e-01 1.499704e+00 8.130127e-01 [3586] 2.711347e-01 4.188016e+00 1.369583e+00 2.782083e+00 2.014240e+00 [3591] 2.749492e+00 8.552349e-01 1.939925e+00 -1.067052e+00 1.115856e+00 [3596] 8.489000e-01 -5.608247e-01 6.141742e-01 4.780041e-01 7.794307e-01 [3601] 9.672538e-01 2.050375e+00 3.589447e+00 -7.471942e-01 7.837329e-01 [3606] 2.442824e-01 1.658075e+00 2.236559e-01 3.557699e-01 -8.110672e-01 [3611] 1.522071e+00 8.747110e-01 3.750699e+00 1.271241e+00 2.587472e+00 [3616] -3.400119e-01 2.471765e+00 1.252196e+00 4.849457e-02 6.994184e-01 [3621] 3.456681e+00 -2.246730e-01 8.201993e-01 1.083236e+00 1.610132e+00 [3626] 1.064517e+00 1.152923e+00 4.143332e+00 -6.768283e-02 -6.021043e-01 [3631] 4.642004e-01 8.003322e-01 2.126391e+00 -9.165154e-01 2.188367e+00 [3636] 7.562667e-01 2.976338e+00 9.995664e-01 9.727878e-01 5.874609e-01 [3641] -6.234410e-01 7.997944e-01 1.205938e+00 4.028407e-01 -1.393889e+00 [3646] 7.947083e-01 -2.235652e+00 -1.982016e+00 1.789917e+00 1.832011e+00 [3651] -5.597050e-01 -1.062351e+00 1.597623e+00 6.350471e-01 1.552941e+00 [3656] 1.294005e+00 1.232209e+00 1.136373e+00 2.193407e+00 1.667027e+00 [3661] 1.316264e+00 2.564194e+00 1.294686e+00 1.246831e-02 1.168954e-01 [3666] 7.244991e-01 -3.670559e-01 1.759590e-01 1.272508e+00 9.943948e-01 [3671] 2.191529e-01 1.607943e-01 3.065913e+00 1.502164e+00 1.615435e+00 [3676] 3.744716e-02 -5.963827e-01 1.202507e+00 1.265589e+00 1.041462e+00 [3681] 1.695387e+00 -4.900362e-01 1.510756e-01 1.959776e+00 3.374196e+00 [3686] 1.309268e+00 9.463735e-01 -3.262442e-01 2.942021e+00 7.914638e-01 [3691] 2.648816e+00 4.776707e-01 1.267183e+00 6.339628e-01 2.152214e+00 [3696] 6.307398e-01 3.122120e+00 2.696102e+00 1.353767e+00 9.890100e-01 [3701] 4.741535e-01 1.406908e+00 1.875849e+00 1.864483e+00 2.112431e+00 [3706] 1.639290e+00 1.287123e+00 3.396260e-01 -1.226246e+00 -5.949652e-02 [3711] 2.550187e+00 1.264474e+00 -2.025602e+00 3.933619e-01 -6.250778e-01 [3716] -7.069755e-01 1.583394e+00 2.920510e-02 7.815194e-01 3.679615e+00 [3721] 1.561942e+00 8.598305e-01 1.193156e+00 1.157901e+00 6.253052e-01 [3726] 1.217713e+00 -1.048410e+00 -2.480931e-02 8.730145e-01 2.840648e+00 [3731] 2.025825e+00 2.913902e-01 1.466071e+00 -5.497585e-01 3.266503e-01 [3736] 9.474478e-01 2.203219e+00 1.878042e+00 9.141801e-02 3.284114e+00 [3741] 2.452913e+00 1.434270e+00 2.897765e+00 2.518286e+00 8.357705e-01 [3746] 1.898593e+00 2.601511e-01 8.877743e-01 -5.253102e-01 2.173118e+00 [3751] 3.026343e-01 -1.865783e-02 8.830382e-01 -3.401357e+00 1.737188e+00 [3756] 1.634609e+00 3.964728e-01 6.513017e-01 3.350215e+00 1.486429e+00 [3761] 6.964698e-01 2.630424e+00 1.136746e+00 7.826914e-01 2.342696e+00 [3766] -7.383757e-01 -1.528127e-01 8.823214e-01 1.373039e+00 1.873339e+00 [3771] 2.448365e+00 -7.086887e-01 -2.134037e+00 1.159551e-03 1.407309e+00 [3776] 4.840335e-01 2.084794e-01 1.835305e+00 5.176636e-01 1.643517e+00 [3781] 1.562363e+00 4.748518e-02 2.464821e+00 1.078554e+00 -8.154308e-01 [3786] -4.426493e-02 2.293692e+00 2.459636e+00 -1.313506e+00 3.689652e-01 [3791] 1.866548e-02 1.035303e+00 1.186694e+00 -2.750320e-01 1.347633e+00 [3796] 1.670275e-01 7.814922e-01 5.399607e-01 2.442208e+00 3.414818e-01 [3801] -1.184666e+00 1.702460e+00 1.569967e+00 2.087810e+00 2.107509e+00 [3806] 2.169724e+00 3.650861e-01 -4.630458e-01 1.680216e+00 2.715667e+00 [3811] 2.295837e+00 8.283764e-01 -1.691940e-01 4.854743e-01 -8.423451e-01 [3816] 9.483467e-02 -7.477353e-02 3.363626e+00 1.093285e+00 1.538434e+00 [3821] 9.697067e-01 2.217929e+00 1.818479e+00 1.324666e+00 7.212502e-01 [3826] 1.786995e-01 -5.355324e-01 2.708143e+00 8.896457e-01 1.454189e+00 [3831] 1.030995e+00 1.329775e+00 5.619403e-01 3.575805e+00 2.327175e+00 [3836] 1.715606e+00 1.931639e+00 5.574553e-01 2.103764e+00 -6.782024e-01 [3841] 3.140423e+00 7.189944e-01 1.081512e+00 -1.756656e+00 1.080303e+00 [3846] 1.471502e+00 3.963016e-01 2.138476e-01 2.690853e-02 8.138148e-01 [3851] 1.955963e+00 2.532404e+00 1.954643e+00 8.791330e-01 -4.864600e-01 [3856] 1.618080e+00 -4.357064e-01 -5.020128e-01 2.099581e+00 1.766981e+00 [3861] 1.740037e+00 -3.010853e-01 1.338304e+00 2.286454e-01 2.602221e+00 [3866] 4.846892e-02 3.339624e-01 2.159111e+00 9.827584e-01 7.626734e-01 [3871] 1.779623e+00 4.848628e-01 7.283642e-01 7.433130e-01 4.156362e-02 [3876] -7.619977e-01 6.893687e-01 1.024538e+00 2.824186e+00 9.014253e-01 [3881] 7.601662e-01 6.025631e-01 8.017162e-02 2.237754e+00 -2.253675e-02 [3886] 4.259893e-01 9.902208e-02 8.760501e-01 -1.315488e-01 1.283028e+00 [3891] 1.311846e+00 1.705190e+00 8.689647e-01 4.520875e+00 4.795902e-01 [3896] 7.728579e-01 -1.562581e+00 6.193732e-01 9.345871e-01 9.545367e-01 [3901] 9.919005e-01 1.784693e+00 -1.647720e-01 1.502770e+00 1.820679e+00 [3906] 1.225412e+00 -6.129507e-01 8.090880e-01 1.535800e+00 1.920598e+00 [3911] 2.809622e+00 2.268379e-01 -5.328763e-02 1.962747e+00 2.882398e+00 [3916] 2.207649e+00 9.863356e-01 -1.774438e-01 -2.027509e-02 4.866060e-01 [3921] 2.352811e+00 4.330936e-01 2.412194e+00 6.143778e-01 1.099813e+00 [3926] 1.425083e+00 2.319233e+00 8.159155e-01 8.226204e-01 7.376640e-01 [3931] 1.163820e+00 -7.682127e-01 2.244755e+00 1.274875e+00 -9.324659e-02 [3936] 1.842731e+00 1.097352e+00 7.354320e-01 3.927753e-01 -3.815594e-01 [3941] 3.334994e+00 2.250180e+00 -2.401357e-01 -1.481792e-01 1.362871e+00 [3946] 3.063377e+00 1.563393e+00 4.344508e-01 9.444992e-01 9.662767e-01 [3951] 1.356864e+00 -8.624583e-01 3.773246e+00 1.386823e+00 2.057686e+00 [3956] 5.996255e-02 1.484981e+00 5.808885e-01 1.335991e+00 -8.173203e-01 [3961] 1.199481e+00 2.017370e+00 -5.175155e-01 2.275915e+00 2.056713e+00 [3966] 2.240651e+00 7.759841e-02 -1.490696e+00 5.796022e-01 2.252569e+00 [3971] 1.809850e+00 1.251916e+00 4.210517e+00 2.431207e+00 9.107381e-01 [3976] 1.693420e+00 2.838829e+00 2.090531e+00 2.167877e+00 3.171801e+00 [3981] 2.391207e+00 2.807822e+00 1.586407e+00 1.483997e+00 1.798504e+00 [3986] 2.387186e+00 2.830156e+00 -3.383717e-01 -9.506845e-01 -1.127033e+00 [3991] 1.267947e+00 1.897055e+00 6.932339e-01 1.163415e+00 1.926439e+00 [3996] -3.101659e-01 1.512878e+00 1.910783e-01 2.016765e+00 7.739901e-01 [4001] 3.790066e-01 1.493554e-01 5.310385e-01 2.252598e+00 1.012625e+00 [4006] 4.107692e-01 1.269354e+00 1.063362e+00 -1.457317e-01 1.412839e+00 [4011] 7.345462e-01 -3.937106e-01 7.109354e-01 1.580652e+00 -1.864960e+00 [4016] 1.220253e-01 1.390864e+00 2.060152e-01 3.025680e+00 -7.834910e-01 [4021] 1.392862e+00 9.586664e-01 1.708407e+00 1.922437e+00 2.710955e+00 [4026] 2.355572e-01 3.962843e-02 -4.083233e-01 1.565375e+00 1.411398e+00 [4031] 1.931283e+00 1.575123e+00 6.611139e-01 2.505123e+00 4.721048e-01 [4036] 7.461778e-01 9.763474e-01 6.393795e-02 -5.680576e-02 -1.046230e+00 [4041] 1.038114e+00 9.639327e-01 2.343542e+00 3.042613e+00 2.073658e+00 [4046] 1.235988e+00 2.406247e+00 -7.346280e-01 1.051332e+00 2.296191e+00 [4051] 5.248176e-01 2.892567e+00 6.464571e-01 9.017446e-01 1.036016e+00 [4056] 2.781379e+00 2.080965e+00 1.209783e-01 1.820435e+00 1.685337e-01 [4061] 1.698966e+00 1.547954e+00 2.434083e-01 -7.581684e-01 2.083975e+00 [4066] 1.106353e+00 -3.523292e-02 8.978719e-01 2.094149e+00 2.180292e+00 [4071] 1.676013e+00 6.414007e-01 8.174574e-01 6.472501e-01 6.086944e-01 [4076] 1.611876e+00 9.114578e-01 4.001599e-01 1.061439e+00 1.369210e+00 [4081] -5.968954e-01 1.521426e+00 1.815115e+00 1.703166e+00 6.477108e-01 [4086] -1.241048e+00 1.668113e+00 1.043822e+00 3.180677e+00 -1.069952e+00 [4091] 1.880393e+00 2.349690e+00 1.720906e+00 3.774380e-01 2.682171e-01 [4096] 4.452587e-01 1.476736e+00 2.204154e+00 2.309849e+00 1.165569e+00 [4101] 2.373106e+00 1.771634e+00 6.014432e-01 1.234885e+00 1.616360e+00 [4106] 2.189503e+00 3.342347e+00 3.600621e+00 1.262503e+00 7.628288e-01 [4111] 3.349752e+00 5.120841e-01 2.434129e+00 7.553053e-01 -2.531255e+00 [4116] 1.988616e+00 8.928494e-01 2.091108e-01 -6.551815e-01 2.934809e+00 [4121] 1.813105e+00 9.658397e-01 -1.879975e+00 1.758250e-01 1.082757e+00 [4126] 2.951001e+00 7.871035e-01 -6.176758e-01 1.899247e+00 -7.192864e-02 [4131] 6.414425e-01 2.591097e+00 1.961709e+00 -5.237543e-04 1.713218e+00 [4136] 1.348632e+00 1.654747e+00 1.341988e+00 1.545360e+00 -5.092094e-01 [4141] 1.530148e+00 -1.375239e-02 1.605017e+00 4.863608e-01 1.124154e+00 [4146] 1.843642e+00 1.030561e+00 2.416713e+00 1.771707e+00 1.234657e-01 [4151] 6.125963e-01 1.625707e+00 -3.300987e-01 2.324665e+00 8.199603e-01 [4156] -2.466861e+00 1.928984e+00 2.944126e-01 4.372499e-01 1.461692e+00 [4161] -7.510014e-03 -2.485992e-01 1.608258e+00 1.142583e+00 2.645955e+00 [4166] 3.796261e-01 -3.288122e-01 -1.785068e+00 2.198905e+00 3.216586e+00 [4171] -1.973220e-01 3.546461e-01 1.298048e+00 1.810468e+00 7.576356e-01 [4176] 2.200102e-01 1.261973e+00 -1.415012e+00 1.892969e+00 2.660826e+00 [4181] 5.112430e-01 -3.537607e-01 -6.473475e-01 3.296650e-01 1.170948e+00 [4186] 1.293244e+00 1.143385e+00 3.394390e+00 -7.772587e-01 -3.226673e-01 [4191] 1.174504e+00 1.525399e+00 1.447359e+00 1.318918e+00 1.188855e+00 [4196] -7.141607e-01 9.820104e-01 6.364485e-02 2.206104e+00 -4.694662e-01 [4201] 1.249352e+00 2.722457e+00 -8.179932e-01 2.299036e+00 9.410483e-01 [4206] 1.896957e+00 1.654764e+00 9.159781e-02 1.853426e+00 4.196873e-01 [4211] 8.502751e-01 7.043869e-01 1.017645e+00 2.696003e+00 -4.681330e-01 [4216] 3.547097e-01 -4.847473e-01 4.828429e-01 1.297727e+00 -1.027320e+00 [4221] 1.123303e+00 -2.855425e-01 -6.631457e-02 3.873866e-01 1.932447e+00 [4226] 1.045425e+00 3.288219e+00 4.093551e-01 2.188870e+00 3.958884e-01 [4231] 7.809640e-01 2.689217e-01 -8.594649e-01 1.809933e-01 1.413786e+00 [4236] 8.094600e-01 3.310136e+00 5.345976e-01 -5.813730e-01 2.170006e+00 [4241] 2.112543e+00 1.380865e+00 2.522124e+00 1.363373e+00 2.943513e-01 [4246] 7.594375e-01 -1.487434e-01 1.217144e+00 2.609776e+00 -1.547075e+00 [4251] 2.882518e+00 8.196725e-01 3.861740e-01 -5.973687e-01 4.982208e-01 [4256] 1.405761e+00 2.394039e+00 2.210618e+00 2.004583e+00 1.569762e+00 [4261] -1.007748e+00 5.090814e-01 8.148339e-01 8.664282e-01 2.238319e+00 [4266] 1.606180e+00 -5.837671e-01 -8.292616e-01 -2.006861e-01 8.233227e-01 [4271] 2.977655e+00 6.262884e-01 8.725775e-01 8.749246e-02 3.724172e-01 [4276] 1.192444e+00 1.692959e-02 7.590026e-01 -4.676087e-01 9.713884e-01 [4281] -7.030837e-02 -5.450995e-01 1.845047e+00 -7.947697e-01 1.593426e+00 [4286] 2.805160e+00 2.054021e+00 8.945944e-02 1.343621e+00 9.879796e-01 [4291] 1.075600e+00 2.566987e+00 1.607324e+00 -7.171253e-01 8.019008e-01 [4296] 2.958915e+00 -1.243622e+00 2.033708e+00 -8.817468e-01 9.114030e-01 [4301] -1.805044e-01 3.086304e+00 1.184821e+00 8.444896e-02 1.616782e+00 [4306] 1.058263e-01 1.971195e+00 1.264435e+00 4.947211e-01 4.696783e-01 [4311] 1.293723e+00 2.059802e-01 1.301163e+00 2.467528e+00 1.239279e+00 [4316] 2.908402e+00 1.533077e+00 8.602014e-01 1.936154e+00 1.170274e+00 [4321] 5.612714e-01 9.054415e-01 9.197706e-01 -2.722338e+00 -3.799453e-01 [4326] -3.516525e-01 4.297374e-01 1.537827e+00 6.915594e-01 8.768092e-01 [4331] 2.192560e+00 1.667468e+00 5.911061e-01 1.433687e+00 -1.290475e-01 [4336] 2.057309e+00 7.640711e-01 -9.186627e-01 -2.401419e-01 2.609721e+00 [4341] -1.059508e-01 1.612863e+00 8.751882e-01 6.992684e-01 -5.696943e-01 [4346] 2.942630e+00 1.216120e+00 1.398134e+00 2.026022e+00 3.748955e+00 [4351] -1.513528e+00 8.097269e-01 5.225132e-01 3.154362e+00 1.595254e+00 [4356] 1.479042e+00 2.440041e+00 1.718523e+00 4.506057e-01 2.190116e+00 [4361] 1.863662e+00 -1.898214e-01 9.498820e-01 3.091295e-02 2.881804e+00 [4366] 1.148099e+00 4.596451e-01 2.688888e+00 3.152836e-01 -2.743297e-01 [4371] 1.847831e+00 -5.971463e-01 -5.506831e-01 1.165727e+00 1.505920e+00 [4376] 2.068036e+00 2.453677e+00 2.697629e+00 -5.829876e-01 1.809807e+00 [4381] -8.302160e-02 7.695831e-01 2.617527e+00 1.986633e-01 -6.348232e-02 [4386] 2.071621e+00 -1.851906e-02 3.510377e+00 -2.075317e-01 -6.897346e-01 [4391] -8.420352e-01 7.351227e-01 2.000838e+00 8.857919e-01 3.890775e-01 [4396] 1.009601e+00 1.395752e+00 1.429538e+00 -1.047492e+00 3.130558e-01 [4401] -3.513008e-01 2.222628e-01 4.945070e-01 -2.589692e-01 -1.937861e-01 [4406] 6.426931e-01 2.697195e+00 2.115883e+00 -6.523521e-01 2.022303e+00 [4411] 1.349586e+00 1.792695e+00 -2.747717e-02 1.458206e+00 2.294968e+00 [4416] 9.611238e-01 9.548286e-01 4.151942e-01 3.964363e+00 7.691946e-01 [4421] -1.000493e+00 -8.033906e-01 1.516490e+00 1.384461e+00 -1.169099e+00 [4426] 6.177712e-01 1.309572e+00 1.038589e+00 2.489093e+00 -7.012681e-02 [4431] 4.029367e-01 3.843948e+00 3.043028e+00 1.924514e+00 9.061018e-01 [4436] 1.877862e+00 -5.177292e-01 7.325781e-01 2.462074e+00 1.974734e+00 [4441] 2.541852e+00 7.927866e-01 -1.119638e+00 1.995890e+00 -2.957152e-01 [4446] 1.772210e-01 2.320954e-01 -8.235182e-02 8.068572e-01 1.011310e-01 [4451] -1.425087e+00 1.911272e+00 9.029046e-01 4.083610e+00 -2.536916e+00 [4456] 1.937302e+00 8.239091e-01 1.289518e+00 7.659263e-01 8.353818e-01 [4461] -5.088363e-01 1.814213e+00 -2.315013e-02 2.624363e+00 1.611182e+00 [4466] -1.087396e-01 5.365543e-01 4.164246e+00 2.992437e-01 4.679080e-01 [4471] 2.767209e+00 1.888145e+00 2.343107e+00 -2.397992e-01 1.692915e+00 [4476] -5.490968e-01 4.167452e-01 1.405742e+00 7.995673e-01 3.153863e-01 [4481] -3.843002e-02 1.418049e+00 2.365027e+00 1.626538e+00 2.473926e+00 [4486] 1.455934e+00 8.008038e-01 1.632317e+00 1.278678e+00 -9.946742e-01 [4491] -9.552144e-01 -2.196807e-01 1.455207e+00 9.725032e-01 2.447616e+00 [4496] 1.955410e+00 1.169796e+00 8.533843e-01 -7.444821e-01 1.440416e+00 [4501] 1.978935e+00 4.790457e-01 7.742834e-01 4.726849e-01 -1.179593e+00 [4506] -4.206389e-01 5.880690e-01 -3.650021e-01 -5.628249e-01 3.249658e+00 [4511] 1.732562e+00 9.204485e-01 1.608572e+00 -2.305959e-01 1.073286e+00 [4516] 1.210340e+00 -8.058922e-01 -4.284795e-01 2.366391e+00 6.816306e-01 [4521] 1.764235e+00 2.544116e+00 1.183958e-01 5.439961e-01 1.535953e+00 [4526] -1.490330e-01 2.107424e+00 1.794452e+00 1.553754e+00 1.241098e+00 [4531] 5.251132e-01 -1.755839e+00 1.297091e+00 1.036137e+00 5.628643e-01 [4536] 1.829599e+00 1.569076e+00 1.643907e+00 2.499543e+00 1.124404e+00 [4541] -1.424154e+00 1.693102e+00 1.571535e+00 4.676333e-01 6.466427e-01 [4546] 1.438485e+00 -9.146664e-01 -1.552032e+00 2.689569e+00 2.107354e+00 [4551] 6.598839e-01 1.542461e-02 8.302654e-01 -7.575822e-01 6.182999e-01 [4556] -3.378204e-01 7.299657e-01 1.551199e+00 2.091083e+00 9.337131e-01 [4561] -8.458569e-01 2.675481e+00 6.640582e-01 -4.519646e-01 1.100417e+00 [4566] 6.858200e-01 1.864228e+00 2.697390e+00 2.601210e+00 7.655470e-01 [4571] 2.917130e+00 1.062602e+00 -1.231985e+00 1.360320e+00 -1.296694e+00 [4576] 1.777841e-01 2.131309e+00 9.925836e-02 -1.360082e+00 1.040122e+00 [4581] 2.937062e-01 2.011994e+00 2.135542e+00 6.436171e-02 5.260732e-01 [4586] 7.270961e-01 9.389985e-01 2.702054e+00 1.002259e+00 1.350905e+00 [4591] 1.070643e+00 2.398889e+00 2.183266e+00 -5.666369e-01 1.618777e+00 [4596] 2.447274e+00 1.238614e+00 9.248224e-01 1.168893e+00 1.880722e+00 [4601] -3.267086e-01 1.344908e+00 9.626697e-01 1.437009e+00 2.692217e+00 [4606] 2.795875e-01 -1.434827e+00 1.760489e+00 2.481868e+00 1.105239e+00 [4611] 8.865696e-01 1.581726e+00 1.886592e+00 6.689626e-01 7.550511e-01 [4616] 1.003898e+00 2.107666e+00 -7.800739e-02 2.338922e+00 2.805156e+00 [4621] -8.273372e-01 1.669703e+00 1.494848e+00 4.019726e-01 -2.061351e-01 [4626] 3.270147e+00 1.852671e+00 3.039762e+00 -8.360289e-01 1.047566e+00 [4631] 1.271014e+00 2.089680e+00 -2.935065e-02 4.087113e-01 3.927603e-01 [4636] 1.190668e+00 2.127758e+00 -9.028927e-01 2.999565e+00 1.273877e+00 [4641] -1.738300e+00 1.262242e+00 -7.604225e-01 1.762971e+00 3.162827e+00 [4646] -2.181280e-01 1.291760e-01 1.966954e+00 9.782474e-01 1.870652e+00 [4651] 1.232026e+00 9.774151e-02 2.941212e-02 -5.357004e-01 -4.895654e-01 [4656] 9.158087e-01 4.485255e-01 1.643295e+00 2.546472e+00 1.385060e+00 [4661] 1.663686e+00 6.191314e-01 3.463509e+00 -1.558778e-01 1.659237e+00 [4666] 4.199584e-01 1.554373e+00 9.566942e-01 5.948970e-01 -2.131929e+00 [4671] 3.018543e+00 2.497617e+00 1.048737e-01 3.076900e+00 1.201267e+00 [4676] 1.274469e+00 -1.851192e-01 1.851283e+00 9.125363e-01 8.711857e-01 [4681] 2.386589e+00 2.504963e+00 -2.372157e-01 4.491565e-02 7.889367e-01 [4686] 3.851137e-01 6.043117e-01 1.994776e+00 2.012951e+00 1.350920e+00 [4691] 2.066874e+00 -6.909841e-01 4.132923e-02 1.430489e+00 9.172970e-01 [4696] -1.789522e+00 1.837188e+00 -3.009944e-01 2.288642e+00 -5.805154e-01 [4701] -1.230136e+00 2.065013e-01 5.393778e-01 1.360705e+00 1.898133e+00 [4706] 1.768816e+00 1.085138e+00 1.700994e+00 -1.044831e+00 8.624403e-01 [4711] 8.441556e-01 -7.826452e-03 9.798233e-01 2.130696e+00 2.607328e+00 [4716] 1.095704e+00 6.746292e-01 1.416937e-01 1.827917e+00 1.893965e+00 [4721] 1.282842e+00 1.203640e+00 2.252080e+00 -2.029135e-01 9.940096e-01 [4726] 1.421535e+00 5.430829e-02 2.845454e+00 9.977451e-01 2.757533e+00 [4731] 1.589230e+00 3.046021e-01 2.632339e+00 6.036623e-01 1.292887e+00 [4736] 1.615867e+00 -2.435469e-01 1.004531e+00 1.712957e+00 8.745132e-01 [4741] 1.441542e+00 8.318468e-01 3.041672e-01 4.226472e-01 -1.608485e-01 [4746] -1.585421e+00 -3.060665e-01 2.609440e+00 1.077761e+00 3.063942e+00 [4751] 2.344906e+00 2.220095e+00 7.419152e-01 1.822787e+00 2.100933e+00 [4756] 1.374561e+00 -1.919841e+00 4.014448e-01 2.706982e-01 9.795685e-01 [4761] -2.720267e-01 7.720452e-01 -2.979559e-01 1.847990e+00 6.452223e-01 [4766] 1.937683e+00 -5.934806e-02 5.188785e-01 6.974357e-01 1.946828e+00 [4771] 2.407657e+00 1.398122e+00 1.709147e+00 1.888694e-02 1.653224e+00 [4776] 1.131043e+00 2.566195e+00 4.236531e-01 1.556906e+00 1.681136e+00 [4781] 5.773622e-01 2.456323e-01 8.428255e-01 1.031013e+00 7.812245e-01 [4786] 1.658236e+00 1.029408e+00 2.199950e+00 2.443028e+00 8.299492e-01 [4791] 1.686591e+00 4.155208e-01 2.625384e+00 1.797627e-01 3.313533e+00 [4796] 1.715495e+00 1.402089e+00 3.514784e-01 -1.524753e+00 6.599325e-01 [4801] 8.481289e-01 1.233702e+00 1.012564e+00 2.718590e+00 2.220187e+00 [4806] -5.880642e-01 -2.958014e-02 -1.731494e-02 -2.159902e+00 1.733911e+00 [4811] 2.066427e+00 9.620858e-01 3.783136e-01 1.034466e+00 -3.429623e-01 [4816] 3.101552e+00 -2.150909e-01 1.621870e-01 -8.116476e-01 1.575511e+00 [4821] 2.108778e+00 2.239090e+00 -8.839463e-01 1.684346e+00 6.062819e-01 [4826] 1.332821e+00 3.470436e+00 1.768182e+00 1.016458e+00 1.969936e+00 [4831] 3.605012e+00 1.819767e+00 5.150855e-01 1.114589e+00 1.069448e+00 [4836] 1.902819e+00 1.518459e-01 1.268652e+00 1.383255e+00 2.303562e+00 [4841] 1.681716e+00 3.500018e+00 4.373934e-02 4.048809e-01 3.833071e-02 [4846] 1.271141e+00 2.368248e+00 1.381953e+00 2.491911e-02 1.558638e+00 [4851] 2.970063e+00 3.151940e+00 -4.171527e-01 -9.662197e-02 2.343164e-01 [4856] 2.813853e+00 1.904497e+00 -2.119082e-01 -9.462072e-01 -9.800617e-01 [4861] 1.855256e+00 2.771622e-01 -5.442354e-01 1.005755e+00 8.464265e-01 [4866] 2.127297e+00 1.211102e+00 1.215729e+00 1.500294e+00 1.346444e+00 [4871] 9.493105e-01 1.068383e+00 -6.753864e-01 1.217131e+00 -3.561356e-01 [4876] 2.194031e+00 2.088089e+00 -2.314272e-01 2.643937e+00 6.495316e-01 [4881] 2.819055e+00 2.027838e-01 1.857015e+00 1.065828e+00 4.006342e-01 [4886] 1.332614e-01 1.281552e+00 2.866736e+00 1.128612e+00 2.007849e+00 [4891] 1.901326e+00 -2.116545e-01 5.574828e-01 8.476970e-01 -1.149492e+00 [4896] 9.384809e-01 1.241206e+00 3.239439e+00 1.446818e+00 8.964356e-01 [4901] -1.171425e+00 1.566524e+00 1.340102e+00 1.818163e+00 1.580952e+00 [4906] 9.991421e-01 -1.284777e+00 9.568380e-01 1.748733e+00 -4.398379e-01 [4911] 1.943240e+00 2.457876e+00 2.804756e+00 5.991172e-01 7.437941e-01 [4916] 2.764705e+00 7.916777e-01 1.436627e+00 3.418717e+00 -9.364705e-01 [4921] 1.359358e+00 7.017008e-01 1.700126e+00 1.645717e+00 1.890867e+00 [4926] 2.427852e+00 2.412119e+00 2.303482e+00 -4.261397e-01 2.847543e+00 [4931] 7.379822e-01 -6.237303e-01 1.461678e+00 3.434303e-01 6.631614e-01 [4936] 3.773607e+00 2.119033e+00 2.630126e+00 6.085426e-02 1.647309e+00 [4941] 8.021180e-01 1.786422e+00 1.083658e+00 2.276946e+00 9.924354e-01 [4946] 1.449917e+00 -2.466861e+00 3.605863e+00 4.003543e-02 6.391397e-01 [4951] 2.327640e+00 8.914031e-01 9.477482e-01 -4.276968e-01 4.796520e-01 [4956] 1.304407e+00 -2.292645e-01 1.604019e+00 1.345510e+00 -2.169884e+00 [4961] 9.540910e-01 2.430318e+00 1.377054e+00 1.140310e+00 2.000014e+00 [4966] -1.041924e+00 -4.621887e-01 6.020808e-01 -1.804397e-01 1.253393e+00 [4971] 9.185374e-01 -3.568353e-01 2.219239e+00 2.060808e+00 1.270106e+00 [4976] 2.914664e+00 -6.025711e-03 9.077655e-01 8.567730e-01 8.060551e-01 [4981] 1.947067e+00 5.721140e-01 9.196563e-01 3.386127e+00 1.186612e+00 [4986] 1.554913e+00 6.039938e-01 1.462385e+00 1.095084e+00 3.179248e+00 [4991] 7.403410e-02 1.795633e+00 -2.353090e+00 -7.953127e-01 1.546718e+00 [4996] 3.916401e-01 8.309234e-01 1.767107e+00 1.939551e+00 2.241953e+00 [5001] 2.574398e+00 8.609182e-01 3.136775e+00 2.325691e-02 1.809646e+00 [5006] 1.277146e+00 1.445856e+00 2.735967e-01 2.406281e-01 5.071261e-02 [5011] 1.426879e+00 8.805045e-01 7.994819e-01 -7.342875e-01 2.839031e-01 [5016] -2.898357e-01 -8.241945e-01 -2.551633e-01 2.819769e+00 9.991879e-01 [5021] 3.054689e+00 -1.627968e-02 2.166868e+00 1.604669e+00 2.337514e+00 [5026] 2.310390e+00 1.340679e+00 4.023549e-01 2.995345e+00 -2.886448e-01 [5031] 9.378322e-01 1.140492e+00 1.391945e+00 -3.587948e-01 1.141296e+00 [5036] 9.063639e-01 4.837581e-02 -3.980638e-01 1.572939e+00 1.259893e+00 [5041] 3.637605e+00 1.240885e+00 1.475532e+00 2.127164e+00 1.242250e+00 [5046] 2.310858e+00 1.168059e+00 1.364723e+00 9.159043e-01 2.723972e+00 [5051] -3.507370e-01 2.586434e-01 3.329401e-01 1.356530e+00 -3.996449e-01 [5056] 1.859921e+00 1.877004e+00 5.263515e-01 1.812542e+00 2.348886e+00 [5061] 5.235521e-01 1.143588e+00 3.082137e+00 2.503622e+00 6.829064e-01 [5066] -6.614481e-01 2.934897e-01 5.958773e-01 1.376526e+00 1.163288e+00 [5071] 3.305559e+00 1.213936e+00 1.315286e+00 8.219186e-01 1.643728e+00 [5076] 2.178781e+00 1.099487e+00 1.711011e-01 3.054996e+00 1.007326e+00 [5081] 1.799612e+00 1.181915e+00 2.794738e+00 3.454953e-01 1.236486e-01 [5086] -5.987139e-02 -1.840245e+00 1.420729e+00 2.380774e-01 1.582744e+00 [5091] 2.732595e+00 1.657331e+00 -3.502328e-01 -1.052817e+00 1.355092e+00 [5096] 1.675975e+00 2.101310e+00 -5.105971e-02 1.715928e+00 9.343147e-01 [5101] 7.051523e-01 -4.595862e-03 -1.179960e-02 4.477482e-01 1.814629e+00 [5106] 6.554688e-01 2.408495e+00 2.450495e+00 8.504874e-01 1.211901e+00 [5111] 1.643131e+00 2.519948e+00 2.405329e+00 1.350876e+00 4.210012e+00 [5116] 6.969597e-01 1.934388e+00 1.070970e+00 1.126136e+00 -5.495198e-01 [5121] 4.906154e-01 1.574164e+00 3.640996e-01 -1.204990e-01 -3.875051e-01 [5126] 4.422020e-01 1.437127e+00 -2.712790e-02 2.206562e+00 -2.914148e-01 [5131] 7.609576e-01 -6.228645e-02 1.421839e-01 1.788472e+00 6.235793e-02 [5136] -1.369436e-01 1.990952e+00 6.786006e-02 1.744316e+00 1.538434e+00 [5141] -1.414349e+00 1.761002e+00 1.422234e+00 2.590684e+00 1.077182e+00 [5146] -7.234680e-01 1.600002e-01 1.588303e+00 6.658264e-01 2.959556e+00 [5151] 1.927873e+00 1.433667e+00 1.268951e+00 2.391225e+00 -4.808515e-01 [5156] -9.077442e-01 9.779999e-01 1.649430e+00 1.058285e+00 1.050425e+00 [5161] -2.573651e-01 1.145908e+00 1.930407e+00 -2.231919e-02 2.817597e+00 [5166] 1.861046e-01 1.691583e-01 2.671162e+00 5.907979e-01 1.653891e-01 [5171] -2.102253e+00 2.164686e+00 1.526138e+00 2.075362e-01 -1.722333e-01 [5176] 7.555923e-01 1.339782e+00 1.447797e-03 8.859101e-01 2.654996e-01 [5181] 5.364134e-01 3.812412e+00 1.657781e+00 2.063473e+00 1.026167e+00 [5186] -6.734215e-01 3.884671e+00 1.371426e+00 1.697100e+00 -4.907071e-01 [5191] -1.739517e+00 -1.407352e+00 4.234488e-01 2.452754e+00 1.748487e+00 [5196] 1.730116e+00 1.210920e+00 2.547766e+00 8.735772e-01 8.686102e-01 [5201] 8.224145e-01 8.475170e-01 5.867248e-01 -3.824378e-01 5.229079e-01 [5206] 2.366997e-01 2.276568e+00 1.126936e+00 -6.618191e-01 2.228947e+00 [5211] 1.040986e+00 1.976548e-01 1.908228e+00 -3.896775e-01 2.833364e+00 [5216] 9.201837e-01 7.847196e-01 4.827466e-01 2.711195e+00 8.663212e-01 [5221] 3.733093e-01 1.312489e+00 7.949886e-01 3.157050e+00 4.317648e+00 [5226] 1.659200e+00 -2.059846e-01 1.044569e+00 2.251137e+00 1.213518e+00 [5231] 6.377706e-01 1.825693e+00 -1.058165e-01 2.253661e+00 7.956319e-01 [5236] 4.145353e-01 -4.102475e-01 2.167097e+00 -4.955137e-01 6.121390e-01 [5241] 7.061438e-01 -1.159961e-01 1.539060e+00 5.721140e-01 1.647621e+00 [5246] 2.609543e-01 1.410864e+00 8.344768e-01 1.423856e+00 -3.133046e-01 [5251] -1.224663e+00 1.120698e+00 2.808342e-01 -2.695648e-01 3.231968e+00 [5256] 3.900144e+00 1.154544e+00 1.182336e+00 6.981799e-01 9.137855e-01 [5261] -4.945993e-01 1.329556e-01 8.323134e-01 -4.470901e-01 1.580472e+00 [5266] -3.721108e-01 1.765834e+00 -1.137753e+00 8.272863e-01 3.633636e-01 [5271] 1.736511e+00 5.776649e-01 8.552949e-01 1.353482e+00 1.525976e+00 [5276] 5.774829e-01 1.003901e+00 1.791971e+00 -1.035086e-01 2.369702e+00 [5281] 1.019930e+00 2.215160e+00 -9.015368e-01 1.586100e+00 1.897782e+00 [5286] 3.881194e+00 9.042871e-01 -4.717866e-02 -2.011096e-01 1.552461e+00 [5291] 3.144191e-01 1.557334e+00 -2.167092e+00 1.885022e+00 2.398197e+00 [5296] 5.532063e-01 1.768870e+00 -2.327661e-01 -5.157660e-01 1.287299e+00 [5301] 1.090669e+00 1.826506e+00 7.746273e-01 -1.260002e+00 1.411644e-01 [5306] 2.219825e+00 1.874140e+00 9.868381e-01 -7.433619e-02 7.204387e-01 [5311] 1.233125e+00 1.550537e+00 1.113437e+00 5.335391e-01 4.205566e-01 [5316] 1.617949e+00 1.163403e+00 2.829920e+00 5.692809e-01 -1.668145e-01 [5321] 7.763121e-01 -3.784948e-01 1.358557e+00 8.482884e-01 -1.733874e-01 [5326] 2.422134e+00 4.300780e-01 -6.497144e-01 3.289773e+00 -5.822967e-01 [5331] 1.014972e+00 -5.834103e-01 3.251151e-01 2.893372e+00 -1.922423e-01 [5336] 1.213276e+00 1.345422e+00 1.850782e+00 4.194341e-02 -3.660435e-01 [5341] 1.150016e+00 1.206076e-01 4.677667e-01 1.728575e+00 2.563577e+00 [5346] 1.016528e-01 1.214370e+00 -6.419512e-01 1.858838e+00 2.142295e+00 [5351] 1.848263e+00 2.569852e+00 2.359315e+00 2.611032e-01 4.359365e-01 [5356] -6.452101e-01 3.365110e-01 -2.068744e-01 1.518964e+00 2.390528e+00 [5361] 1.958594e+00 1.512480e+00 5.792543e-01 1.848120e-01 -1.491020e-01 [5366] -1.434457e-01 -3.724338e-01 -5.268829e-01 1.759044e+00 2.185771e+00 [5371] 1.639810e+00 1.324302e+00 2.224020e+00 2.207674e+00 -6.649403e-01 [5376] 1.151709e+00 1.886100e+00 1.119417e+00 1.134420e+00 3.358386e-01 [5381] 1.536837e+00 2.894442e+00 -3.400730e-01 1.818371e+00 -4.992206e-01 [5386] -1.964390e+00 -1.422734e-01 1.735932e+00 6.289371e-01 1.537459e+00 [5391] 8.115258e-01 1.058046e+00 2.506828e+00 -8.149177e-01 3.189824e+00 [5396] 9.027764e-01 3.380322e+00 5.813591e-01 2.256439e+00 1.446924e+00 [5401] 1.134152e-01 -2.653409e-01 2.132822e+00 2.482381e+00 3.228956e+00 [5406] 9.012846e-02 -7.582160e-03 3.584291e-01 -4.688205e-01 5.234362e-01 [5411] -9.324659e-02 4.699532e-02 1.560144e+00 1.976423e+00 1.005021e+00 [5416] 3.067056e+00 1.731954e+00 1.669540e+00 6.245193e-01 2.155706e+00 [5421] 1.414156e+00 5.771806e-01 1.742454e+00 2.479042e+00 -1.132169e+00 [5426] 2.578778e+00 2.464145e-01 1.614565e+00 9.802407e-01 1.123442e+00 [5431] 2.376141e+00 1.120027e+00 1.496146e+00 1.113567e+00 1.795485e+00 [5436] 1.454294e+00 7.155660e-01 5.755207e-01 1.936193e+00 1.411015e+00 [5441] 1.140864e+00 1.928795e+00 2.279298e+00 8.110001e-01 2.840408e+00 [5446] 4.897647e-01 2.810264e+00 1.567001e+00 -5.056781e-01 8.312826e-01 [5451] -1.774282e-01 1.417553e+00 -8.738543e-01 1.752997e+00 6.114526e-01 [5456] -3.123098e-01 1.590649e+00 -8.956628e-01 1.058216e+00 5.974079e-01 [5461] 7.130127e-01 -1.118126e-02 8.372808e-01 3.896681e-01 -1.425008e-01 [5466] 9.648202e-01 -1.522318e-01 3.296694e+00 6.943535e-01 -2.593977e-01 [5471] 8.870341e-01 3.240572e-01 1.018068e+00 -1.078314e+00 3.501824e-01 [5476] 7.083268e-02 1.462806e+00 -1.791652e-01 2.223752e+00 2.389719e+00 [5481] 9.969789e-01 8.025891e-01 4.001132e-02 7.644285e-01 2.394862e+00 [5486] 2.759986e+00 2.423930e+00 1.766394e+00 -1.739187e-01 -1.560953e-01 [5491] -4.608496e-01 1.005678e+00 -1.048837e+00 4.243617e-01 1.402373e+00 [5496] 1.105316e+00 4.302223e-01 8.019394e-01 2.758086e+00 6.229673e-01 [5501] -6.248495e-02 -1.530559e-01 3.551788e-03 5.852492e-01 5.355795e-01 [5506] 2.286145e+00 1.910572e+00 1.199400e+00 -1.419823e+00 -1.073162e+00 [5511] 2.685929e+00 7.013429e-01 8.349649e-01 2.081860e+00 1.582720e+00 [5516] 2.349928e+00 1.378544e+00 -1.272776e+00 1.214648e+00 2.419129e+00 [5521] -6.879704e-01 -3.961370e-01 -1.508805e-01 2.267285e-01 3.599911e-02 [5526] 2.472859e-01 1.552411e-01 1.897888e+00 2.328231e-01 4.873580e-01 [5531] 1.137096e+00 1.387977e+00 2.949745e+00 -2.940908e-01 1.808717e+00 [5536] -1.914162e-01 -8.156220e-01 2.320502e-01 6.418074e-02 1.639101e+00 [5541] -1.654137e+00 1.022814e+00 8.352471e-01 2.829758e+00 -3.523790e-01 [5546] 1.210282e+00 2.440910e+00 1.868530e+00 -4.601393e-01 -4.889598e-01 [5551] 3.665000e-01 3.560438e-01 2.120248e+00 2.167430e+00 -1.628458e-01 [5556] -1.108402e+00 1.699987e+00 1.686042e+00 3.373185e+00 1.655798e+00 [5561] 1.050623e+00 1.752488e+00 -1.983073e+00 -8.056925e-01 5.685873e-01 [5566] 2.179316e+00 1.026776e+00 2.027630e+00 8.832445e-01 3.618510e+00 [5571] 1.147975e+00 3.406690e+00 4.259314e-01 9.095728e-01 -1.698099e-01 [5576] 2.106523e-01 -9.052279e-01 1.922666e+00 2.326303e+00 1.503903e+00 [5581] 1.323672e+00 1.569729e+00 -8.013735e-01 2.375977e+00 2.144673e+00 [5586] -1.512181e-01 2.300228e+00 8.467609e-01 1.906153e+00 2.261659e-01 [5591] -1.722527e+00 1.021554e+00 1.437419e+00 4.436092e-01 1.114427e+00 [5596] 7.907787e-02 2.699159e+00 1.796507e+00 7.529204e-01 2.121402e+00 [5601] 2.117301e+00 7.449609e-01 1.447486e+00 1.529121e+00 1.012248e+00 [5606] 1.676444e+00 -7.081430e-01 3.969585e+00 2.450710e+00 2.641218e+00 [5611] 9.492064e-02 1.180270e-01 2.049993e+00 8.487200e-01 1.012160e+00 [5616] 1.533858e-01 4.080531e-01 8.475743e-01 2.022135e+00 4.407015e-01 [5621] 1.186913e+00 1.157984e+00 1.552840e+00 2.156351e+00 3.944222e+00 [5626] -1.804162e-01 1.586169e-01 8.139221e-01 -8.019298e-01 -2.688613e-02 [5631] 6.348587e-01 9.828330e-01 1.565966e+00 1.029886e-01 -1.092994e+00 [5636] -3.393245e-01 2.049763e+00 6.861565e-01 1.522192e+00 1.860932e+00 [5641] 2.420478e+00 2.627408e+00 2.232968e+00 1.332369e+00 3.566358e+00 [5646] 2.777370e-01 1.939992e+00 1.490493e+00 2.294930e+00 2.230784e+00 [5651] 1.065959e+00 2.160397e+00 1.084003e+00 -7.568646e-01 2.092013e+00 [5656] 9.590670e-01 7.893313e-01 2.315687e+00 1.156058e-01 -1.361216e+00 [5661] 1.783273e+00 -6.973359e-01 1.173221e+00 8.168058e-01 1.898302e+00 [5666] -7.681770e-01 4.810821e-01 1.968205e+00 3.218477e+00 1.581470e+00 [5671] 1.604179e+00 3.099089e+00 1.895535e+00 1.017514e+00 5.006258e-01 [5676] -1.636579e+00 7.378501e-01 -2.008584e+00 9.981372e-01 -7.868628e-01 [5681] 2.187315e-02 7.571047e-01 3.663376e+00 1.890174e+00 1.199324e-02 [5686] 1.360631e+00 1.899430e+00 2.320246e+00 1.943625e+00 3.746086e+00 [5691] -6.570324e-01 2.093748e+00 -1.240984e+00 -7.825149e-01 1.888162e+00 [5696] 5.722879e-01 7.747872e-01 2.402572e+00 1.895570e-01 1.883383e+00 [5701] 8.362934e-03 9.385239e-01 -4.809205e-01 1.284385e+00 9.046048e-01 [5706] 2.583579e+00 5.132963e-01 -5.097415e-01 2.037620e+00 -3.590816e-01 [5711] 8.371208e-01 -1.125572e+00 2.033632e+00 8.698383e-01 3.239798e+00 [5716] 2.060223e+00 1.325503e+00 1.872732e+00 -1.703580e-01 -7.642775e-02 [5721] 3.377444e+00 1.717257e+00 8.612196e-01 1.997508e+00 -1.775658e+00 [5726] 1.799381e+00 -5.156099e-01 9.320830e-01 1.677193e+00 -1.772101e-01 [5731] 1.221109e+00 1.945016e-01 2.802754e+00 4.756265e-02 5.373706e-01 [5736] 7.883926e-01 -9.190360e-01 1.443224e+00 1.384071e+00 1.292221e-01 [5741] 1.830279e-01 1.089917e+00 -1.133714e-01 -1.593291e-01 2.225774e+00 [5746] -6.981979e-01 2.022891e+00 -1.843643e-01 1.866960e+00 5.265042e-01 [5751] 1.422204e+00 3.558566e+00 8.726457e-01 4.728032e-01 1.318933e+00 [5756] 1.115198e+00 -9.527864e-01 7.831430e-01 1.142592e+00 -3.048512e-01 [5761] 1.738253e+00 5.485459e-01 4.130283e-01 7.060310e-01 -5.198665e-01 [5766] 1.728358e+00 2.080251e+00 -5.940033e-01 -1.749861e-01 1.464162e+00 [5771] -7.882076e-01 2.006044e-02 -2.179465e+00 5.181115e-01 4.176576e-01 [5776] -2.859722e-01 7.641624e-01 3.390931e+00 7.531794e-01 3.020229e-01 [5781] -2.987252e-01 1.117521e+00 3.118338e-01 -8.628862e-02 -9.840498e-01 [5786] -1.248455e+00 3.003360e+00 -4.550350e-02 6.377767e-01 4.574439e-01 [5791] 2.450851e+00 -4.801557e-01 6.206614e-01 1.161731e-01 2.022572e+00 [5796] 2.413374e-01 5.179820e-01 1.640377e+00 2.898460e+00 5.843787e-01 [5801] 3.335479e+00 3.626502e-01 1.501990e+00 2.187496e-01 -6.996432e-02 [5806] 6.799007e-01 2.387180e-01 -6.559228e-02 1.120532e+00 3.509771e+00 [5811] 2.062763e+00 5.575032e-01 -7.095167e-02 6.557752e-02 3.619261e+00 [5816] 8.037261e-01 1.042113e-02 -5.105669e-01 2.066570e+00 1.630042e+00 [5821] -2.301314e-01 -1.185170e+00 1.433939e+00 1.214484e+00 6.694945e-01 [5826] -4.457814e-01 1.307206e+00 1.572139e+00 -8.617112e-01 2.483048e+00 [5831] 1.977691e+00 1.374106e+00 2.356304e+00 1.677020e+00 2.248792e+00 [5836] 4.001160e-01 1.271403e+00 -7.676869e-02 5.099421e-03 1.901285e+00 [5841] 1.190672e+00 3.077918e+00 -7.965887e-01 1.031716e+00 1.798019e+00 [5846] 7.428459e-01 -6.673607e-01 7.526892e-01 1.892293e+00 1.125702e-01 [5851] 7.214863e-01 -2.657535e+00 -3.430391e-02 1.197151e+00 1.254222e+00 [5856] 2.553782e+00 1.015454e+00 1.791936e+00 -5.400775e-01 1.938794e+00 [5861] 2.118819e+00 5.206091e-01 1.544474e+00 1.501919e+00 3.237031e-01 [5866] -5.961633e-01 3.013005e+00 3.075703e+00 1.000691e+00 3.441452e-01 [5871] 2.562680e+00 1.490478e+00 2.945992e+00 -8.972473e-01 5.599278e-01 [5876] 9.772966e-01 9.590786e-02 1.273986e+00 1.030337e-01 1.060570e+00 [5881] 1.457525e+00 1.133581e+00 1.082560e+00 1.626066e+00 8.419170e-01 [5886] -3.072780e-01 1.731259e+00 -5.748662e-02 1.696598e+00 1.914545e+00 [5891] -9.261081e-01 8.360764e-01 2.397663e+00 -1.854744e+00 3.074430e+00 [5896] 2.641829e+00 7.216705e-01 6.565686e-01 1.992746e+00 8.676066e-01 [5901] 3.422979e+00 -3.232732e-01 1.026892e+00 3.367184e+00 1.808957e+00 [5906] 2.090858e+00 2.406652e+00 8.641237e-01 8.400929e-01 7.139970e-01 [5911] 5.396317e-01 1.232446e+00 1.955344e+00 9.651520e-01 1.173924e+00 [5916] 3.088809e+00 1.635695e+00 1.618851e+00 1.712403e+00 -8.153694e-01 [5921] 1.690095e+00 1.609527e+00 -5.011552e-01 -5.101707e-01 1.491608e+00 [5926] 1.903864e+00 1.492855e+00 2.775182e+00 1.473725e+00 -4.822458e-01 [5931] 1.178757e+00 8.373880e-01 8.944923e-01 1.722879e+00 9.909588e-01 [5936] 5.365771e-02 -5.581214e-01 -6.680918e-01 3.239819e-01 2.500379e+00 [5941] 1.398470e-01 3.445527e+00 -8.762616e-01 7.498130e-01 7.065181e-01 [5946] 2.348296e+00 2.333874e+00 3.050815e+00 2.356975e+00 1.175810e+00 [5951] 1.620473e+00 2.320947e+00 4.613360e-01 8.728478e-01 3.887381e-01 [5956] 1.758408e+00 1.814605e+00 1.333469e+00 8.339274e-01 1.710864e+00 [5961] 2.872891e+00 1.824045e+00 2.504459e-01 9.232402e-01 7.361609e-01 [5966] 8.518855e-01 1.526899e+00 2.477160e+00 -1.012631e+00 9.084249e-01 [5971] 1.376603e+00 1.406859e+00 1.920092e-01 6.572829e-01 -3.820853e-02 [5976] 1.350972e+00 1.357000e+00 2.242260e+00 3.996519e-01 -3.286416e+00 [5981] 1.424488e+00 1.331303e+00 9.297650e-01 2.266687e+00 2.202092e+00 [5986] 1.313584e+00 -4.405485e-01 -2.016885e-01 5.544855e-01 1.106458e+00 [5991] 3.120236e+00 2.636579e+00 1.178687e+00 9.501615e-01 2.757813e-01 [5996] 2.019676e+00 -8.104753e-01 2.303149e-01 1.203263e+00 2.534052e-02 [6001] 1.824170e+00 5.068061e-01 -6.448527e-01 2.409013e+00 1.072472e-01 [6006] -4.007503e-01 1.212552e+00 1.565084e+00 2.869987e+00 2.506328e+00 [6011] -1.318540e-01 3.644812e-01 2.325218e+00 5.302794e-01 1.017935e+00 [6016] 1.140979e+00 7.041165e-01 6.033334e-01 3.009002e-01 1.796629e+00 [6021] 3.082833e+00 -2.671016e-01 2.128667e+00 1.495555e+00 -3.514254e-01 [6026] 1.749350e-02 1.531758e+00 -4.956186e-01 -7.619967e-01 5.220712e-01 [6031] 1.828599e+00 -9.695536e-01 1.853415e+00 2.667811e+00 -1.774282e-01 [6036] -2.023837e+00 -2.008869e-03 2.050319e+00 1.504745e+00 2.581630e+00 [6041] 2.031493e+00 2.288342e+00 1.059323e+00 2.103980e+00 -3.941493e-01 [6046] -1.936558e+00 9.387327e-01 1.169372e+00 2.793974e+00 1.503701e-01 [6051] 1.964488e+00 2.777932e+00 2.177200e+00 2.416958e+00 2.174320e+00 [6056] 1.601444e+00 8.945501e-02 3.295985e+00 1.021579e+00 2.168363e+00 [6061] -7.637728e-01 1.578004e+00 -5.057956e-01 2.991612e+00 6.322823e-01 [6066] 3.622542e-01 1.335281e+00 1.202433e+00 -4.169007e-01 1.166114e+00 [6071] 3.103343e+00 1.637001e+00 4.650106e-01 -7.369965e-02 -1.650755e+00 [6076] 5.364130e-01 7.483018e-01 3.187374e-01 7.264072e-01 1.347967e+00 [6081] 1.649155e+00 2.831376e+00 1.365457e+00 -2.640798e+00 1.252738e+00 [6086] -4.168644e-01 1.082437e+00 1.445990e-02 -1.163643e-01 1.005468e+00 [6091] 1.161442e+00 -1.624057e+00 2.234604e+00 1.883372e+00 7.470612e-01 [6096] 1.593917e+00 1.411213e+00 1.926822e-01 -8.352817e-03 4.555664e-01 [6101] -1.832573e-01 -7.479407e-01 1.183595e+00 9.880032e-01 1.888619e+00 [6106] 2.151782e+00 9.082093e-01 2.647066e+00 3.524940e-01 -2.215653e-01 [6111] 2.526934e-01 4.899855e-01 1.998189e+00 4.771565e-01 1.474353e+00 [6116] 1.172580e+00 1.178761e+00 2.516064e+00 1.373782e+00 5.904849e-01 [6121] -1.579053e+00 2.689329e-01 2.766876e-01 4.801013e-01 -1.833385e+00 [6126] 1.291125e-01 3.911313e+00 5.979492e-01 2.184106e+00 2.762872e-01 [6131] 7.892947e-01 -7.630007e-01 1.339938e+00 -1.537969e+00 4.803954e-01 [6136] -2.492074e-01 -8.885558e-01 -5.174587e-01 -1.224663e-01 2.158367e+00 [6141] 5.599354e-01 2.389176e+00 2.321706e-01 3.463867e+00 2.445151e-01 [6146] 2.093245e+00 1.600247e+00 9.426063e-01 -6.240353e-01 7.867613e-01 [6151] 1.139594e+00 9.853156e-01 -3.375070e-01 1.379269e+00 1.165051e+00 [6156] 1.989955e+00 1.190401e+00 1.613166e+00 1.292087e-01 -1.261179e+00 [6161] 2.485100e+00 5.813689e-02 1.890981e+00 1.495788e+00 2.001637e+00 [6166] 1.196790e+00 2.944349e+00 1.561239e+00 8.101860e-01 1.787032e+00 [6171] 7.032646e-01 1.375618e+00 -8.785974e-01 4.935719e-01 8.571337e-01 [6176] 1.337099e+00 1.750486e+00 8.926354e-02 7.293210e-01 6.679762e-01 [6181] 2.721688e+00 1.368333e+00 -1.389607e+00 5.266545e-01 2.136376e+00 [6186] 1.096789e+00 2.508386e+00 4.948127e-01 9.307148e-01 1.000564e+00 [6191] 9.759027e-01 3.122705e+00 1.496384e+00 5.341335e-01 9.664505e-01 [6196] 1.210754e-01 -1.789610e-01 9.495184e-01 1.548666e+00 6.101440e-01 [6201] -4.700533e-01 1.779763e+00 1.691023e+00 7.956661e-01 1.371224e+00 [6206] 7.348973e-01 1.756956e+00 2.016703e+00 1.255573e+00 1.013366e+00 [6211] -7.690623e-01 4.198621e-01 2.425109e+00 4.184883e+00 1.435929e+00 [6216] 1.321798e+00 1.714775e+00 7.876610e-01 2.221474e-01 1.451226e-01 [6221] 1.563908e+00 2.410762e+00 1.389857e+00 7.854282e-01 1.485981e+00 [6226] 9.550197e-01 1.018133e+00 5.261277e-01 2.555233e+00 -1.109406e-01 [6231] -5.435966e-01 7.805356e-01 1.943426e+00 1.327643e+00 4.462431e+00 [6236] 6.934124e-01 2.223709e+00 8.792499e-01 1.516949e+00 -1.745122e-01 [6241] 2.639640e+00 3.350033e-01 1.144573e+00 1.498884e+00 2.267096e+00 [6246] 4.530648e-01 2.068195e-01 2.890794e+00 8.403862e-01 3.349100e-01 [6251] 8.611117e-01 2.685001e+00 5.859197e-01 9.855688e-01 8.748590e-01 [6256] 5.333724e-01 5.666035e-01 1.215061e+00 1.098300e+00 1.655887e+00 [6261] 1.751524e+00 9.765726e-01 4.807396e-01 -1.573063e-01 1.152565e+00 [6266] 1.040179e-01 1.445484e+00 3.500941e+00 -1.884937e-01 2.436184e+00 [6271] 2.107024e+00 3.397015e+00 2.695691e+00 1.034269e+00 2.893605e+00 [6276] 1.419975e+00 3.149629e+00 2.039614e+00 6.603295e-01 2.599135e+00 [6281] 2.694971e+00 -4.690666e-01 7.041125e-02 8.210301e-01 2.603071e+00 [6286] 1.895841e+00 4.139449e-01 -9.201323e-01 3.410883e+00 -1.504670e-01 [6291] -5.049219e-01 2.443342e+00 8.267594e-01 1.045247e+00 -8.682271e-01 [6296] -1.100830e+00 8.350632e-01 2.857718e+00 1.535310e+00 1.650104e-01 [6301] 7.915923e-01 8.987017e-01 -4.578032e-01 2.207721e+00 3.114473e+00 [6306] 1.745343e+00 3.321451e-01 1.353818e+00 1.184847e+00 -8.687644e-02 [6311] -5.759815e-01 9.976870e-01 6.460861e-01 7.624988e-02 5.550643e-01 [6316] 4.437759e-01 -8.510942e-01 7.613592e-01 1.199791e-01 -1.549572e+00 [6321] 1.526254e+00 5.536278e-01 1.060330e-01 3.200208e-01 2.168211e+00 [6326] 2.026286e-01 7.846956e-01 2.367052e-01 2.271922e+00 2.522072e+00 [6331] 2.238763e+00 2.561619e+00 5.520375e-01 -1.567277e+00 1.171545e+00 [6336] -4.182185e-01 2.879888e+00 2.411065e+00 1.000927e+00 -1.495259e-01 [6341] 1.817275e+00 2.962069e-01 1.505385e+00 1.684033e+00 -8.017266e-02 [6346] -2.232561e+00 1.064358e-01 -9.173587e-01 1.191591e+00 1.416349e+00 [6351] 1.302094e+00 1.564931e+00 2.507941e+00 -5.695626e-01 1.847310e+00 [6356] 4.290924e-01 1.757027e+00 2.388057e+00 1.682867e+00 2.414977e+00 [6361] -3.009481e-01 1.232097e+00 8.083374e-01 -1.117327e+00 1.047907e+00 [6366] 1.502906e+00 1.195964e+00 2.764030e+00 1.688425e+00 1.844241e-03 [6371] 2.748261e+00 8.909961e-01 -2.375181e-01 1.451289e+00 3.101892e-01 [6376] -1.478260e-02 1.513444e+00 3.044671e+00 1.023384e+00 1.591732e+00 [6381] -9.089081e-02 1.315230e+00 3.013631e+00 1.521144e+00 1.961664e+00 [6386] 6.483273e-01 1.687749e-01 1.890231e+00 1.413731e+00 1.152151e+00 [6391] 2.300437e+00 1.318287e+00 4.383926e-01 4.760973e-01 9.462062e-01 [6396] 7.600764e-01 6.661913e-01 5.382387e-01 1.972856e-01 1.234608e+00 [6401] 1.734122e+00 9.360860e-01 3.754138e+00 1.800468e+00 -7.621808e-02 [6406] -1.216685e+00 1.194588e+00 8.615317e-01 3.339516e+00 -2.506751e-01 [6411] 2.098985e+00 1.351301e+00 1.537151e+00 1.822650e+00 -1.300757e+00 [6416] -1.738711e+00 9.343260e-01 -3.337459e-01 -7.438509e-01 5.440812e-02 [6421] 8.651358e-01 2.006245e+00 2.345344e+00 4.173251e-01 2.523847e+00 [6426] -5.485126e-01 -8.303549e-01 5.819801e-02 1.036808e+00 1.049616e+00 [6431] 1.173797e+00 -7.350420e-01 2.135604e+00 4.681116e-01 2.446928e+00 [6436] 1.282135e-01 7.803885e-01 1.134699e+00 1.275150e+00 9.090730e-01 [6441] 8.188032e-01 2.357276e+00 2.022971e+00 -2.607759e+00 1.752721e+00 [6446] 2.509488e+00 4.455594e-01 1.155568e+00 1.666400e+00 8.092520e-01 [6451] 1.517925e+00 2.351697e+00 6.986518e-02 2.225035e+00 2.222618e+00 [6456] 2.229484e+00 2.018258e+00 2.193888e+00 7.013563e-01 2.307161e+00 [6461] 1.127749e+00 1.427017e+00 1.640865e+00 9.859969e-01 1.635868e+00 [6466] 3.819991e+00 6.177495e-03 3.575688e-01 1.671892e+00 8.662077e-01 [6471] 3.600247e+00 2.934789e+00 2.268694e+00 -1.414005e+00 9.526316e-01 [6476] 4.353638e-01 1.015755e+00 1.790014e+00 1.052552e+00 -7.996012e-02 [6481] 1.950402e+00 3.355893e-02 1.231893e+00 -4.749249e-02 3.264640e-01 [6486] -9.385063e-01 8.030545e-01 1.647822e+00 1.012898e+00 -1.787140e-01 [6491] 2.372140e+00 5.486579e-01 5.371826e-01 1.432366e+00 2.517944e+00 [6496] 1.975960e+00 3.359040e-01 5.330436e-01 2.607236e+00 -6.672529e-01 [6501] 9.020918e-01 2.085293e+00 1.643943e+00 1.111544e+00 3.719920e-01 [6506] 3.351929e-01 1.447502e+00 1.108627e+00 3.307876e+00 -1.372465e+00 [6511] -8.493818e-01 2.440373e+00 -1.582065e+00 1.741853e+00 3.540938e+00 [6516] -1.278137e+00 2.632391e+00 3.866499e-01 -4.777287e-01 5.506263e-01 [6521] 7.922679e-01 -1.197175e+00 4.096355e-01 1.056687e-01 7.925265e-01 [6526] 2.415710e+00 9.006441e-01 8.810431e-01 2.629268e+00 -1.667277e-01 [6531] 3.087748e+00 -4.031741e-01 -6.282811e-01 5.501948e-01 9.569822e-01 [6536] 2.009389e+00 1.234010e+00 1.509979e+00 -1.694702e+00 1.591678e+00 [6541] 1.973700e+00 3.586674e+00 -3.123884e-01 -7.460885e-01 1.088271e+00 [6546] 7.547648e-01 3.953537e-01 1.103277e+00 2.172951e+00 1.558852e+00 [6551] 1.195650e+00 -4.344189e-01 2.285287e+00 -1.340226e-01 2.735722e+00 [6556] 3.350239e+00 5.235764e-01 1.186111e+00 7.756443e-01 1.658812e+00 [6561] -5.410596e-01 2.225002e+00 1.289908e+00 3.521996e+00 3.323468e-02 [6566] 2.967899e+00 2.225928e+00 1.578045e+00 2.446956e-01 -3.168771e-02 [6571] -6.417626e-01 -1.935804e-01 8.831936e-01 -1.003350e+00 1.559785e+00 [6576] 6.198898e-01 1.724060e+00 -1.869270e+00 1.529375e+00 2.349139e+00 [6581] 1.021061e+00 1.494965e+00 3.163024e-02 1.645749e+00 2.231311e-01 [6586] -4.941378e-01 2.175368e+00 2.727148e+00 1.210330e+00 1.377005e+00 [6591] -6.841468e-01 1.345949e+00 5.139335e-02 2.293938e+00 4.629045e-01 [6596] 7.680517e-01 9.507950e-01 9.644375e-01 1.774601e+00 -3.535943e-01 [6601] 1.512576e+00 -1.329035e+00 2.926517e+00 7.828012e-01 -1.317268e-01 [6606] 7.039204e-01 2.168558e+00 -7.825095e-02 -5.937244e-02 1.185980e+00 [6611] 1.138437e+00 1.001392e+00 2.216418e+00 4.456506e-02 3.036660e+00 [6616] 8.724823e-01 2.325925e-01 9.727945e-01 2.763185e+00 2.632089e+00 [6621] 3.797319e-01 1.191638e+00 2.243013e+00 1.459947e+00 8.787743e-01 [6626] 7.269899e-01 -4.088288e-01 8.107022e-01 1.659197e-02 9.469615e-01 [6631] 2.162223e-01 1.140700e-01 8.673412e-01 1.474555e+00 1.957433e+00 [6636] 8.765176e-01 9.486171e-01 1.964037e+00 1.474639e+00 -1.799334e-01 [6641] 1.731742e+00 8.851860e-01 7.606477e-01 1.700158e+00 4.579709e-01 [6646] -1.131808e-01 1.060727e-01 2.222987e+00 1.422650e+00 -8.457427e-01 [6651] 5.886811e-01 1.876807e+00 1.520325e+00 2.246009e-01 1.332218e+00 [6656] 3.426111e+00 7.897504e-01 1.067726e+00 9.255469e-01 9.279050e-01 [6661] 1.639557e+00 2.627335e+00 2.681521e+00 1.163916e-01 1.731282e+00 [6666] 1.623265e+00 2.770921e+00 2.831315e+00 2.499161e+00 -6.216925e-01 [6671] 4.152123e-01 2.841170e-01 3.783075e-01 -2.388789e+00 -6.588866e-01 [6676] 1.499143e+00 1.151416e+00 -1.030014e+00 1.597652e+00 5.776609e-01 [6681] 1.514295e+00 6.105963e-01 1.685088e-01 3.129623e+00 2.369650e+00 [6686] 1.777871e+00 6.841735e-01 1.282149e+00 -1.742204e+00 6.442877e-01 [6691] 6.879581e-01 -2.566648e-01 1.766650e-01 7.958890e-01 -6.332790e-01 [6696] 2.304075e-01 -6.874840e-02 7.261470e-01 1.344826e+00 1.819221e+00 [6701] 1.502930e+00 -8.463054e-01 6.714406e-01 2.326514e-01 5.914745e-01 [6706] 4.163223e-01 -3.114506e-02 9.552217e-01 8.090302e-01 -7.400541e-01 [6711] 2.666160e-01 1.123154e+00 -1.711390e+00 -3.880637e-01 -1.320390e+00 [6716] 3.751852e-01 -1.225566e+00 1.193897e+00 9.244619e-03 2.229190e+00 [6721] 9.218659e-01 1.538633e+00 -8.124927e-01 4.185774e-01 1.376896e+00 [6726] 1.982294e+00 3.260558e+00 1.408874e+00 1.029134e+00 1.731895e+00 [6731] 7.507614e-01 1.803848e-01 1.988365e+00 1.756062e+00 2.994475e+00 [6736] 1.300137e+00 8.823657e-01 1.532907e+00 5.667003e-01 -5.168063e-01 [6741] -3.153272e-01 8.810081e-01 1.176121e+00 2.283500e+00 -1.128484e-01 [6746] -9.868572e-01 5.210626e-01 1.582831e+00 6.364961e-02 1.653775e+00 [6751] 1.351258e+00 -9.519832e-01 8.159472e-01 1.629059e+00 -1.363969e+00 [6756] 8.148614e-01 2.071914e+00 2.123630e+00 2.021473e+00 -4.354873e-01 [6761] -5.268823e-03 2.370271e+00 -1.138133e+00 1.138135e+00 -4.671060e-01 [6766] 1.087375e+00 -6.484972e-01 4.889309e-02 2.347163e+00 1.758206e+00 [6771] 1.793317e+00 -6.378777e-01 -5.277999e-01 -5.839566e-01 3.001744e-01 [6776] -1.965922e-01 -8.228913e-01 1.523910e+00 1.087054e+00 -3.400506e-01 [6781] 2.074292e-01 -7.869464e-01 1.872786e+00 -9.607609e-01 1.480131e+00 [6786] -9.870106e-01 1.411585e+00 3.266603e+00 -8.794159e-01 2.252475e+00 [6791] 5.592968e-01 5.537797e-01 2.834344e+00 5.830868e-01 1.483798e+00 [6796] 5.838598e-01 -1.369406e+00 1.792202e+00 1.540433e+00 2.398524e+00 [6801] -3.849367e-01 8.252104e-01 -7.271459e-02 8.562538e-01 6.383703e-01 [6806] 8.836244e-01 1.140348e-01 -1.173135e-01 6.623005e-01 9.558330e-01 [6811] -5.855789e-01 -9.740807e-01 1.367423e+00 7.276808e-01 1.909525e+00 [6816] 2.385823e+00 2.631218e+00 -7.080167e-02 -1.010935e+00 3.230539e+00 [6821] 2.202358e+00 7.190198e-01 -5.885658e-01 1.803592e+00 1.498277e+00 [6826] -1.381605e+00 -3.069695e-01 1.857645e+00 6.765888e-01 3.824754e+00 [6831] 1.630754e+00 3.456900e-01 1.817748e-01 -1.647660e-01 1.633378e+00 [6836] 2.289239e+00 9.762546e-01 1.607144e+00 -1.002273e+00 1.507383e+00 [6841] 1.932686e-01 -1.411396e+00 1.995327e+00 2.176480e+00 -1.281592e+00 [6846] 1.224547e+00 6.301280e-01 5.333562e-01 1.496233e+00 4.658337e-01 [6851] 2.191804e+00 1.531027e+00 2.288527e-01 3.408396e-01 3.213770e+00 [6856] 1.751312e+00 -9.349062e-01 -1.923992e-01 -1.137007e+00 3.305018e+00 [6861] 6.134980e-01 -7.113463e-02 7.701756e-01 -6.982313e-01 4.531858e-01 [6866] 1.168836e+00 1.737420e+00 2.363341e+00 2.248690e+00 1.211745e+00 [6871] 2.418563e+00 -4.295552e-01 -1.379821e+00 -7.054855e-02 3.245429e-02 [6876] 2.930464e-01 -2.008293e-01 -4.007124e-01 8.408511e-01 1.385699e+00 [6881] 1.496144e+00 2.903592e+00 8.898038e-01 8.564548e-01 4.736811e-01 [6886] 1.389221e+00 1.234361e+00 1.734469e+00 2.036835e+00 -8.935501e-01 [6891] 1.276849e+00 4.554044e-01 -6.618633e-02 1.095629e+00 2.373258e-01 [6896] 2.996288e+00 2.847292e+00 -8.655367e-01 1.337785e+00 -3.558492e-01 [6901] 7.483316e-01 4.868060e-01 -1.334296e+00 2.289056e+00 1.050543e+00 [6906] 6.837606e-01 -2.250097e-01 1.479208e+00 6.210021e-01 7.380128e-02 [6911] 2.145343e+00 -6.018773e-02 1.001537e-01 -5.990870e-02 1.930020e+00 [6916] 1.682577e+00 3.945746e+00 1.064412e+00 2.016146e+00 1.294761e+00 [6921] -2.304386e+00 2.137263e+00 1.283985e+00 1.944007e+00 2.496432e+00 [6926] 1.110071e+00 -1.209926e+00 1.429789e+00 -3.234393e-02 6.549729e-01 [6931] 1.513774e+00 -1.495178e-01 7.940431e-01 2.730318e+00 2.239532e+00 [6936] 1.425864e+00 -1.312836e+00 2.014276e+00 2.982191e+00 1.426248e+00 [6941] 2.294927e+00 -5.668660e-01 4.294452e-01 2.019536e+00 1.322222e+00 [6946] 7.423098e-01 2.190438e-01 2.833234e+00 2.894491e-01 -7.389176e-01 [6951] 1.038692e+00 1.906117e+00 1.727027e+00 -2.596248e-01 1.838113e+00 [6956] 7.584652e-01 6.243102e-01 2.354808e+00 -4.617715e-01 1.536175e+00 [6961] 1.963745e+00 2.744888e+00 7.586003e-01 9.413210e-01 4.024072e-01 [6966] 7.467741e-01 1.783932e+00 -5.854454e-02 -8.926490e-02 -3.785097e-02 [6971] -2.309798e+00 2.458176e+00 7.001909e-01 4.232074e-01 2.631405e+00 [6976] -2.060315e+00 1.251757e+00 -2.077440e-01 3.463904e-01 -8.499618e-01 [6981] 3.452769e+00 1.408691e+00 -2.860977e-01 -2.219506e-01 -9.201076e-01 [6986] 1.269448e+00 1.299668e+00 2.628660e-01 2.005457e+00 6.455492e-01 [6991] 1.088335e+00 1.220481e+00 -1.238948e+00 5.443185e-01 1.651089e-01 [6996] 5.209450e-01 2.993827e-01 1.182394e-01 3.520604e+00 1.728604e+00 [7001] 1.745978e-01 -3.426312e-01 2.187458e+00 -3.386374e-02 3.325840e-01 [7006] 2.029989e+00 8.046542e-02 -4.958991e-01 7.044548e-01 -4.077773e-01 [7011] 1.391979e+00 -1.471266e-01 1.726138e+00 5.581565e-02 1.626461e+00 [7016] 2.574054e+00 -8.444162e-02 3.598091e+00 -1.312708e+00 2.472239e+00 [7021] 7.658039e-01 1.891817e+00 8.369923e-01 1.055801e+00 1.000019e+00 [7026] 1.186094e+00 1.642293e+00 -1.340909e+00 1.247772e+00 1.831025e+00 [7031] 1.288980e+00 8.314472e-01 2.964412e+00 7.443375e-01 1.781705e+00 [7036] -1.508413e-01 2.144054e+00 2.805407e+00 -2.172677e-01 2.238319e+00 [7041] -2.456194e-01 4.039402e-01 2.247080e+00 2.313279e+00 2.373493e+00 [7046] 4.375664e-01 1.871312e+00 -5.707733e-01 6.037067e-01 -1.660893e+00 [7051] -3.048280e-01 3.563439e+00 2.990900e+00 1.369179e+00 5.493017e-01 [7056] 5.154172e-01 -4.325743e-01 2.137814e-01 2.181947e+00 3.038125e+00 [7061] 2.978436e-01 -7.168442e-01 4.746462e-01 -1.328214e-01 2.785473e+00 [7066] -1.099278e+00 -1.141210e+00 1.531708e+00 -2.363834e+00 3.697999e+00 [7071] 1.886145e+00 1.524230e+00 -2.177154e-01 7.406375e-01 9.640733e-01 [7076] 1.229527e+00 4.524808e-01 2.620811e+00 1.674909e+00 -2.846067e+00 [7081] 2.304904e+00 1.192349e-01 3.391982e-01 1.378325e+00 1.310335e+00 [7086] 1.468857e+00 1.482276e+00 2.133658e+00 2.802821e+00 -2.181552e-01 [7091] 1.949292e+00 -6.550299e-01 9.332409e-01 2.452567e-01 -2.373828e-01 [7096] -7.255001e-01 8.051370e-01 8.677318e-01 2.418783e+00 1.409392e+00 [7101] 2.954514e-01 5.440034e-01 3.364876e+00 6.794627e-01 7.407423e-01 [7106] -4.948828e-01 3.585461e-01 1.378956e+00 3.125062e+00 2.459870e+00 [7111] 5.959159e-01 -1.153865e-01 -3.720244e-01 1.202923e+00 9.383095e-01 [7116] 1.535197e+00 -1.490524e+00 2.752403e+00 3.265835e-01 1.499169e+00 [7121] 7.058650e-01 1.053199e+00 2.775238e+00 7.522880e-01 8.530294e-01 [7126] 1.331319e+00 1.172454e+00 1.546214e+00 2.952467e+00 -8.026201e-01 [7131] -5.112786e-01 1.138967e+00 2.763977e+00 -6.839290e-01 2.017947e+00 [7136] 3.056311e+00 3.033316e+00 -1.316285e+00 8.826109e-01 5.911731e-01 [7141] 3.747448e+00 1.879411e+00 -5.025931e-01 -3.300906e-01 -2.937553e-01 [7146] 3.536585e-01 1.718069e+00 1.332308e+00 -3.403531e-01 1.557292e+00 [7151] -5.416205e-02 2.438087e+00 -1.709099e+00 5.001224e-01 1.559346e+00 [7156] 5.926552e-01 -4.105227e-01 2.987371e+00 1.324302e+00 -5.018560e-01 [7161] 6.271989e-01 8.267871e-01 1.292218e+00 2.609880e+00 1.490207e+00 [7166] 1.131760e+00 3.221401e+00 1.656626e+00 3.646487e-01 2.317667e+00 [7171] -2.996856e-01 2.716990e+00 3.601730e+00 9.016895e-01 1.270030e+00 [7176] 2.724085e+00 -1.244466e+00 -1.242561e+00 9.153219e-01 -4.867416e-01 [7181] 5.453988e-01 2.302851e+00 1.099419e+00 1.760379e+00 2.018242e+00 [7186] 8.484955e-02 1.223570e+00 2.043451e+00 3.285048e+00 6.275355e-01 [7191] 1.347925e+00 -6.494607e-02 1.544324e+00 1.162682e-01 2.724560e+00 [7196] 2.434598e+00 1.625655e+00 2.433514e-02 1.238853e+00 -5.724179e-01 [7201] 3.628070e-01 1.014786e+00 3.731697e-01 1.437959e+00 1.469115e+00 [7206] 1.386697e+00 -1.700174e+00 5.209907e-01 1.322972e+00 -8.730210e-01 [7211] -1.904659e-01 9.294376e-01 3.559017e+00 2.181125e+00 2.613616e+00 [7216] -1.030014e+00 -4.184109e-02 1.905829e+00 -5.943070e-01 -1.803315e+00 [7221] 1.863536e+00 1.374106e+00 -7.131126e-01 1.246085e+00 -2.996789e-01 [7226] -5.915259e-02 1.262424e+00 1.955380e+00 8.695534e-01 -1.117677e+00 [7231] 1.261016e+00 -3.830954e-01 -3.868154e-01 2.508760e+00 -3.923853e-01 [7236] 2.076912e+00 2.823669e+00 4.863608e-01 1.256150e+00 1.804962e+00 [7241] -1.805304e+00 2.558198e-01 8.087005e-01 8.469029e-01 -4.537460e-01 [7246] 7.870974e-01 -9.268042e-01 1.978313e+00 -9.439751e-01 1.975083e+00 [7251] -9.947587e-01 3.746642e+00 7.753134e-01 1.427402e-01 2.262664e+00 [7256] 4.428389e-01 2.609034e+00 9.368870e-01 6.943062e-01 3.027871e+00 [7261] 1.050572e+00 9.218066e-01 2.008663e+00 1.066728e+00 2.949976e+00 [7266] 2.562906e+00 1.476414e+00 1.000360e-01 8.374845e-02 6.308048e-01 [7271] -2.656404e-01 2.322392e+00 3.107379e+00 1.551968e+00 1.436047e+00 [7276] 4.091006e-01 2.937526e+00 1.730143e+00 1.202233e+00 -4.845789e-01 [7281] 3.257696e+00 1.313359e+00 -1.087613e+00 2.567867e+00 2.158512e+00 [7286] 2.014262e+00 2.600617e-01 6.640818e-01 -4.052555e-01 -1.298660e+00 [7291] 5.816810e-01 4.005530e-01 3.608654e+00 2.112260e+00 1.738911e+00 [7296] -6.174905e-01 -1.532500e+00 1.109112e+00 1.917525e+00 9.686650e-01 [7301] 1.022148e-01 -2.074198e-01 1.108692e+00 3.609060e+00 1.548295e+00 [7306] 1.443477e+00 1.751261e+00 -3.473090e-01 3.762325e-01 1.411624e+00 [7311] 4.480746e-01 1.085612e+00 -4.283912e-01 1.160969e+00 1.172582e-01 [7316] 1.058667e-01 1.507682e+00 2.600644e+00 6.784473e-01 1.706079e+00 [7321] 1.930027e+00 -2.390629e-01 1.869931e+00 1.613122e+00 7.067965e-01 [7326] 1.170571e+00 1.998302e+00 1.239088e+00 4.170831e-02 2.350364e+00 [7331] 4.074812e-01 -2.172615e+00 7.819958e-01 1.521832e+00 8.132345e-01 [7336] 3.492415e-01 -4.275450e-01 1.553784e+00 -1.112215e+00 8.264815e-01 [7341] 3.669507e-01 8.940628e-01 -1.988173e-01 6.855236e-02 7.379311e-01 [7346] 2.755194e+00 5.281284e-01 2.843333e+00 1.572527e+00 -1.215156e+00 [7351] 1.447942e+00 2.114694e+00 2.999088e+00 2.483221e+00 3.002552e+00 [7356] -1.844044e-01 6.784943e-01 1.237163e+00 1.767067e+00 6.982647e-01 [7361] 1.347830e+00 1.716887e-01 1.199579e+00 1.205926e+00 2.103864e+00 [7366] 2.674018e-02 1.467730e+00 2.520732e+00 2.019053e+00 1.805778e+00 [7371] 2.553057e+00 1.635389e+00 -4.661572e-01 2.063168e+00 1.205155e+00 [7376] -1.334771e+00 -5.491703e-01 1.725537e+00 2.622676e+00 1.742149e+00 [7381] 8.305243e-01 1.933272e+00 1.662024e+00 8.867142e-01 1.501958e+00 [7386] 1.570053e+00 4.704739e-01 2.523116e+00 4.618655e-01 1.400317e-01 [7391] 3.553555e-01 1.223986e+00 1.217691e+00 4.748652e-01 8.334698e-01 [7396] -9.968238e-02 3.080112e-01 1.181406e+00 1.043564e+00 -3.815454e-02 [7401] 2.021926e+00 4.112731e-01 2.462083e+00 1.256952e+00 2.814344e+00 [7406] 5.201718e-01 2.613976e+00 1.372318e+00 1.415467e+00 6.124214e-01 [7411] 3.564824e-01 1.405896e+00 1.810502e+00 1.715414e-01 -3.880641e-01 [7416] 7.606551e-02 5.784963e-01 4.345051e+00 2.160625e-01 -1.272166e+00 [7421] 1.742295e+00 1.678690e+00 2.075398e+00 -1.069144e-01 3.069826e-01 [7426] 9.550359e-01 2.192452e+00 2.793289e+00 6.157958e-01 5.291463e-01 [7431] 9.481670e-01 1.732430e+00 1.887250e+00 2.214142e+00 2.381513e+00 [7436] 2.612529e+00 1.589705e+00 -4.794402e-01 8.304877e-01 2.244183e-01 [7441] 2.400133e+00 2.443026e+00 2.893755e+00 1.401994e+00 9.508933e-01 [7446] 2.603737e+00 4.644288e+00 3.196709e+00 1.917894e+00 1.031561e+00 [7451] 5.962203e-01 1.365036e+00 4.040812e-01 1.718148e+00 1.514538e+00 [7456] 1.926210e+00 -7.554551e-01 -1.861655e-02 1.291519e+00 1.386036e+00 [7461] 1.274590e+00 -7.502845e-01 -2.087288e-01 1.458011e+00 3.200801e-01 [7466] 1.974166e-01 6.730210e-01 1.533389e+00 4.894508e-01 1.237368e+00 [7471] -5.898541e-01 -2.426764e-01 1.549146e+00 1.716059e+00 1.996199e+00 [7476] 1.158335e+00 -5.829971e-01 2.327327e+00 1.641349e+00 2.074347e+00 [7481] 1.568131e+00 2.322999e-01 1.634956e+00 1.355793e+00 6.198048e-01 [7486] 1.640985e-02 1.115508e+00 4.125480e-01 1.374663e+00 1.283259e+00 [7491] 1.926521e+00 9.245396e-01 2.242289e+00 4.122581e-01 1.958370e+00 [7496] 8.826695e-01 4.124484e+00 6.784757e-01 8.013649e-01 2.827548e+00 [7501] 1.020930e-01 1.940304e+00 3.576509e-01 -3.215387e-01 1.544594e+00 [7506] 1.446774e+00 -5.233020e-01 -1.619269e+00 3.483663e+00 2.069751e+00 [7511] 2.104768e+00 -8.756400e-02 2.579849e-01 1.587983e+00 3.680304e-02 [7516] -1.508879e+00 -6.221724e-03 1.181480e+00 6.261774e-01 -3.600468e-01 [7521] 6.604320e-01 2.384903e-01 3.509329e+00 7.246571e-01 5.740841e-01 [7526] 1.112417e+00 1.323628e+00 4.821138e-01 1.503049e+00 3.313856e+00 [7531] 2.128224e-01 -1.243862e-01 9.965748e-01 1.564344e+00 1.320507e+00 [7536] 9.931753e-01 2.055855e+00 1.606535e+00 2.694853e+00 2.205911e+00 [7541] 1.661734e+00 2.201188e-01 6.178038e-01 3.358547e-01 1.346345e+00 [7546] -3.464263e-01 1.467452e+00 6.740260e-01 1.896953e+00 1.742860e+00 [7551] 9.269017e-01 3.082328e+00 2.580547e+00 6.615817e-01 6.307810e-01 [7556] 3.791643e+00 1.303310e+00 1.610832e+00 1.106848e-01 1.920260e+00 [7561] 7.884779e-01 1.571484e+00 1.770880e+00 -1.339355e+00 6.970303e-01 [7566] 4.545897e-02 4.678396e-01 6.460156e-01 2.072957e-01 9.703606e-01 [7571] 1.323948e-02 -1.128825e+00 1.519374e+00 3.161599e+00 -6.066405e-01 [7576] 2.879284e+00 -1.768480e+00 6.012396e-01 1.775375e+00 -1.785542e-01 [7581] 5.837795e-01 5.098960e+00 1.351542e+00 3.618442e+00 1.443773e+00 [7586] 7.237499e-01 1.712183e+00 5.663141e-01 3.014535e+00 1.534417e+00 [7591] 1.485116e+00 5.440159e-01 1.959113e+00 1.249070e+00 1.324325e+00 [7596] 1.870320e+00 4.973442e-01 9.608532e-01 1.896399e+00 6.720871e-01 [7601] 1.120953e+00 1.785288e+00 2.737332e+00 1.706643e+00 8.184672e-01 [7606] 1.270039e+00 -1.688771e+00 -2.750200e-01 5.801537e-01 -6.706727e-01 [7611] 2.045127e+00 2.394726e-01 2.241409e+00 -5.461060e-01 1.349758e+00 [7616] 2.607217e+00 1.988126e+00 2.328383e+00 1.011626e+00 1.227739e+00 [7621] 1.682061e+00 -3.391858e-01 1.790546e-01 -3.886920e-01 1.566471e+00 [7626] 1.292980e+00 5.162575e-01 5.641516e-01 4.216315e-01 1.139352e+00 [7631] -4.958283e-01 2.352033e+00 2.204371e-01 2.916109e-02 8.172434e-01 [7636] 8.980301e-01 -8.162675e-03 1.524642e-01 2.741601e+00 1.751587e+00 [7641] 2.800594e+00 -2.605444e-01 -3.070400e-01 6.031999e-02 -8.279627e-01 [7646] 2.429142e+00 7.941425e-01 4.775111e-01 1.996807e+00 2.744439e-02 [7651] -2.953827e-01 -2.498641e-01 1.900725e+00 1.259968e+00 1.815216e-02 [7656] 2.293670e+00 1.884137e+00 2.478935e+00 5.093106e-01 1.286602e+00 [7661] 1.536706e+00 1.533001e+00 -1.369516e+00 -9.918411e-01 4.570540e+00 [7666] -3.479785e-01 6.651933e-01 1.345363e+00 1.918613e+00 1.233546e+00 [7671] 2.027497e+00 1.829257e+00 3.143452e+00 -8.505388e-02 -7.997327e-01 [7676] 7.833375e-01 -1.824880e+00 -5.277104e-01 6.164455e-01 -1.039644e+00 [7681] 3.385361e-01 1.291837e+00 -1.229620e-01 9.659887e-01 -2.487945e-01 [7686] 1.263757e+00 2.211703e+00 3.206569e+00 9.607977e-01 1.023167e+00 [7691] 1.523672e+00 6.256987e-01 3.913180e-01 5.778844e-01 2.122123e+00 [7696] -5.653708e-01 1.539551e+00 -2.524807e-01 1.692821e+00 4.126481e-01 [7701] -1.490196e+00 1.728150e+00 2.202463e+00 8.198807e-01 2.056125e+00 [7706] 2.439838e+00 2.683915e+00 1.052341e+00 -1.074416e-01 1.953261e+00 [7711] -9.514700e-01 -1.103242e-01 4.145069e-01 2.812075e+00 2.651441e+00 [7716] 8.548852e-01 2.773153e-01 2.188242e+00 -5.965988e-01 8.272593e-01 [7721] 1.613744e+00 4.571524e-01 3.509405e-01 2.543182e+00 1.507161e+00 [7726] 2.659319e-01 1.161196e+00 1.989747e+00 5.998928e-02 1.361730e-01 [7731] 1.283865e+00 1.857802e+00 2.534644e+00 -1.701251e+00 1.071455e+00 [7736] 1.976913e+00 8.006677e-01 1.416381e+00 -3.484915e-01 -6.106093e-01 [7741] 1.382728e+00 3.722864e-01 1.601834e+00 1.183602e+00 1.376434e+00 [7746] 1.441119e+00 3.828124e-01 1.886483e+00 1.134394e+00 -7.574290e-01 [7751] -7.871756e-01 -3.512507e-01 2.444144e+00 2.497504e+00 1.040474e+00 [7756] 1.755296e+00 7.731887e-01 5.230185e-01 4.008955e+00 6.089029e-01 [7761] 1.314291e+00 1.241115e+00 -4.946842e-01 2.249859e+00 4.583386e-01 [7766] -1.735229e-02 2.344045e+00 1.279580e+00 2.444651e+00 6.244456e-01 [7771] -8.284466e-02 6.373542e-01 2.795935e+00 3.071587e+00 5.614468e-01 [7776] 1.699962e+00 1.715920e+00 4.067464e+00 -6.742998e-01 3.712875e+00 [7781] 1.629497e-01 2.829580e+00 7.821686e-01 -6.435897e-02 7.414772e-01 [7786] 1.791062e+00 1.953014e+00 -1.142983e+00 2.067842e+00 1.358071e+00 [7791] 1.999167e+00 1.406072e+00 7.791823e-01 1.948937e+00 -5.965962e-01 [7796] 5.098366e-01 -3.029109e-01 3.007770e+00 1.403226e+00 3.517703e-01 [7801] 2.963484e+00 2.836227e+00 -4.494140e-01 7.225849e-01 1.174637e+00 [7806] 6.698539e-01 1.777096e-01 -2.151573e-01 8.785004e-01 8.352598e-01 [7811] -7.798451e-01 9.931592e-01 2.475902e+00 1.941001e+00 1.461098e+00 [7816] 2.219139e+00 1.894096e-01 1.077831e+00 6.814401e-01 1.132163e+00 [7821] -1.186611e+00 2.217392e+00 1.815216e-02 2.907177e+00 -1.129641e+00 [7826] 2.391873e+00 -1.080453e-01 9.207524e-01 2.399541e+00 1.025864e+00 [7831] 2.929578e-02 1.464695e+00 1.045184e+00 9.160212e-01 1.848593e+00 [7836] 1.903797e+00 3.057045e-01 -3.880221e-01 -2.326650e-01 1.138220e+00 [7841] -6.017107e-01 3.353705e+00 2.345152e+00 1.134980e-01 7.881899e-02 [7846] 1.475803e+00 6.784496e-01 -1.314864e+00 7.136074e-01 1.606164e+00 [7851] 1.958312e+00 1.033646e+00 8.090674e-01 -8.774109e-01 5.439961e-01 [7856] 1.292624e+00 7.116361e-01 1.990549e+00 1.370697e+00 3.753868e+00 [7861] 2.946943e-02 3.218664e+00 4.800083e-01 1.945546e-01 1.708497e+00 [7866] 2.545025e+00 5.378442e-01 -6.650591e-01 1.670058e+00 2.211383e+00 [7871] 5.374036e-01 9.745425e-01 7.447666e-01 9.946794e-02 1.314849e+00 [7876] 1.975077e+00 1.818001e-01 6.807232e-01 9.827832e-01 2.328004e+00 [7881] 1.480285e+00 2.152782e+00 6.524138e-01 2.373647e+00 1.759244e+00 [7886] 1.927737e+00 2.391883e-01 -5.662075e-01 1.359304e+00 -8.933872e-01 [7891] 1.371601e+00 6.526533e-01 -2.015230e-01 1.903514e+00 -8.583033e-01 [7896] 1.037919e-01 9.665113e-01 4.796122e-01 9.390093e-01 1.007998e+00 [7901] 2.321639e+00 1.579289e+00 1.572307e+00 -5.184394e-01 1.290791e+00 [7906] 1.710093e-01 3.561750e+00 7.505693e-01 3.480193e+00 2.459211e+00 [7911] 5.146365e-01 -7.244635e-01 7.084640e-01 2.882699e+00 1.159046e+00 [7916] 3.663003e+00 1.392115e+00 -4.625754e-01 5.289150e-01 7.657566e-01 [7921] 3.599655e-01 1.057522e+00 2.140066e+00 2.856253e+00 2.530135e+00 [7926] 1.142071e-01 4.593541e-01 6.550488e-01 2.469590e+00 2.013188e+00 [7931] -2.698119e-01 1.261408e+00 2.193927e+00 3.979137e-01 1.531206e+00 [7936] 1.980706e+00 5.950491e-01 -7.124234e-01 6.481037e-01 1.084672e+00 [7941] 3.247118e+00 1.968042e+00 1.962580e+00 -1.138266e+00 -1.686913e-01 [7946] -2.420339e-01 1.164541e+00 -7.479421e-02 2.019415e+00 1.132633e+00 [7951] 1.187356e+00 2.866905e+00 1.680084e-01 1.882193e+00 2.305092e+00 [7956] 1.150574e+00 1.067127e+00 4.068384e-01 2.435725e+00 3.056413e+00 [7961] 1.530964e+00 1.623230e+00 1.177011e+00 7.450828e-01 3.456547e+00 [7966] -8.841839e-01 -9.946773e-01 1.964814e+00 -1.105983e-01 1.660803e+00 [7971] 5.200035e-01 1.231262e+00 2.140321e+00 3.729298e+00 3.083304e+00 [7976] 4.497686e-01 5.079117e-01 -5.474413e-01 1.671134e+00 1.122859e+00 [7981] 9.805620e-02 1.399229e+00 1.848276e+00 1.486380e+00 -5.929869e-02 [7986] 1.171425e+00 1.670184e+00 1.076707e+00 3.556049e+00 6.976047e-01 [7991] -1.622421e+00 1.718779e+00 -9.201076e-01 1.939326e+00 -5.266016e-01 [7996] 2.793544e+00 1.062272e+00 1.897567e+00 9.867314e-01 -7.272691e-03 [8001] 8.834989e-01 2.864880e+00 8.378878e-01 1.999017e+00 2.970714e+00 [8006] 9.421614e-01 1.797084e+00 5.461304e-01 2.049354e-01 3.742741e-01 [8011] 2.175368e+00 1.226673e+00 8.402551e-01 1.719023e+00 1.695058e+00 [8016] 1.341910e+00 8.050588e-01 1.548734e+00 6.316923e-01 1.217748e+00 [8021] 3.086342e+00 2.182527e-01 3.740492e+00 3.342339e+00 1.371296e-01 [8026] 2.409949e+00 2.077037e+00 8.893625e-01 1.507988e+00 -2.138367e-01 [8031] 2.219650e-01 1.200470e+00 1.658460e+00 5.028071e-01 1.338512e+00 [8036] 1.508610e+00 -1.138623e+00 -4.199457e-01 3.379114e+00 3.557901e-01 [8041] 4.062187e-01 -1.930688e+00 2.214457e+00 2.095263e+00 1.936093e+00 [8046] 1.810869e-02 1.002104e+00 -3.724809e-01 2.112402e+00 1.118371e+00 [8051] 1.373424e+00 -6.657094e-01 -1.077159e+00 -3.056910e-01 1.000287e+00 [8056] 2.169211e+00 8.203090e-01 8.585380e-01 2.276183e-01 1.105650e+00 [8061] 1.660628e+00 -7.646045e-01 -5.168404e-01 -7.134129e-02 2.538028e-01 [8066] 3.950408e+00 3.697031e-02 2.313313e+00 2.638329e+00 2.093055e-01 [8071] 7.502228e-01 1.926348e+00 -5.930391e-01 1.433025e+00 2.617149e+00 [8076] 5.710328e-01 1.714735e+00 2.641083e-01 -2.386258e-02 2.708226e+00 [8081] 1.243272e+00 6.617777e-01 9.062212e-01 6.560672e-01 8.658890e-01 [8086] 1.756567e-01 1.679241e+00 -3.041558e-01 2.158115e-01 -2.250416e-02 [8091] 1.991834e+00 2.481752e+00 8.192960e-01 1.868486e-02 4.015823e-01 [8096] -2.527175e-01 1.631169e+00 -3.340999e-01 -6.940274e-01 2.578115e+00 [8101] -6.073864e-01 4.032774e-01 1.477825e+00 -5.635110e-01 -1.759139e+00 [8106] -1.132714e+00 -1.209098e-01 1.064391e+00 1.165781e+00 8.156728e-01 [8111] -1.138133e+00 1.042903e+00 -1.165711e+00 1.782018e+00 1.629060e+00 [8116] 1.068414e+00 2.200098e+00 2.252491e+00 6.741775e-01 1.958615e+00 [8121] 2.279563e+00 2.746351e-01 1.692297e+00 9.172500e-01 1.290355e+00 [8126] 1.405812e+00 4.954040e-01 9.534803e-01 4.558339e-01 5.917309e-01 [8131] 9.294982e-01 1.209678e+00 3.244717e+00 1.241542e+00 -8.008554e-01 [8136] 7.831217e-01 2.724846e-01 9.612310e-01 1.037454e+00 6.294149e-02 [8141] -1.880681e-01 -8.389759e-01 5.529115e-01 -6.671591e-01 4.924034e-01 [8146] 1.830610e+00 -1.029259e+00 -4.720639e-01 1.379197e+00 1.949481e+00 [8151] 1.776563e+00 1.281557e+00 -3.917979e-01 -2.951934e-01 -1.462468e-01 [8156] 2.987971e+00 1.368201e-01 6.181394e-01 1.686797e+00 6.251963e-01 [8161] 1.245506e-01 7.743944e-01 1.386246e+00 7.214870e-01 1.156433e+00 [8166] 2.218519e+00 3.871196e-01 9.905024e-01 2.184788e+00 1.727860e+00 [8171] -1.044034e+00 -4.610020e-01 -1.382473e+00 -6.647746e-01 2.093829e+00 [8176] 6.203548e-01 1.540643e+00 2.302028e+00 1.973976e+00 8.960699e-01 [8181] 7.149301e-01 -1.190213e+00 6.688626e-01 9.827550e-01 9.078848e-01 [8186] 1.108469e+00 3.288219e+00 3.612174e-01 5.896369e-01 1.614285e+00 [8191] 3.727199e-01 1.576439e+00 1.580364e+00 1.109275e-01 7.068099e-01 [8196] 1.950271e+00 2.061518e+00 8.249788e-01 9.629048e-01 1.000964e+00 [8201] 1.850403e+00 4.687010e-01 1.182807e+00 1.287694e+00 6.804633e-01 [8206] -1.744249e-01 1.319257e+00 1.087627e+00 1.064899e-01 1.385451e+00 [8211] -4.037824e-01 2.314974e+00 1.043214e+00 1.773882e+00 1.135569e+00 [8216] -1.987158e-01 6.759730e-01 1.211280e+00 1.505882e+00 8.481856e-01 [8221] 1.876543e+00 1.272367e+00 1.138291e+00 1.503258e+00 -6.993484e-01 [8226] 6.688771e-01 5.962623e-01 1.201206e+00 -3.619251e-01 4.306574e-01 [8231] 1.062947e+00 1.064247e+00 2.454585e+00 2.072682e-01 -2.059946e+00 [8236] 3.184618e+00 9.451667e-01 -1.050665e-02 7.539342e-01 2.679049e+00 [8241] 7.774527e-01 1.467705e+00 5.177777e-01 2.196624e+00 -3.785026e-01 [8246] 1.371697e+00 1.114376e+00 -5.257413e-01 8.670636e-03 -2.250901e-01 [8251] 1.968112e+00 3.235669e+00 2.350006e+00 -8.026364e-01 1.248452e+00 [8256] 1.355720e+00 1.368116e+00 -2.389528e-01 -1.489044e+00 2.590447e+00 [8261] 2.228377e+00 2.845865e+00 -6.716559e-01 2.973304e+00 1.675442e+00 [8266] 2.223253e+00 -1.446901e-01 4.507778e-01 1.121713e+00 1.278380e+00 [8271] -7.548089e-01 2.460246e+00 2.526422e-01 2.573874e+00 1.932041e+00 [8276] -1.343825e-02 5.166756e-01 3.312430e+00 9.905990e-01 1.037022e+00 [8281] 3.774186e-01 8.563968e-01 1.727160e+00 2.942262e+00 3.011379e-01 [8286] 8.968405e-01 -4.176285e-01 4.257834e-01 1.323951e+00 -3.902428e-01 [8291] 1.405583e+00 1.148331e+00 -1.681519e-01 1.367471e+00 1.802167e+00 [8296] 3.033180e+00 6.053896e-01 8.820879e-01 1.670626e+00 3.822266e-01 [8301] 4.044323e-01 1.975942e+00 -2.391199e-01 1.879879e+00 1.458127e+00 [8306] 1.828021e+00 1.971910e+00 1.023105e+00 4.301690e-01 1.238379e-01 [8311] 3.500720e-03 1.454290e+00 -1.758888e+00 5.614107e-01 1.389124e+00 [8316] 3.282120e-01 1.312697e+00 1.430032e+00 2.178245e+00 8.326120e-01 [8321] 1.090194e+00 1.330844e-01 -3.406446e-01 6.967718e-01 5.974951e-02 [8326] 4.760386e-01 2.527495e-01 3.431887e+00 1.385272e+00 -2.157012e-01 [8331] 1.750922e+00 9.669650e-01 -1.244655e+00 5.176272e-01 2.022030e+00 [8336] 2.613010e+00 6.745558e-01 2.739041e+00 2.011745e+00 1.779927e+00 [8341] 8.562047e-01 1.038814e+00 1.449090e+00 9.716265e-01 1.598531e+00 [8346] -5.691832e-01 4.322703e+00 2.606538e+00 3.102241e+00 6.156358e-01 [8351] 8.596950e-01 -4.361101e-01 -6.845453e-01 1.444207e+00 3.731565e-02 [8356] 3.251559e+00 1.423526e+00 1.008438e+00 1.858416e+00 6.741065e-01 [8361] -2.942936e-01 3.226049e-01 1.356904e-01 -1.034741e-01 1.445080e+00 [8366] 2.792438e-01 2.850340e-01 -6.782634e-01 -5.622908e-01 9.418272e-01 [8371] 6.546108e-01 1.718423e+00 -4.107009e-01 7.274571e-01 1.171988e+00 [8376] -5.336792e-01 -9.658778e-01 1.257426e+00 1.904307e+00 6.573408e-01 [8381] -8.948912e-01 -6.294775e-01 2.058812e+00 -1.881053e+00 2.372861e+00 [8386] 4.274544e-01 1.677684e+00 9.375043e-01 -1.557144e-01 1.981506e+00 [8391] 5.584368e-01 -9.743696e-01 1.013721e+00 3.238111e+00 -2.568600e-01 [8396] 4.764198e-01 2.205953e+00 3.559633e+00 5.743706e-01 2.281228e-01 [8401] -7.844421e-01 8.582191e-01 7.546086e-01 2.692983e+00 1.654228e+00 [8406] 1.702470e-01 8.741255e-01 1.490396e+00 2.140769e+00 1.086344e-01 [8411] 1.088047e+00 7.936668e-01 1.213041e+00 5.388633e-01 1.366971e+00 [8416] -2.198410e-01 6.454236e-01 3.521837e-01 3.692046e-01 -5.079645e-01 [8421] 4.151061e+00 4.242779e-02 8.049087e-02 1.230134e+00 -1.717839e-02 [8426] 1.108927e+00 8.686475e-01 1.463114e+00 -9.281021e-01 1.457345e+00 [8431] 9.364865e-01 1.281787e+00 7.922144e-01 -3.134754e-01 3.229642e+00 [8436] 8.738555e-01 -1.951855e-01 1.998576e+00 4.704684e-01 2.140238e+00 [8441] 2.494043e+00 2.779849e+00 1.766498e+00 1.752673e+00 -6.288724e-01 [8446] 1.977931e+00 1.826844e+00 4.713742e-01 1.583163e+00 5.439981e-01 [8451] 3.480472e+00 4.146098e-01 3.518611e-01 5.332869e-01 7.673272e-02 [8456] 2.516019e+00 1.179755e+00 6.474326e-02 -6.471410e-01 -9.708610e-02 [8461] 3.751237e+00 1.550668e+00 2.597530e-01 -7.017417e-02 7.807821e-01 [8466] 1.517452e+00 2.047830e+00 1.735968e-01 2.277476e+00 1.156875e+00 [8471] 6.577524e-01 1.072510e+00 4.094323e-01 2.211542e+00 9.963997e-01 [8476] 4.459991e-01 2.734090e+00 1.505952e+00 2.619594e+00 -1.122375e+00 [8481] 2.645052e+00 8.292540e-01 1.330179e+00 1.505608e+00 3.869101e-01 [8486] 2.205616e+00 1.685467e+00 2.028285e+00 9.016829e-01 8.607849e-01 [8491] 2.058295e+00 3.281712e+00 7.604896e-01 1.395787e+00 1.391536e+00 [8496] 9.670152e-01 -4.713883e-02 1.440607e+00 4.875457e-01 2.481155e+00 [8501] -2.592560e-01 -5.369216e-01 1.425010e+00 1.029618e+00 2.150109e+00 [8506] 1.055071e+00 1.171299e+00 6.440606e-01 1.798780e-01 1.919947e+00 [8511] 2.457384e+00 9.890511e-02 2.645109e+00 -3.235103e-02 1.084530e+00 [8516] 5.794689e-01 8.548841e-01 2.187614e+00 -7.946262e-01 1.707170e+00 [8521] -1.267513e+00 9.855013e-01 2.142153e+00 1.411564e+00 1.074510e+00 [8526] 8.463367e-01 2.431847e+00 1.261660e+00 5.773222e-01 1.060670e+00 [8531] 1.598184e+00 1.862708e+00 1.427401e+00 1.316930e+00 1.721942e+00 [8536] 2.639013e+00 1.083487e+00 3.768164e-01 2.736861e+00 3.085505e+00 [8541] 9.475310e-01 4.339926e-01 2.169980e+00 8.923017e-01 9.748703e-01 [8546] 1.321025e+00 1.767694e+00 9.437925e-01 -1.714653e-01 2.892432e+00 [8551] 7.366691e-01 1.483208e+00 2.045743e+00 1.340717e+00 8.055577e-01 [8556] 2.099695e+00 1.179202e+00 2.428572e+00 1.889080e+00 2.192731e+00 [8561] 1.120572e+00 -1.301306e+00 1.486034e+00 5.664842e-01 -1.292783e-01 [8566] 2.026318e+00 9.856938e-01 -1.067898e+00 5.465119e-01 1.019898e+00 [8571] -3.740860e-01 -7.596949e-01 6.265053e-01 2.464658e-01 1.390872e+00 [8576] -7.947207e-02 -1.178097e+00 2.228918e+00 1.853732e+00 -1.253228e+00 [8581] 2.130184e+00 9.584123e-01 1.518707e+00 2.789320e+00 2.359732e+00 [8586] 8.258090e-02 -3.885529e-02 2.755798e+00 -1.215281e+00 5.988270e-01 [8591] 1.205456e+00 1.274372e+00 1.890404e+00 2.054759e-01 2.037753e+00 [8596] -6.108329e-04 7.520688e-01 1.245363e+00 2.408549e+00 1.277174e+00 [8601] 2.219149e+00 8.396094e-01 -4.050719e-01 1.351403e+00 -1.267792e-01 [8606] -1.513501e+00 1.919396e+00 3.405109e-01 -8.027169e-02 2.522809e+00 [8611] 1.779965e+00 2.976086e-01 2.205713e+00 1.120657e+00 2.103729e+00 [8616] 6.538843e-01 5.815570e-01 4.987956e-01 5.598883e-02 1.192002e+00 [8621] 1.407995e+00 1.231641e+00 8.739645e-01 5.394029e-02 -4.085285e-01 [8626] 8.446770e-01 3.699556e-01 3.522584e+00 1.100076e+00 1.444550e+00 [8631] 1.211943e+00 1.400654e+00 1.898119e+00 -6.405303e-01 -2.305221e-02 [8636] 2.741603e-02 -7.614697e-01 1.637605e-01 1.587487e+00 1.118282e+00 [8641] -2.669421e-01 1.343251e+00 1.482888e+00 1.613709e+00 3.486721e+00 [8646] -2.250501e-01 -8.426767e-01 3.159115e+00 6.657431e-01 2.534494e+00 [8651] 1.253608e+00 6.239637e-03 2.032864e+00 7.841827e-01 1.400306e+00 [8656] 1.491312e+00 2.652041e-01 2.067056e+00 -4.110978e-01 1.592396e-01 [8661] 1.292588e+00 -3.462841e-01 -4.894911e-01 -1.165345e+00 6.652292e-01 [8666] -1.673136e+00 1.411754e+00 -2.688742e-02 3.969989e-01 -4.487784e-01 [8671] 4.970097e-01 -4.107024e-01 -1.004059e+00 6.748646e-01 1.918424e+00 [8676] -5.422461e-01 -1.155674e+00 1.016041e+00 -6.677342e-01 2.142827e+00 [8681] 4.642624e-01 5.519320e-01 5.291387e-01 5.467235e-01 1.190872e+00 [8686] 2.291937e+00 1.409535e+00 -5.669645e-01 1.490444e+00 1.363762e+00 [8691] 3.700652e+00 1.705520e+00 2.137184e+00 4.953530e-01 6.501385e-01 [8696] 6.043007e-01 1.011249e+00 2.382423e-01 1.603429e-01 -1.869953e+00 [8701] 2.984378e+00 2.751522e-01 5.096872e-01 2.490600e+00 -4.158747e-01 [8706] -4.670989e-01 1.838249e-01 1.539242e+00 -2.676227e-01 8.495252e-01 [8711] -1.358951e-01 6.883773e-01 1.641929e+00 1.945303e+00 -7.817342e-01 [8716] 1.767617e+00 1.032293e+00 1.770370e+00 1.946003e+00 1.290179e+00 [8721] -2.947105e-01 3.496672e+00 8.972767e-01 9.482441e-01 3.025881e+00 [8726] 7.751872e-01 -3.469188e-01 7.655126e-01 -3.127425e-01 2.894211e+00 [8731] 9.343814e-01 1.620095e+00 4.663538e-01 -2.025553e-02 7.742576e-01 [8736] -2.936080e-01 8.607986e-01 6.240315e-01 1.513176e+00 -1.962944e-01 [8741] -1.350434e+00 -1.380304e+00 2.099999e+00 6.750375e-01 2.153187e+00 [8746] 1.295210e+00 8.209189e-01 -2.540660e-02 1.218420e+00 -3.285991e-01 [8751] 1.267877e+00 1.623208e+00 1.815241e+00 8.327577e-01 8.875506e-01 [8756] 1.613613e+00 7.435302e-01 8.697085e-01 9.169491e-01 1.870381e+00 [8761] 6.707852e-01 5.618430e-01 2.385092e+00 9.880796e-01 3.432797e+00 [8766] -1.491703e+00 2.082857e+00 -3.166576e-01 2.052709e+00 1.150940e+00 [8771] -1.912133e+00 1.508299e+00 1.659986e+00 1.858994e+00 8.825063e-01 [8776] 3.045503e+00 -7.984910e-01 -2.091613e-01 8.715030e-01 3.826708e-01 [8781] 8.541145e-01 -6.479101e-01 1.477954e+00 2.280518e+00 1.001800e-01 [8786] 2.341572e-01 -4.527519e-01 2.476507e-02 4.272822e+00 1.645572e+00 [8791] -5.725197e-01 -7.314113e-01 2.064236e+00 2.181331e+00 2.811572e+00 [8796] 1.479786e+00 7.736785e-01 2.016269e+00 1.634213e+00 -1.218837e+00 [8801] 1.413114e-01 3.267169e+00 2.445854e+00 1.911319e-01 2.762840e+00 [8806] 3.239382e+00 1.893870e+00 5.324363e-01 2.668403e+00 2.605327e+00 [8811] 2.140359e+00 1.884588e-03 1.485106e+00 8.060551e-01 1.489718e+00 [8816] -1.048227e+00 -1.912155e-01 -1.291587e+00 -1.072311e+00 1.357155e-01 [8821] 1.659487e+00 1.498102e+00 2.035678e+00 1.825061e+00 8.095474e-01 [8826] -4.759485e-01 1.830888e-01 4.620540e+00 2.075732e+00 1.498271e+00 [8831] -6.822377e-01 1.171699e+00 1.470318e+00 1.990678e+00 5.319954e-01 [8836] -3.494667e-01 1.309089e+00 1.228283e+00 1.399456e+00 1.048620e+00 [8841] 2.678667e-01 1.856945e+00 1.029700e+00 9.152257e-01 -3.388729e-01 [8846] 1.547965e+00 6.456060e-01 1.429070e+00 5.243282e-01 1.678096e-01 [8851] 1.105469e+00 2.665829e+00 4.281115e-01 7.254764e-01 1.274469e+00 [8856] 6.416004e-01 6.821563e-01 -9.515615e-01 7.711589e-01 5.099435e+00 [8861] 1.828955e+00 4.907001e-01 -3.065864e-01 9.215279e-01 1.803179e+00 [8866] 4.610710e-01 1.969541e+00 1.853410e+00 2.778135e+00 -6.811773e-01 [8871] 3.093136e+00 1.095596e+00 -3.307270e-01 2.265626e+00 9.077574e-01 [8876] 1.314685e+00 -1.122699e+00 1.779629e+00 1.197956e+00 2.940233e+00 [8881] 1.782425e+00 6.792758e-01 6.414797e-01 1.800206e+00 1.313193e+00 [8886] 1.395182e+00 1.725584e+00 -5.628360e-01 3.620957e+00 1.537305e+00 [8891] 1.322751e+00 1.485689e+00 5.532548e-01 1.256054e-01 -3.355670e-01 [8896] 1.681359e+00 -1.548780e+00 1.151208e-01 5.980640e-02 3.590029e-01 [8901] -1.029538e-01 1.077818e+00 1.007209e-02 3.224601e+00 2.609138e+00 [8906] 2.799912e+00 -6.587615e-01 1.539392e-01 8.620958e-01 3.438288e-01 [8911] 3.341384e+00 5.839788e-01 1.735943e+00 2.017616e+00 1.084010e+00 [8916] 1.854175e+00 1.019840e+00 1.088947e+00 -3.620091e-01 1.107659e+00 [8921] 9.468393e-01 -1.251349e-01 2.583434e+00 1.342712e+00 1.910262e+00 [8926] 1.967477e+00 1.437602e-01 4.547233e-02 1.954574e+00 1.805713e+00 [8931] 2.488353e+00 -1.024702e+00 1.503515e+00 6.050977e-01 -4.024460e-01 [8936] 2.284946e-01 2.518247e+00 2.222121e+00 -2.041679e-01 4.499604e-02 [8941] -3.438930e-02 -6.777905e-02 -6.103888e-01 2.243221e+00 1.910465e+00 [8946] -1.748139e-01 -3.612683e-02 2.855962e+00 -9.220675e-01 1.947020e+00 [8951] 5.176906e-01 3.213996e+00 2.382158e+00 3.258948e+00 1.062701e+00 [8956] 2.637285e+00 1.709830e+00 1.043086e+00 8.102866e-01 3.844502e+00 [8961] 9.246005e-01 2.232191e-01 1.101189e+00 1.766469e+00 -2.396579e-01 [8966] -3.754221e-01 5.115873e-01 1.283164e+00 2.865915e+00 1.471555e+00 [8971] -4.013315e-01 1.668729e+00 3.851472e-01 -1.800528e+00 -8.423666e-01 [8976] 9.531506e-01 1.057346e+00 4.238010e-01 3.684331e-01 2.143492e+00 [8981] 7.010925e-02 4.420390e-01 8.079667e-01 7.290318e-01 -2.009381e-01 [8986] 2.586184e-01 5.733718e-01 1.245624e+00 -2.512250e+00 7.051185e-01 [8991] -6.244155e-01 6.660595e-01 3.517769e+00 2.331149e+00 1.387445e+00 [8996] 4.015289e-01 2.111562e+00 2.325539e+00 2.090134e+00 1.993385e+00 [9001] -9.299034e-01 1.925404e+00 1.272264e+00 1.293394e+00 -8.113089e-01 [9006] 1.021426e+00 -1.122199e+00 3.292537e+00 -1.753208e+00 9.607594e-01 [9011] 1.334356e+00 1.946991e+00 1.247164e+00 1.847876e+00 2.337938e+00 [9016] -3.563580e-01 -9.005793e-01 1.107638e+00 9.265100e-01 -4.610821e-01 [9021] 1.449771e+00 1.885091e+00 5.813703e-02 1.936678e+00 1.219348e+00 [9026] 2.086666e-01 -3.837315e-01 7.003629e-01 -2.341836e-01 -1.394295e+00 [9031] -3.780598e-01 5.306883e-01 7.664495e-01 6.442548e-01 -2.137193e-01 [9036] 1.364574e+00 1.058261e+00 9.737791e-01 4.220304e+00 -2.202211e-02 [9041] 2.301625e-01 1.434469e+00 7.675665e-01 1.969686e-01 1.796153e+00 [9046] -2.309292e-01 5.145701e-01 -5.492543e-01 2.285263e+00 -8.592198e-01 [9051] 1.329764e+00 1.060131e+00 1.380591e+00 2.049732e+00 1.762154e+00 [9056] 2.347240e+00 9.714977e-01 -7.743544e-01 4.664418e-01 1.013898e+00 [9061] 1.495885e+00 1.924474e+00 2.916937e+00 2.062979e+00 -2.080133e-01 [9066] 1.404065e+00 8.708400e-01 2.554114e+00 1.336599e+00 2.377580e-01 [9071] 2.490079e+00 5.434789e-01 1.685723e+00 2.079665e+00 -6.975464e-01 [9076] 6.741397e-01 2.246575e-01 2.740751e+00 1.509612e+00 1.102010e+00 [9081] 2.973092e+00 3.239369e-01 9.759422e-02 9.720104e-01 9.322511e-01 [9086] 8.530294e-01 1.045262e+00 2.278100e+00 1.228302e+00 8.692536e-01 [9091] 1.113531e+00 1.647561e+00 2.418125e+00 1.484002e-01 1.359120e+00 [9096] 6.615169e-01 -2.324528e-02 2.601840e+00 1.298783e+00 3.582707e-01 [9101] 7.513405e-01 2.714104e+00 1.951512e+00 2.580481e+00 -8.253775e-01 [9106] 1.425084e+00 3.076891e+00 1.278722e+00 -3.150430e-01 -8.212963e-01 [9111] -1.696254e-01 2.427033e+00 7.273921e-01 1.953975e+00 -1.881946e+00 [9116] -2.952873e-01 1.201491e-01 2.170044e+00 1.143321e+00 2.958842e-01 [9121] 1.186046e+00 9.630243e-01 1.256919e+00 5.130148e-01 1.883303e+00 [9126] 1.518769e+00 1.982667e+00 2.464535e+00 1.001819e+00 5.904319e-01 [9131] 1.853512e+00 -2.683913e+00 2.774692e-01 6.892334e-01 1.387679e+00 [9136] 9.623463e-01 3.103240e+00 1.584743e-03 1.367230e+00 3.050422e+00 [9141] -1.373137e-01 2.832473e+00 2.067714e+00 1.769398e+00 1.431632e+00 [9146] 1.704367e+00 8.715496e-01 4.040719e-01 3.381631e-01 -1.007259e+00 [9151] -3.784288e-01 -1.512915e+00 1.242665e+00 1.115103e+00 -2.146297e+00 [9156] 1.119192e-01 5.698184e-01 2.786006e+00 4.734309e-01 1.885638e+00 [9161] 2.592565e+00 -1.344634e+00 -1.087329e+00 1.727480e+00 2.281418e+00 [9166] 5.886087e-01 -3.882234e-01 1.593351e+00 5.099514e-01 7.152398e-01 [9171] -1.427102e-02 2.692508e+00 2.555407e-02 3.146906e-02 2.216149e+00 [9176] 1.765255e+00 8.252371e-01 2.912615e-01 1.488229e+00 3.621719e+00 [9181] 2.811321e-01 3.358000e+00 5.805905e-01 2.200585e-01 1.722619e+00 [9186] 5.033828e-01 5.843732e-01 3.201943e+00 2.254801e-01 1.363822e+00 [9191] 1.535131e+00 1.325072e+00 -2.577404e-01 6.050835e-01 1.332942e+00 [9196] -5.700729e-01 1.216579e+00 -4.181269e-01 6.271390e-01 9.152104e-01 [9201] 1.980092e-01 3.618111e+00 3.331395e+00 8.780913e-01 1.953562e+00 [9206] 1.045091e+00 3.321042e+00 -5.285234e-01 1.725435e+00 8.269939e-01 [9211] 1.514680e+00 1.662380e+00 2.625950e+00 1.009637e-01 -9.574210e-01 [9216] 3.506671e+00 2.239467e+00 1.194005e+00 1.315745e+00 9.454891e-01 [9221] 2.490019e+00 -6.962553e-01 1.707708e+00 -7.852988e-01 1.772000e+00 [9226] -3.378360e-01 1.571074e+00 3.721627e+00 -8.492961e-02 1.992388e-01 [9231] 2.425607e+00 2.087704e+00 1.014336e+00 1.837075e+00 9.492538e-01 [9236] -1.532375e+00 1.155392e+00 8.029633e-01 -2.342510e-01 6.618352e-01 [9241] -5.809839e-01 1.179288e+00 6.084606e-01 2.037689e+00 3.142669e+00 [9246] 5.217526e-01 1.526770e+00 1.039541e+00 1.193629e+00 9.823043e-03 [9251] 1.837599e+00 -1.280635e-01 -2.859818e-01 2.176408e+00 1.478683e+00 [9256] 2.582142e+00 1.160855e+00 1.961262e+00 2.230705e+00 6.971160e-01 [9261] -1.425448e-01 1.538058e-01 8.366195e-01 7.339284e-01 1.736782e-01 [9266] 1.452799e+00 1.100871e+00 1.016322e+00 1.247618e+00 2.481241e+00 [9271] 1.559068e+00 -6.582732e-02 9.325674e-01 1.430539e+00 1.060094e+00 [9276] 1.135713e+00 1.486540e+00 -5.646998e-02 1.384108e+00 8.238514e-02 [9281] 1.619036e+00 1.446074e+00 5.138480e-02 3.424335e-01 2.044746e+00 [9286] 3.810722e-01 3.452116e-02 1.375101e+00 -1.216564e+00 -3.310431e-01 [9291] 1.744801e+00 -4.509582e-01 7.543448e-01 1.209607e+00 1.240478e+00 [9296] 8.785804e-01 6.745411e-02 1.556384e+00 1.062154e+00 1.999316e+00 [9301] -2.362143e-01 9.356500e-01 4.118467e-01 9.515279e-01 5.258634e-01 [9306] 1.962062e+00 5.360143e-05 -6.443640e-02 9.793912e-01 7.388298e-01 [9311] 1.603678e+00 7.506316e-01 2.925712e+00 2.931322e+00 1.037724e+00 [9316] 1.321813e+00 8.213238e-01 -2.862795e-01 -8.817156e-02 -7.915020e-01 [9321] 1.158978e+00 3.036321e-01 1.204965e+00 -2.419129e+00 5.845293e-01 [9326] 1.712444e+00 5.759407e-01 1.346398e+00 9.737155e-01 2.058183e+00 [9331] -6.531499e-02 -7.883062e-01 1.339258e+00 -8.007743e-01 2.076980e+00 [9336] 1.655434e+00 1.563735e+00 2.043757e+00 1.516443e+00 4.075239e+00 [9341] 5.784740e-01 1.693226e+00 1.959565e+00 7.476223e-01 8.368953e-01 [9346] 3.525336e-01 2.837096e+00 -1.114361e+00 1.041369e+00 7.955386e-01 [9351] 4.365746e-02 6.911101e-01 1.045102e+00 3.314331e-01 4.271109e-01 [9356] 1.385113e+00 6.717459e-01 2.115187e+00 1.060206e+00 8.479939e-01 [9361] 2.700949e+00 3.629855e-01 2.651930e-01 4.515714e-02 1.853913e+00 [9366] 2.814472e-01 2.696196e+00 1.239374e+00 8.166702e-01 1.468751e+00 [9371] 9.693518e-01 2.388648e+00 1.154151e+00 2.695038e+00 7.619890e-01 [9376] 1.082327e+00 9.849519e-01 1.071912e+00 1.542076e+00 -1.936309e-01 [9381] 1.482845e+00 -2.070266e-02 1.696353e+00 2.833364e+00 1.290053e+00 [9386] 2.663170e+00 1.503406e+00 -3.874302e-01 -1.083200e-01 2.438923e+00 [9391] 5.786861e-01 2.885742e+00 4.095973e-01 1.254523e+00 9.603687e-01 [9396] 1.109363e+00 6.612477e-01 -1.985172e-01 4.070543e+00 1.198277e+00 [9401] -1.093320e+00 1.422202e+00 2.773255e+00 3.351948e+00 5.120775e-01 [9406] 1.602117e+00 9.791096e-01 -1.427811e-01 8.543786e-01 2.336215e+00 [9411] 1.303639e+00 5.149814e-01 1.427083e+00 -3.387041e-01 2.104035e+00 [9416] 1.703194e+00 1.668154e+00 1.720910e-01 1.388821e+00 2.221114e+00 [9421] 2.415587e+00 1.111225e+00 1.233382e+00 4.855957e-01 8.454540e-01 [9426] 9.395042e-01 2.690590e-01 -9.261508e-01 1.695008e+00 7.509897e-01 [9431] 9.850541e-01 2.604243e+00 7.972081e-01 2.474804e+00 1.113509e+00 [9436] 2.268131e+00 9.462439e-01 1.680847e+00 1.913612e+00 1.297980e+00 [9441] -4.902520e-01 1.894051e+00 6.141239e-01 -2.392887e-01 6.948912e-01 [9446] -4.719212e-01 1.867806e+00 2.141508e+00 1.334014e+00 2.180869e+00 [9451] -6.124664e-01 3.771650e+00 3.349050e-01 9.037613e-01 2.317102e+00 [9456] 2.526924e+00 1.883999e+00 1.089828e+00 9.237801e-01 5.143384e-01 [9461] 9.714163e-01 8.164280e-01 -1.108874e-01 9.571692e-01 -3.474123e-01 [9466] -1.116081e+00 -2.110224e-01 1.039262e+00 -7.559802e-02 1.248863e-01 [9471] 2.530462e+00 7.210415e-01 3.044671e+00 2.629454e+00 7.024091e-01 [9476] 1.901109e-01 8.308591e-01 9.586858e-01 1.377161e+00 1.219281e+00 [9481] -4.928178e-01 -1.540496e+00 -1.163665e-02 1.683489e+00 1.915403e+00 [9486] -1.879924e+00 1.865305e+00 1.632436e+00 7.759027e-01 1.474682e-01 [9491] 1.398070e+00 2.177330e-02 1.507969e+00 -4.878988e-01 1.389333e-01 [9496] 1.363843e+00 2.104267e+00 3.508657e+00 -9.300270e-02 7.096941e-02 [9501] 3.465920e+00 2.049031e+00 2.597076e+00 3.299922e-01 6.460815e-01 [9506] 2.752657e+00 8.418224e-01 -1.518236e+00 2.752664e-02 1.849561e+00 [9511] 1.672295e+00 1.056260e+00 -1.240838e-01 1.180041e+00 1.899418e+00 [9516] 1.007519e-01 1.612940e+00 -1.260273e+00 2.753014e+00 -5.763150e-03 [9521] 1.380526e+00 2.613351e+00 1.582455e-01 -7.569572e-01 -9.448759e-01 [9526] 4.934444e-01 3.011022e+00 2.802664e+00 -3.605993e-01 -1.914729e-01 [9531] 5.751970e-01 1.257757e+00 1.487659e-01 1.798547e+00 1.040921e+00 [9536] 1.363986e+00 1.893961e+00 2.201107e+00 2.373767e+00 -1.775761e-01 [9541] 1.591947e-01 9.344628e-01 1.534735e+00 5.007191e-01 1.393195e+00 [9546] 1.741961e+00 7.509578e-01 7.376139e-01 1.105457e+00 1.478071e+00 [9551] 5.628643e-01 1.429083e+00 3.334448e+00 1.306443e+00 -2.995951e-01 [9556] -4.186865e-01 1.820168e+00 1.738102e+00 1.474682e-01 1.752897e+00 [9561] 3.431453e+00 9.759283e-01 1.832631e+00 2.479223e+00 -1.386719e+00 [9566] 1.858441e+00 3.303265e+00 1.018585e+00 8.609791e-01 7.032092e-01 [9571] 1.942523e+00 1.724431e+00 1.552079e-01 -1.075380e+00 1.518853e+00 [9576] 9.443481e-01 -9.179716e-02 2.011134e+00 -1.125893e+00 2.212643e+00 [9581] 1.595206e+00 3.195527e+00 9.441865e-02 1.202085e+00 -3.713266e-01 [9586] 1.036159e+00 1.406718e+00 1.799190e-01 6.372381e-01 6.538882e-01 [9591] 1.714015e+00 1.088002e+00 1.406923e+00 2.232617e+00 1.075882e+00 [9596] -2.921667e-02 -3.542156e-01 1.066898e+00 2.109410e+00 1.408875e+00 [9601] 7.351530e-01 1.510503e+00 2.437262e-01 5.095391e-01 2.357693e-01 [9606] 2.168577e+00 4.805245e-01 7.176611e-01 5.189361e-01 1.535989e+00 [9611] 2.315147e+00 -5.753114e-01 -5.198961e-01 1.949036e+00 3.824754e+00 [9616] -4.868558e-01 2.159821e+00 2.748688e+00 1.256341e+00 1.520439e+00 [9621] -5.769746e-01 1.295812e-01 6.689158e-01 1.218590e+00 2.240309e+00 [9626] 3.212197e-01 3.052873e-01 2.885606e+00 3.211401e+00 1.085159e+00 [9631] -2.192231e-01 2.702807e-01 1.722694e+00 -1.928414e-02 -6.751675e-01 [9636] 6.040475e-01 1.866700e-02 5.085067e-01 -2.818223e+00 1.342649e+00 [9641] 3.483991e+00 9.058498e-01 1.134420e+00 7.743309e-02 -1.113018e+00 [9646] 1.028205e+00 1.286457e+00 2.990804e-01 -4.028843e-01 2.603860e+00 [9651] 3.178593e+00 1.102871e-01 2.440354e+00 5.988238e-01 -1.358866e+00 [9656] 1.055321e+00 3.159352e+00 1.051316e+00 1.991634e+00 -2.916694e-01 [9661] 6.351240e-01 2.884723e+00 2.015379e+00 6.235081e-01 2.187014e+00 [9666] -3.415690e-01 1.597758e+00 4.010558e-01 1.050994e+00 3.509811e+00 [9671] 1.965335e+00 1.674947e+00 4.104796e-01 2.453103e+00 2.761526e-02 [9676] 1.562478e+00 1.069678e+00 8.388787e-01 1.169116e+00 3.194327e+00 [9681] 1.252107e+00 1.315857e+00 9.457123e-01 4.124523e+00 2.438578e+00 [9686] 3.745907e+00 -1.352313e-01 -7.476833e-02 8.358893e-01 -1.210798e-01 [9691] 4.349512e-01 2.383218e+00 -1.749283e-01 -6.165437e-01 7.748219e-01 [9696] -1.608081e-02 1.657590e-01 2.481521e-01 2.122520e+00 1.960776e-01 [9701] -1.995450e+00 -3.830636e-01 7.183968e-01 3.698240e+00 9.594411e-01 [9706] 6.312582e-01 1.734228e+00 -3.167579e-01 2.038141e+00 -7.058410e-01 [9711] 2.955672e+00 1.028205e+00 -2.041702e+00 1.137719e+00 2.474554e+00 [9716] 2.031063e+00 1.219280e-01 1.694042e+00 1.984031e+00 1.675693e+00 [9721] 4.754903e+00 -6.133600e-01 1.776466e+00 1.557663e+00 8.760501e-01 [9726] 2.340387e+00 1.289166e+00 6.039241e-01 7.692660e-01 1.636121e+00 [9731] -2.446821e+00 1.796219e+00 1.524286e+00 1.865008e+00 1.783945e+00 [9736] -8.871330e-01 1.318758e+00 1.178898e+00 1.530880e+00 1.904189e+00 [9741] 4.386886e-01 2.649902e+00 2.026994e+00 -3.463958e-01 1.633622e+00 [9746] 3.826743e-01 4.641689e-01 8.995955e-01 1.935561e+00 7.455349e-01 [9751] 1.513836e-02 7.064076e-01 8.259667e-01 8.290627e-01 1.045574e+00 [9756] 1.527171e+00 5.477124e-01 2.334892e+00 3.647151e-01 1.001446e+00 [9761] 3.388434e+00 1.368621e+00 1.718208e+00 4.463034e-01 3.718596e-01 [9766] 9.241996e-01 -5.765136e-01 1.706606e+00 -1.293928e+00 1.713774e+00 [9771] 1.718668e+00 5.576477e-01 2.642262e-01 3.565614e-01 9.926385e-01 [9776] 1.483220e+00 2.168146e+00 2.793161e+00 -4.495447e-01 -8.656346e-01 [9781] -1.917672e+00 -2.603563e-01 -5.454451e-01 1.742964e+00 -1.184235e+00 [9786] 1.178499e+00 3.849192e-01 1.512992e+00 3.506382e-01 5.538829e-01 [9791] 2.042603e+00 -2.718524e-01 1.971167e+00 1.961329e+00 -9.144293e-01 [9796] 2.428448e+00 1.800753e+00 1.283866e+00 3.190530e+00 4.404669e-01 [9801] 6.779395e-01 -1.810136e+00 1.560989e+00 1.061684e+00 2.337723e+00 [9806] 8.912802e-01 -9.015653e-01 9.679319e-02 6.539705e-01 -1.362195e+00 [9811] -1.357812e+00 -1.687995e+00 2.624526e+00 1.243187e+00 -2.121896e-01 [9816] 2.613608e+00 2.906585e+00 8.553307e-01 1.747078e+00 -8.428244e-02 [9821] 5.901654e-01 -2.635995e-01 1.289097e+00 -6.129737e-01 1.148642e+00 [9826] 4.320407e-02 1.489488e-01 7.722540e-01 7.977465e-02 7.064869e-01 [9831] 1.805804e+00 -4.723732e-01 7.981268e-01 2.863781e+00 -1.870359e+00 [9836] 1.589702e+00 1.076711e+00 3.077670e+00 1.119723e+00 1.318936e+00 [9841] -1.490974e+00 1.243352e+00 3.562276e-01 -2.368412e-01 2.116585e+00 [9846] 2.003888e+00 1.612202e+00 -1.277498e+00 1.101900e+00 1.743747e+00 [9851] 2.304204e+00 -6.827548e-01 1.645793e+00 2.377553e+00 -1.976139e+00 [9856] -7.499696e-01 2.355590e+00 1.857025e-01 4.266637e-01 2.100488e+00 [9861] 1.591880e+00 -5.960886e-02 -1.223282e+00 3.397155e-01 1.853626e+00 [9866] 6.555203e-02 1.546288e+00 2.468382e+00 -6.146941e-02 2.786511e+00 [9871] 3.119570e+00 9.261742e-01 1.071830e+00 5.582799e-01 1.896748e+00 [9876] 5.999895e-02 1.244117e+00 -7.008990e-01 1.898512e+00 4.196345e-01 [9881] 1.085873e+00 4.748374e-02 2.005301e+00 4.530759e-01 -9.359092e-01 [9886] 6.528726e-01 2.147817e+00 1.198470e+00 1.542063e+00 2.154314e+00 [9891] 2.056715e+00 2.790014e+00 2.153161e+00 -7.665932e-01 -1.560877e-01 [9896] 1.064435e-01 1.517667e+00 6.104398e-01 8.631291e-02 -4.626231e-01 [9901] 1.034585e+00 4.533139e-01 1.277497e+00 2.046417e+00 1.146593e+00 [9906] 6.359844e-01 1.650659e+00 2.227466e+00 -7.245640e-01 8.704841e-01 [9911] 1.854706e+00 6.521423e-01 1.013596e+00 1.257859e+00 2.433381e+00 [9916] -1.252501e-01 9.893798e-01 1.737785e-01 -1.391090e+00 -1.191930e+00 [9921] 1.047460e+00 2.180432e+00 2.009817e+00 2.685040e+00 9.263832e-01 [9926] 5.266084e-01 1.769689e+00 9.828256e-01 8.119587e-01 1.821282e+00 [9931] 2.293938e+00 1.354130e+00 1.994657e+00 1.939483e+00 1.653137e+00 [9936] -1.884965e-01 2.501352e-02 -8.092048e-01 -5.275229e-01 4.974610e-01 [9941] 5.503654e-01 1.694784e+00 -3.930537e-01 2.982665e+00 1.129701e+00 [9946] 1.797308e+00 1.304779e+00 7.437836e-01 1.330909e+00 -2.846181e-01 [9951] -2.852499e-01 3.206671e-01 9.283366e-01 -5.256804e-01 5.396390e-01 [9956] 3.494523e-01 2.816406e-01 1.436883e+00 1.561732e+00 2.189661e-01 [9961] -2.320348e-01 3.731242e-01 1.673088e+00 5.287268e-01 1.750425e+00 [9966] -8.683732e-01 3.013350e+00 1.407284e+00 -1.981651e-01 2.297513e+00 [9971] 1.492494e+00 -2.458723e-01 -2.789870e-01 1.382306e+00 6.581658e-01 [9976] -4.456201e-01 -6.632159e-01 8.423614e-01 2.122557e+00 2.692240e-01 [9981] -4.011582e-01 6.555624e-01 7.248025e-01 -7.161030e-02 6.737177e-01 [9986] 1.369602e+00 3.751237e+00 6.471172e-01 1.895263e+00 -2.602518e-01 [9991] 3.927084e-01 -4.331022e-01 -6.147367e-01 6.790488e-01 8.212608e-01 [9996] 1.025923e+00 3.561322e+00 8.225491e-01 1.309622e+00 1.318495e+00 $greater [1] 0.8072 $lesser [1] 0.1928 > > # a comparison of a single value to a normal distribution > a=3 > b=rnorm(n=1000, mean=0, sd=1) > resamp.test(obs=a, exp=b, two.tailed=FALSE) $diffs [1] 4.03403143 3.38202801 1.57934230 2.74033566 3.73541498 3.11369330 [7] 3.62915396 3.67568529 3.88359841 3.15965582 2.86938671 2.54480748 [13] 2.97099772 2.12849729 4.21850447 1.55777601 3.70158314 4.55775559 [19] 1.18089254 1.61204557 3.75568431 3.37973256 3.37973256 1.62694779 [25] 3.22680126 3.16872129 2.66091762 1.68036494 2.69964239 1.41759558 [31] 4.19469845 3.93973190 2.17046405 1.83762023 2.53326473 2.17622756 [37] 2.89134645 2.78679454 4.16346418 2.77455258 3.22916186 3.79793335 [43] 3.90167830 3.64875656 3.07995833 1.77325529 1.95319443 2.01471552 [49] 4.05203157 4.52207793 3.63018931 2.82219586 2.03378605 2.92576176 [55] 2.91752202 2.91752202 4.34874465 2.70058462 2.50484059 2.43741837 [61] 1.93560667 2.66292058 4.81083493 4.37245558 3.87785656 3.22680126 [67] 3.47287394 2.99020902 2.47936445 1.58582651 2.57575713 2.67197230 [73] 3.88359841 1.04428049 1.30587139 2.45794037 3.17684547 1.95319443 [79] 3.45934848 2.74033566 2.98976066 3.56277442 2.67458214 1.97742192 [85] 3.51633937 1.63887572 2.12849729 3.71205335 2.47738224 1.73448010 [91] 3.40227294 2.42769501 4.74556612 3.81859424 4.37405218 4.11015625 [97] 5.04540216 3.49823973 4.16196885 3.17165414 3.51538790 0.66895135 [103] 3.02793042 2.12802028 1.79112956 3.60854758 1.37867625 2.87555550 [109] 2.03089791 3.37634184 3.13463344 3.28237811 1.15750926 4.37245558 [115] 3.49452371 1.99076293 3.14033647 3.53643554 3.95656709 2.80941582 [121] 3.53437968 5.26626760 3.49823973 3.44403885 0.66895135 3.22916186 [127] 3.35757200 3.06031624 3.75369222 3.93973190 2.88424273 1.92503926 [133] 3.71218944 2.83859820 2.03378605 1.94196371 1.37738903 1.04428049 [139] 3.64475798 2.83859820 3.37896607 3.00566459 2.12897420 2.27282141 [145] 1.95228154 3.06543938 4.38412768 2.89086969 2.33831241 3.54339299 [151] 3.52017387 1.87889273 3.73886087 3.27599243 2.12849729 3.26873569 [157] 3.20683555 2.74637470 2.80310890 2.35108735 3.31402914 1.17225025 [163] 2.53326473 2.62735424 3.43821160 4.45123970 2.66091762 2.07169954 [169] 2.98896530 1.73062498 4.23077429 3.20666789 2.72643269 2.27282141 [175] 4.44709018 1.62400107 2.84508616 2.80779040 2.88638084 1.98439460 [181] 4.06711929 1.94164757 2.73825718 1.56478536 3.58752663 2.11704220 [187] 3.74733404 0.69402369 2.16762992 3.52540933 1.68036494 4.13558498 [193] 3.02896609 2.71767640 2.98085199 1.93647816 3.93973190 3.20569582 [199] 3.72205853 1.52328529 4.18954559 3.94916349 0.68177374 2.35126904 [205] 3.54059051 3.63852149 2.93813749 3.81438722 3.36747828 3.82156844 [211] 3.06058183 3.49815647 2.61173552 2.12952247 3.37634184 2.03089791 [217] 4.84695790 1.31069221 1.50842740 2.85071981 4.24615024 2.61047116 [223] 3.85827878 3.93973190 4.35041641 3.68030717 3.62787571 2.26904742 [229] 3.09217014 4.14869768 5.11796885 2.94768451 3.50493734 3.40058985 [235] 4.58815899 2.30604927 2.03089791 2.02363909 2.85814234 3.39269973 [241] 2.75252225 3.39526308 3.67316774 3.65893927 4.41270552 3.05110678 [247] 3.16872129 3.81438722 3.59494904 0.66895135 3.75568431 4.18202335 [253] 1.85434825 0.68177374 2.82911992 2.43223185 3.40782308 3.59494904 [259] 3.14777892 1.77325529 1.66206143 2.95402610 2.94340735 3.46623487 [265] 1.13051869 3.10525491 4.43342763 5.26626760 3.52017387 1.62713636 [271] 4.45363478 3.45949474 3.05709355 2.73289882 3.00521819 3.12659686 [277] 2.43906052 3.61831646 2.49980683 4.84695790 2.89134645 2.22838528 [283] 3.76418727 3.77455156 2.19252415 2.69964239 1.73448010 3.74733404 [289] 3.96960719 3.46623487 2.68109633 2.92697314 2.03520197 2.64558303 [295] 3.28598680 3.76118277 3.46623487 3.09510925 2.63588981 4.26420584 [301] 2.21492056 1.53832927 2.86938671 2.38670779 2.19252415 3.46463896 [307] 2.96199361 1.87889273 2.07232430 2.01880686 1.61925078 4.40914087 [313] 3.05191387 3.06058183 1.49655382 3.30016165 5.26626760 4.11015625 [319] 2.01555758 1.68060534 2.80779040 2.46334533 3.48851538 3.54113935 [325] 2.82669986 3.96457458 3.56623448 4.16196885 3.54113935 2.33777226 [331] 0.76035175 3.64125986 3.01115808 3.81859424 1.79112956 2.77717155 [337] 3.65699639 2.60431477 2.78679454 5.51668067 2.87553754 2.57802748 [343] 3.73722888 3.04639953 0.45913401 2.90460323 1.53832927 4.21850447 [349] 3.52540933 4.06580076 3.22916186 3.01248545 3.81277877 3.53437968 [355] 4.65445708 3.76418727 3.55497955 3.55304013 3.70444903 2.26232587 [361] 3.51385028 3.31788629 4.85118330 3.62787571 1.92503926 3.23617633 [367] 3.61713659 2.93026255 2.09095430 2.40259060 1.46275259 1.48698692 [373] 3.51174868 3.70444903 3.20683555 2.04697926 3.12659686 4.13558498 [379] 2.67336441 3.55116372 1.92086304 1.42254261 3.17760564 3.02321823 [385] 3.11149573 3.63506581 1.83762023 3.35884802 3.86258110 3.17684547 [391] 3.33795474 4.55775559 2.26577221 1.39704148 4.98433255 2.78546523 [397] 3.24358575 3.96897447 5.08189167 3.38360023 2.68201226 1.30233222 [403] 1.97341431 3.37475866 4.41270552 1.96970973 3.54339299 3.51878988 [409] 2.85814234 3.21856787 1.79338917 3.94938170 2.67773752 3.76491236 [415] 3.06031624 2.87849019 2.12802028 4.65094656 0.98958735 1.31069221 [421] 3.73541498 3.22916186 3.06885602 2.43194812 1.42254261 2.80941582 [427] 4.87719772 4.04258084 2.70058462 1.42254261 2.98085199 4.17867959 [433] 2.09690345 4.64667652 2.92127043 3.64539329 4.47203383 2.02217308 [439] 3.67618992 1.66747958 2.67336441 3.90167830 2.43190130 4.39931470 [445] 2.05553588 3.82168068 3.88877357 2.53326473 3.54059051 4.69111184 [451] 4.22975205 1.88106045 3.33415838 3.41334505 0.69402369 1.77851339 [457] 1.66747958 2.12897420 4.28320931 3.40782308 2.91926216 4.27211719 [463] 2.35256710 3.05110678 1.62940904 2.62917986 4.37245558 2.04538902 [469] 1.73448010 2.74006704 1.95319443 4.43342763 3.81449072 3.59494904 [475] 4.13558498 4.17414844 4.19469845 3.62776687 3.30592473 4.50450372 [481] 0.25317926 4.74556612 3.06196135 3.26395796 2.57802748 4.55775559 [487] 3.52540933 3.82168068 3.62829008 2.33313786 5.20966501 2.58472121 [493] 3.63852149 1.49405044 3.64717231 3.67568529 3.74871300 2.73861962 [499] 3.67022607 1.44433477 4.05893572 3.95400631 3.17716060 1.17170669 [505] 3.70444903 4.13728748 2.92408385 3.88877357 3.18105749 3.02608507 [511] 3.84655134 3.62915396 3.91277228 1.56478536 0.25317926 3.60754235 [517] 2.64396273 2.59096331 1.73670787 2.23966175 2.63588981 3.49959514 [523] 3.06543938 2.21492056 1.52328529 5.17133501 4.14869768 4.14049344 [529] 2.14657135 5.04540216 2.23395249 3.30886204 2.05589104 3.07173056 [535] 3.39526308 2.92212068 2.04120179 2.98896530 3.35884802 3.72416563 [541] 1.65653936 4.28320931 3.11149573 3.20344085 1.62400107 3.10525491 [547] 3.13526543 3.08762961 2.99063072 3.33415838 3.75436493 2.47436821 [553] 3.02274154 3.32130440 4.17632272 2.97099772 2.09409887 2.83859820 [559] 1.56338258 0.78897025 2.05984609 4.86884821 4.23781564 4.44709018 [565] 3.02321823 3.67568529 3.91277228 2.31949435 4.23077429 2.63761404 [571] 3.62915396 3.20683555 4.35600474 2.95899143 2.49530880 3.65893927 [577] 3.62787571 4.36288288 1.57934230 2.85178999 3.33080974 3.93030963 [583] 1.44786046 1.46642342 2.64246484 2.47936445 0.78791119 1.45004043 [589] 3.24077011 4.22769261 3.79793335 2.11872479 2.82166038 4.47203383 [595] 3.63385516 4.21907439 3.98031443 3.36547572 1.63566575 2.92408385 [601] 3.90039844 3.06196135 2.31029888 2.92212068 3.73464036 4.36288288 [607] 2.99833414 2.23296596 3.26797659 1.53106232 3.14033647 1.46604941 [613] 1.58582651 3.73446405 2.67197230 3.46494629 3.49230466 1.16310922 [619] 4.43342763 3.90167830 2.14657135 3.52017387 1.42254261 2.39762649 [625] 3.01115808 0.54316372 2.74589047 3.22880349 2.11723361 1.67128661 [631] 2.12849729 3.96457458 2.05946960 2.99359270 4.50450372 2.67197230 [637] 2.98896530 1.97742192 3.49815647 1.41735006 3.05132351 0.78897025 [643] 2.93198364 1.93580616 0.54316372 3.81449072 3.67568529 3.89580753 [649] 2.98779932 2.89086969 3.73541498 3.35884802 2.48177981 4.65242001 [655] 4.26420584 1.46275259 2.58304667 3.04639953 3.17165414 4.34041074 [661] 3.63018931 2.32894062 3.33415838 3.18105749 3.55116372 3.24358575 [667] 2.04648449 3.07173056 3.20683555 3.86258110 4.17533240 2.11704220 [673] 1.44433477 3.32349341 4.76687399 3.62915396 3.73446405 2.07169954 [679] 3.44215001 3.40675653 3.30350130 2.23395249 3.17760564 4.35041641 [685] 2.74951927 1.17225025 3.02637788 3.97339414 0.02633089 3.46286081 [691] 4.28320931 2.25845525 2.72643269 1.98718485 4.39746433 3.25832245 [697] 1.30233222 2.97282559 2.27282141 3.51042734 2.72643269 1.79338917 [703] 2.20580147 3.85827878 5.08189167 2.79796657 2.71767640 2.33789607 [709] 5.21607393 3.81859424 2.87094326 1.41735006 1.64098371 5.11796885 [715] 3.38357917 0.78791119 2.61736822 2.68201226 2.57802748 2.30347586 [721] -0.54922331 0.64675777 3.76118277 4.55613212 3.51042734 1.98718485 [727] 3.55263169 3.51042734 4.39457057 4.06420257 3.70248832 2.05553588 [733] 3.59514800 3.28237811 2.65171408 2.99020902 2.95899143 1.30587139 [739] 4.35600474 2.13444394 3.37973256 3.64539329 2.90721438 3.24358575 [745] 2.12621841 3.91277228 1.75889971 1.83688502 3.22916186 3.72416563 [751] 1.30233222 5.17133501 4.02100627 3.96960719 2.76441861 2.98779932 [757] 1.37738903 1.66206143 3.84715261 1.37324222 3.51878988 4.16346418 [763] 2.69533637 2.11872479 2.62735424 1.73032313 2.72643269 2.63761404 [769] 2.71153213 2.97099772 1.96699464 3.11369330 3.31012178 3.55497955 [775] 3.55263169 3.78715640 3.09822067 2.82669986 3.55263169 4.76687399 [781] 2.27095447 2.79796657 4.05483418 2.23395249 2.93198364 1.96699464 [787] 3.07173056 2.82235809 2.18558257 3.74733404 2.08270073 2.98896530 [793] 2.11069032 2.65171408 3.05709355 1.42254261 3.46286081 2.99170612 [799] 2.72643269 4.02100627 3.61831646 3.04515808 2.40259060 2.68173465 [805] 4.37730542 3.82654994 3.09822067 3.90774136 1.66966382 2.74033566 [811] 2.31529936 1.92086304 2.41603145 4.17316780 4.75235415 3.26395796 [817] 4.03873985 2.47936445 2.87849019 2.36600935 2.24405032 1.87979393 [823] 2.31529936 3.63385516 2.68244240 4.81083493 2.47738224 1.63995900 [829] 2.29330061 2.78546523 3.48033639 2.35108735 4.34874465 2.09409887 [835] 4.02010011 3.77065378 1.56338258 3.30592473 1.12989032 2.62735424 [841] 2.90721438 3.35985545 2.56791267 1.77847973 2.87849019 2.43194812 [847] 3.44403885 3.20364785 3.04515808 3.76845320 1.63887572 1.98718485 [853] 1.48698692 3.24077011 2.31949435 2.53326473 0.78791119 2.41125980 [859] 2.99170612 3.32349341 3.53437968 3.81277877 1.41735006 3.67316774 [865] 3.81277877 4.09890252 3.66574486 1.62940904 3.30592473 3.09217014 [871] 3.56815862 3.06885602 2.61770064 3.40058985 4.29343082 3.49230466 [877] 4.28018308 3.93030963 3.06196135 2.07232430 1.82750053 3.20876894 [883] 2.70058462 2.36600935 -0.72796076 2.23093943 3.01318217 3.37634184 [889] 3.67568529 4.33100819 2.73861962 3.98646166 2.02363909 2.36600935 [895] 3.51538790 1.49932875 3.05110678 3.71161176 3.37973182 1.94164356 [901] 4.43342763 3.17960482 3.78715640 3.16872129 2.78331632 2.33831241 [907] 1.09033586 3.38360023 3.41151798 2.13444394 2.23093943 3.55497955 [913] 3.30016165 2.71767640 3.60042114 2.71285528 0.68177374 4.50450372 [919] 2.33313786 3.01115808 3.64539329 1.64098371 3.14823482 2.47436821 [925] 2.89134645 3.32930404 1.08402124 4.26420584 3.76418727 3.02274154 [931] 3.75436493 2.25845525 2.43194812 2.03089791 3.59494904 2.07169954 [937] 3.01115808 3.95656709 3.17716060 3.07995833 1.62400107 3.32718398 [943] 1.10391364 3.95400631 3.31047108 2.98241228 5.21497588 1.77134166 [949] 1.58640273 3.51297960 4.17632272 3.63018931 2.64246484 3.91277228 [955] 4.75937449 3.04639953 3.56852463 3.05110678 2.01555758 4.47203383 [961] 3.67316774 0.77035929 3.61758454 3.43966851 3.56815862 3.81859424 [967] 4.44709018 3.32930404 3.66574486 0.68177374 3.52540933 2.92926963 [973] 2.70134837 2.52060523 4.96639913 4.55775559 3.12450745 2.97099772 [979] 4.16196885 4.29343082 3.73715296 2.05553588 2.99359270 1.96970973 [985] 1.73670787 3.06010858 1.98718485 2.22838528 1.64098371 3.73722888 [991] 3.91277228 2.07169954 1.84748954 3.38360023 0.64675777 2.80650580 [997] 3.82168068 4.47203383 3.46463896 5.21607393 3.56623448 0.45913401 [1003] 2.97282559 4.09210136 3.40607595 3.40385661 3.02312101 0.26572093 [1009] 2.04697926 1.14573340 2.26904742 2.64558303 -0.54922331 1.45335751 [1015] 3.76845320 2.07918541 3.33080974 1.58640273 3.84715261 4.06420257 [1021] 3.59494904 2.26904742 3.33415838 3.10693792 4.47203383 2.05984609 [1027] 3.58752663 3.54059051 1.99775382 1.18089254 3.98646166 3.40809431 [1033] 3.87805417 3.33795474 3.26113265 3.22303431 4.11319134 4.19613362 [1039] 3.38357917 2.76441861 2.03520197 3.79866114 2.60669621 2.20196406 [1045] 3.94938170 3.93889020 2.22732893 3.05191387 1.65660145 2.93654361 [1051] 2.60669621 4.69339705 3.95989697 2.93813749 4.29343082 4.37730542 [1057] 1.90923080 4.09210136 1.50416895 2.67197230 4.29343082 4.54961429 [1063] 2.03520197 3.06010858 4.37357215 3.51174868 3.69792800 3.28598680 [1069] 3.55497955 3.37634184 3.66574486 2.41739870 2.17420216 2.80650580 [1075] 1.77325529 2.63254546 4.65242001 2.37265984 4.02900126 2.43014361 [1081] 3.62829008 1.63938299 1.58640273 2.96264519 2.77869412 -0.54922331 [1087] 3.93576257 1.37738903 2.51028437 2.81583017 3.54059051 3.49230466 [1093] 3.44853852 4.39457057 3.64475798 3.74871300 3.46494629 2.56207012 [1099] 3.15214814 2.43190130 3.66766371 2.41631256 2.73808921 2.80310890 [1105] 2.44943022 2.22838528 2.24405032 3.71161176 2.74637086 3.65574277 [1111] 2.26577221 1.41489035 2.05553588 1.08578173 1.62400107 4.35133639 [1117] 2.58876304 1.14573340 3.22378492 2.87849019 2.63588981 2.41739870 [1123] 4.50499311 2.69533637 4.02100627 1.97742192 2.12840361 3.74870131 [1129] 2.56308542 3.38357917 1.26957521 5.32358303 3.51297960 3.05577232 [1135] 2.23966175 1.79338917 4.11244746 3.35985545 3.39269973 3.86258110 [1141] 4.14869768 3.79094956 2.73861962 3.05191387 2.44373924 2.60869014 [1147] 3.80465752 2.44943022 3.06058183 3.62829008 3.36747828 4.21142330 [1153] 3.72205853 3.40385661 2.99359270 2.57068664 3.43821160 3.20808442 [1159] 1.66206143 3.74721141 2.23296596 2.07918541 2.61736822 3.33795474 [1165] 3.98646166 3.06058183 2.77455258 3.74591374 3.75436493 0.32963307 [1171] 2.35256710 2.68201226 4.96639913 3.17684547 5.32358303 3.32130440 [1177] 3.40675653 3.55800438 3.32130440 3.29029487 3.87805417 2.69533637 [1183] 3.26797659 2.86562311 1.75889971 3.78715640 1.93580616 3.83795391 [1189] 2.54551829 1.57934230 3.18105749 2.00155688 3.05110678 1.79338917 [1195] 1.17049837 3.87805417 2.11069032 2.50027767 1.26957521 1.10391364 [1201] 4.74556612 1.53832927 3.24077011 3.62806979 1.66206143 4.18954559 [1207] 2.82219586 4.41270552 0.02633089 3.16784280 4.35600474 3.55263169 [1213] 3.01971259 1.68036494 2.33789607 2.47830489 4.35041641 3.73886087 [1219] 1.92503926 4.24541949 4.34874465 4.17632272 3.04639953 3.01115808 [1225] 2.68203877 3.52017387 3.28237811 4.52207793 3.43089308 4.25115361 [1231] 2.01471552 4.16141072 2.74006704 2.26904742 3.93576257 1.49250043 [1237] 3.89920384 2.82669986 3.89580753 3.63385516 1.37867625 3.71445770 [1243] 3.31903177 3.35770167 0.32963307 3.95989697 3.20364785 1.46642342 [1249] 3.81438722 2.31949435 4.24541949 3.55304013 3.73464036 3.37817283 [1255] 3.12659686 3.77455156 1.66747958 2.78546523 4.06580076 2.38354597 [1261] 1.41489035 2.33777226 3.13526543 3.45494555 4.26420584 2.12802028 [1267] 2.97485349 3.39465048 4.02010011 2.99833414 3.63179411 2.80779040 [1273] 1.06004160 2.83859820 2.41125980 3.04385789 2.54332581 1.80778383 [1279] 1.66834552 1.94909680 1.11600943 4.14049344 2.43190130 2.48177981 [1285] 4.84695790 3.52017387 4.09469386 3.68030717 5.27866212 3.22880349 [1291] 2.61354345 3.76491236 4.02010011 2.65616205 3.62806979 3.06196135 [1297] 1.71791421 3.43515175 1.16310922 1.11600943 3.86258110 3.72716941 [1303] 3.23617633 4.02010011 2.44943022 2.78790780 2.99170612 3.09217014 [1309] 2.96199361 3.51999731 1.39704148 2.38354597 4.76687399 1.77134166 [1315] 1.73448010 5.03689304 1.58663020 3.71161176 3.23617633 2.61736822 [1321] 4.29343082 4.34041074 1.30233222 4.21850447 3.59494904 3.21856787 [1327] 3.15630942 2.77962622 1.08578173 1.62940904 1.31069221 2.74589047 [1333] 2.47738224 2.20580147 3.30016165 3.75568431 1.50842740 3.59494904 [1339] 3.63385516 2.83859820 3.90039844 3.51297960 2.36182009 3.07032995 [1345] 3.51999731 3.63506581 4.19469845 4.42674554 1.53106232 1.98439460 [1351] 2.70134837 2.60669621 4.16196885 3.32930404 3.50493734 3.40675653 [1357] 3.74133849 3.54059051 2.55348640 3.54339299 3.21522831 4.16196885 [1363] 1.13051869 1.96970973 3.10693792 1.77325529 2.22838528 1.86278569 [1369] 4.58815899 4.43342763 1.83762023 3.79853188 4.37245558 4.16196885 [1375] 4.17632272 3.01971259 0.68177374 3.68011731 2.16688951 4.76687399 [1381] 2.92926963 3.06031624 2.60669621 1.50842740 5.20966501 3.88359841 [1387] 3.15214814 2.80941582 3.10525491 4.19613362 4.02100627 2.73861962 [1393] 3.04385789 3.16423405 3.21967981 1.63938299 4.17867959 3.64875656 [1399] 1.98439460 3.31903177 1.72866520 4.18954559 3.62915396 2.77717155 [1405] 2.01880686 3.71161176 2.84508616 3.34941811 1.94164356 1.62400107 [1411] 1.61925078 1.63995900 3.77455156 2.57802748 3.12720754 1.88106045 [1417] 2.79796657 1.42930553 2.71153213 3.47287394 3.28598680 2.87555550 [1423] 2.41739870 2.08003040 4.03403143 4.23933379 4.42679984 1.46642342 [1429] 1.93298545 3.55262066 3.79152679 2.71700748 3.82654994 3.13216115 [1435] 1.65653936 3.49230466 2.67197230 2.52453208 3.51867190 3.10525491 [1441] 2.16762992 4.13547687 3.51042734 1.93560667 3.32130440 2.82911992 [1447] 3.07173056 4.42679984 3.84655134 3.60854758 2.12897420 4.58815899 [1453] 1.56338258 1.87979393 2.60431477 4.39931470 2.43906052 1.95228154 [1459] 3.37973256 4.80313077 4.05203157 4.14869768 2.27282141 2.92926963 [1465] 3.24030762 1.14573340 3.07311189 1.66747958 2.80650580 3.85827878 [1471] 2.17420216 4.17414844 2.44216969 2.93198364 1.31069221 2.27434161 [1477] 2.17420216 2.74637470 2.67458214 2.33313786 2.22933877 2.47936445 [1483] 3.74959895 3.71445770 2.33777226 4.18954559 2.89086969 1.64098371 [1489] 1.84748954 2.82166038 2.12849729 3.83795391 2.50027767 3.86238467 [1495] 2.11723361 2.69964239 3.69792800 2.97485349 4.05203157 4.02100627 [1501] 3.85827878 3.90167830 4.09890252 4.13728748 1.97341431 3.89920384 [1507] 2.08378543 2.60431477 3.25155878 3.37817283 3.40058985 2.84041718 [1513] 2.57802748 3.49452371 3.29029487 2.85814234 0.45913401 3.30886204 [1519] 3.82156844 2.41739870 4.40914087 3.38202801 3.36622841 0.28491414 [1525] 1.61204557 3.71161176 3.46623487 2.75626206 4.74556612 3.38360023 [1531] 3.20569582 2.74160569 2.12840361 3.64539329 3.35757200 2.30347586 [1537] 3.36747828 3.49815647 1.70694018 3.48851538 4.60006171 1.24192121 [1543] 3.77455156 1.84748954 1.39704148 3.53437968 2.16688951 3.26395796 [1549] 4.21907439 3.60754235 2.74589047 2.12840361 2.71845536 4.24288445 [1555] 3.29868700 4.29343082 3.40607595 2.58876304 2.08378543 0.02633089 [1561] 3.73446405 4.62457942 3.16423405 1.84734935 3.37475866 3.02756584 [1567] 1.49655382 3.24358575 3.40809431 3.05132351 3.91277228 2.11704220 [1573] 2.87555550 2.32894062 3.71445770 3.49452371 2.24522944 3.21967981 [1579] 2.93654361 2.19252415 2.90721438 2.53326473 3.52017387 2.02217308 [1585] 3.37817283 1.73670787 1.44786046 4.05203157 4.11015625 3.44215001 [1591] 3.37896607 3.45934848 2.56308542 2.77717155 2.58304667 2.78679454 [1597] 4.19469845 0.66895135 3.28598680 2.64783120 3.81438722 1.37324222 [1603] 4.24288445 2.81740390 2.71845536 4.18202335 2.94340735 1.24663074 [1609] 2.66091762 4.65094656 1.91248573 3.27448700 3.49611472 3.47287394 [1615] 2.35126904 2.81583017 2.68109633 3.18105749 1.44786046 3.73541498 [1621] 3.46623487 4.55613212 1.93580616 4.37245558 2.08270073 3.83795391 [1627] 3.48879988 3.64539329 3.78641766 2.23395249 3.71445770 2.23093943 [1633] 2.78546523 4.16108415 3.97339414 2.74637470 1.49250043 3.32718398 [1639] 2.11723361 2.58572577 3.38202801 3.20344085 2.04120179 2.98779932 [1645] 2.47830489 2.43906052 2.76441861 3.14823482 3.49230466 1.16310922 [1651] 3.78715640 3.79094956 1.94164757 3.08762961 3.40058985 2.74637470 [1657] 2.77962622 1.03422252 4.30168866 3.43515175 1.52328529 3.20569582 [1663] 2.40259060 2.54316479 3.30592473 2.98241228 3.74733404 2.56791267 [1669] 3.40782308 1.49932875 3.20683555 2.55876797 3.84105698 1.99076293 [1675] 4.24541949 3.37973182 2.51792494 3.55304013 3.29029487 2.90721438 [1681] 3.70248832 3.65699639 2.92576176 2.54551829 3.02793042 4.41270552 [1687] 2.49980683 2.82235809 4.06711929 2.26232587 3.73541498 4.03403143 [1693] 1.98384160 3.69792800 2.53326473 3.28598680 2.73808921 4.61652304 [1699] 4.54961429 1.17170669 3.20364785 3.84715261 3.79866114 1.86406305 [1705] 0.28491414 3.78715640 4.23933379 1.87889273 4.17316780 3.94938170 [1711] 2.88638084 4.26420584 2.47936445 2.60869014 2.77773870 3.67022607 [1717] 3.02312101 2.01555758 1.99924686 3.43966851 3.07311189 3.61951657 [1723] 3.12450745 3.17723952 1.18089254 3.10693792 1.72866520 2.16688951 [1729] 1.84748954 3.76845320 3.18105749 3.49815647 0.45913401 2.74637086 [1735] 3.31402914 1.14573340 3.84732859 0.99169489 1.99775382 3.34941811 [1741] 4.68365482 3.48851538 3.51385028 4.45123970 2.90052805 2.26232587 [1747] 4.34041074 3.10121563 3.64475798 1.98439460 2.78331632 2.68173465 [1753] 4.85118330 3.88359841 3.39526308 3.15214814 1.67128661 1.85154299 [1759] 4.96639913 3.76845320 2.61770064 2.11704220 4.50450372 4.86720313 [1765] 3.28598680 1.87889273 2.19518990 3.40058985 4.47203383 2.43194812 [1771] 5.27866212 2.19252415 1.46275259 3.75980797 1.63995900 3.31402914 [1777] 4.25115361 2.63761404 3.77455156 3.78715640 1.04428049 2.05984609 [1783] 4.60006171 3.93705926 5.20966501 3.62787571 3.66574486 2.30347586 [1789] 3.62787571 3.13216115 2.86938671 1.12989032 3.78715640 1.93298545 [1795] 4.37357215 1.75383216 3.51999731 3.53754228 3.11149573 3.74591374 [1801] 3.87805417 1.95228154 3.94916349 2.03378605 4.12101679 3.64539329 [1807] 4.64667652 3.20344085 2.07169954 3.36280753 2.88424273 3.89920384 [1813] 0.66895135 3.79793335 2.16762992 4.65242001 2.01471552 5.20966501 [1819] 2.21492056 3.93030963 1.97341431 2.58304667 5.08189167 2.47436821 [1825] 3.95646214 2.24023309 3.08192632 2.04648449 1.56478536 3.56277442 [1831] 4.16108415 3.93576257 1.93560667 3.65530330 0.77035929 3.82156844 [1837] 1.72866520 5.20966501 2.45452578 4.02900126 2.82669986 1.61204557 [1843] 4.25259638 1.41489035 3.46463896 3.87088971 3.36747828 1.66966382 [1849] 4.59142572 1.87979393 2.87555550 3.77065378 2.98896530 1.80778383 [1855] 0.02633089 2.53836179 3.62776687 4.23781564 2.88424273 3.53856041 [1861] 4.45363478 3.02312101 1.93298545 1.73062498 2.16762992 2.23093943 [1867] 3.10663031 3.82156844 3.74871300 4.16141072 3.76118277 3.48851538 [1873] 2.47738224 2.60516882 1.61204557 2.74637086 2.30347586 3.82156844 [1879] 1.62694779 2.01555758 1.75889971 3.60854758 0.78897025 2.63761404 [1885] 2.83576240 3.37896607 3.13216115 1.77847973 3.70875091 3.31047108 [1891] 3.20666789 3.18981022 3.22303431 3.11149573 2.05589104 1.66206143 [1897] 1.62940904 3.38357917 3.97223682 1.92503926 3.05191387 1.56338258 [1903] 4.42674554 1.96970973 3.21522831 2.26577221 1.49655382 3.80465752 [1909] 4.11015625 4.96639913 2.78331632 2.33777226 3.16872129 2.41924333 [1915] 3.90167830 4.06420257 3.61713659 2.81583017 1.55777601 3.84732859 [1921] 4.75937449 2.64246484 3.87088971 2.24405032 3.74133849 3.62314454 [1927] 4.86361369 3.79866114 2.62917986 1.98583804 3.96960719 3.07995833 [1933] 2.12802028 2.83576240 2.63254546 1.24192121 3.60042114 3.81277877 [1939] 1.56338258 4.02824671 4.16141072 1.28704094 2.70134837 1.72866520 [1945] 2.48177981 1.61204557 4.18202335 2.57575713 1.15611090 2.97485349 [1951] 2.56207012 0.68177374 4.29343082 3.49452371 1.04428049 5.20966501 [1957] 4.36288288 4.39746433 2.30347586 1.15750926 3.12450745 2.30218587 [1963] 1.83762023 2.62917986 3.55116372 3.56277442 3.45383497 3.51878988 [1969] 2.14657135 1.73032313 2.97099772 3.62314454 5.17133501 3.17960482 [1975] 2.03520197 3.46623487 2.01555758 3.61758454 3.06031624 3.26395796 [1981] 5.44572370 2.78790780 2.11704220 3.84105698 2.82235809 1.57934230 [1987] 3.26223485 2.52060523 4.21918745 3.60042114 3.02793042 2.81583017 [1993] 0.77035929 1.41735006 1.94164356 4.74556612 3.01318217 2.12952247 [1999] 3.61785022 2.04538902 3.70158314 3.25126973 3.38357917 2.08258954 [2005] 2.64396273 1.86278569 2.23966175 3.85827878 1.56338258 0.99169489 [2011] 3.02321823 2.11723361 3.74133849 0.96105609 3.40227294 2.57575713 [2017] 2.46749341 3.76118277 2.76283898 1.75864922 2.31529936 4.73110635 [2023] 2.45794037 2.53860078 4.85118330 3.35884802 2.31949435 4.34874465 [2029] 3.97223682 1.24192121 3.22880349 3.12450745 3.01971259 4.28018308 [2035] 1.63566575 3.48033639 3.85827878 1.87979393 3.13463344 1.06004160 [2041] 2.70134837 2.82332488 2.82219586 3.38202801 3.49230466 3.00465327 [2047] 3.73773909 3.88359841 2.41924333 3.09822067 2.24405032 3.91497482 [2053] 2.65616205 3.63385516 3.17448889 2.45551529 1.62713636 3.55263169 [2059] 2.09690345 3.74591374 2.87553754 3.00566459 2.16688951 2.61027856 [2065] 4.17867959 1.55639993 3.21967981 2.95740954 4.24288445 4.26420584 [2071] 3.97223682 3.01971259 3.95400631 1.44786046 4.39457057 1.85154299 [2077] 2.55876797 4.69111184 3.32930404 4.84695790 3.06602127 3.37475866 [2083] 4.87719772 4.09210136 2.02363909 2.38354597 4.23781564 4.21918745 [2089] 2.74951927 3.64875656 4.47203383 5.21607393 2.84779501 4.24615024 [2095] 4.05893572 3.13216115 3.48775279 2.51028437 3.35884802 1.89801286 [2101] 1.48698692 4.02100627 0.96105609 4.33331569 1.50842740 2.08258954 [2107] 2.22732893 1.46604941 2.22838528 3.49452371 3.13216115 4.21850447 [2113] 3.51633937 2.88638084 3.07311189 3.62776687 2.47416407 4.57380175 [2119] 3.55497955 2.71845536 2.09409887 2.68173465 3.68030717 3.52540933 [2125] 2.68203877 3.81449072 3.62787571 3.74591374 3.97452617 2.77717155 [2131] 3.51878988 1.90437975 1.16310922 0.02633089 1.83688502 2.74589047 [2137] 2.08258954 4.47203383 3.21856787 2.47936445 2.47830489 3.24030762 [2143] 2.47830489 3.56623448 4.55613212 2.67336441 3.77467166 1.24663074 [2149] 4.17867959 4.74556612 4.39931470 3.74591374 1.31069221 4.41686506 [2155] 4.06711929 1.97001040 2.41739870 2.53326473 4.05893572 2.12802028 [2161] 3.96960719 3.22680126 3.05709355 3.20683555 3.71218944 2.76283898 [2167] 3.37817283 2.69964239 3.44853852 5.08189167 2.75626206 4.62457942 [2173] 1.82750053 3.74721141 2.51028437 1.98384160 2.17046405 2.78546523 [2179] 2.99833414 3.93973190 4.76687399 3.46886619 3.62314454 3.59494904 [2185] 3.75980797 2.33313786 1.28704094 2.30604927 2.74637470 4.58815899 [2191] 2.17046405 3.39526308 3.06058183 5.13058000 2.04697926 4.11015625 [2197] 2.61126851 3.94906655 3.66766371 2.17046405 2.85814234 1.28704094 [2203] 2.88638084 1.62713636 1.42930553 2.54332581 2.84508616 4.11015625 [2209] 1.94196371 3.91277228 2.07169954 1.79112956 3.43966851 3.71161176 [2215] 3.71218944 2.30218587 2.87849019 3.26797659 3.25337583 1.97001040 [2221] 3.53437968 3.55304013 0.64675777 2.97282559 4.18954559 3.26873569 [2227] 2.51028437 3.02274154 0.69402369 2.09095430 5.44572370 3.73722888 [2233] 2.73289882 4.69339705 3.16870002 3.31788629 3.31903177 3.02756584 [2239] 3.53643554 2.54480748 2.46334533 1.52328529 4.33100819 2.31138565 [2245] 3.85827878 1.92086304 2.90721438 1.10391364 0.98958735 3.06058183 [2251] 3.90774136 1.71791421 2.56308542 3.78715640 3.46494629 3.20683555 [2257] 2.76283898 3.55116372 3.93973190 2.99020902 1.61925078 3.56623448 [2263] 3.02274154 3.63385516 4.83523336 3.17165414 3.32349341 2.09409887 [2269] 2.56791267 3.30350130 3.48033639 1.63566575 3.12720754 3.84655134 [2275] 4.47203383 3.85311025 2.49530880 1.12989032 3.85311025 1.16310922 [2281] 4.28018308 3.01971259 4.12101679 3.48033639 1.56478536 1.62713636 [2287] 1.94164356 1.72866520 2.34541022 4.41270552 4.26420584 2.34541022 [2293] 3.18981022 4.37730542 1.49250043 2.54316479 1.93647816 2.53326473 [2299] 2.22732893 1.87979393 3.65574277 3.62776687 1.84748637 3.06058183 [2305] 4.52207793 4.05203157 2.82219586 3.55116372 2.23395249 4.42679984 [2311] 1.16310922 2.41603145 2.37265984 4.27211719 2.12849729 4.59930055 [2317] 3.17723952 3.13463344 2.93654361 3.13526543 2.64693325 3.49611472 [2323] 2.74160569 3.87805417 3.63852149 2.81740390 1.44433477 4.75937449 [2329] 2.31529936 2.47830489 2.66091762 4.55613212 2.55876797 3.64475798 [2335] 3.93030963 1.72866520 4.30168866 3.95646214 2.03378605 2.58472121 [2341] 5.51668067 4.30168866 2.71700748 3.26223485 1.77851339 3.40403505 [2347] 3.78449802 4.23077429 2.87553754 4.17414844 3.33795474 2.23395249 [2353] 3.41334505 2.35126904 2.11723361 2.60516882 3.45934848 2.64693325 [2359] 4.30168866 3.09510925 2.83421334 3.25811500 3.31128836 3.77455156 [2365] 4.47203383 3.27448700 1.94196371 3.73715296 3.49452371 3.61785022 [2371] 3.12720754 3.07032995 3.98646166 2.22838528 2.68244240 5.44572370 [2377] 3.10693792 3.13216115 2.61126851 2.31138565 2.76441861 3.40809431 [2383] 3.29868700 4.09469386 3.31788629 3.60042114 1.12989032 2.84041718 [2389] 4.73110635 2.13444394 1.73229183 1.73670787 3.25155878 2.43194812 [2395] 2.33320836 2.68173465 1.85154299 4.05893572 2.57068664 1.84734935 [2401] 4.13547687 3.51999731 3.33795474 2.73289882 3.56815862 0.64675777 [2407] 1.87196936 3.35862935 3.17723952 2.84508616 1.99076293 2.45551529 [2413] 2.41603145 4.23077429 2.61173552 2.74033566 2.55876797 2.24023309 [2419] 1.46275259 2.61126851 3.55497955 3.64717231 4.61652304 3.79853188 [2425] 3.75568431 3.51297960 2.65171408 3.48033639 3.18105749 3.67618992 [2431] 3.78449802 4.37245558 2.74033566 3.05191387 1.52525932 3.06010858 [2437] 2.56308542 4.03403143 3.76845320 3.40385661 3.63385516 3.95989697 [2443] 1.75889971 3.61951657 3.30016165 4.50499311 2.55348640 2.17420216 [2449] 3.74870131 3.05132351 1.58663020 1.73032313 2.65171408 2.61173552 [2455] 2.49530880 3.59494904 3.25155878 3.58752663 3.18105749 4.22975205 [2461] 4.06580076 3.65530330 3.25832245 3.00521819 2.01555758 3.67568529 [2467] 3.81449072 1.73229183 3.51878988 1.90923080 3.12720754 3.02756584 [2473] 3.68030717 2.53860078 1.79486987 2.86938671 3.94916349 4.11015625 [2479] 2.30218587 2.83421334 3.46129206 1.87889273 0.64675777 1.84748954 [2485] 2.19518990 2.81009904 3.79094956 3.79283227 2.45794037 4.24541949 [2491] 2.12840361 3.00521819 2.44216969 2.68203877 2.92576176 3.58752663 [2497] 2.68109633 3.40058985 3.02793042 2.62392316 2.12952247 3.90774136 [2503] 3.51174868 3.82654994 2.52060523 2.59096331 4.14049344 2.07918541 [2509] 2.75252225 3.73773909 3.93030963 3.72416563 2.30347586 3.72416563 [2515] 2.93813749 3.49230466 3.46623487 2.18558257 2.74951927 -0.54922331 [2521] 4.05434029 4.06420257 1.77851339 3.55304013 4.59930055 4.17533240 [2527] 2.96199361 2.12849729 1.44433477 3.05577232 4.59930055 3.24358575 [2533] 3.20364785 2.67877780 2.23296596 3.20876894 3.86238467 3.06031624 [2539] 0.68177374 2.82911992 0.25317926 2.22838528 5.13058000 1.97001040 [2545] 2.64246484 3.13526543 3.51042734 2.64693325 1.24192121 1.26957521 [2551] 2.71767640 4.23933379 3.45494555 3.91277228 4.26420584 4.39746433 [2557] 3.01115808 4.34874465 4.57380175 0.54316372 3.16423405 1.46604941 [2563] 3.26248492 3.51633937 2.22838528 3.14777892 4.02900126 2.22838528 [2569] 0.02633089 0.78897025 3.60854758 4.81083493 3.56815862 3.02312101 [2575] 3.16870002 3.20876894 3.53754228 1.37324222 3.92223135 3.98646166 [2581] 2.61126851 2.77773870 2.07918541 3.18105749 1.68036494 3.89920384 [2587] 1.70694018 2.35108735 2.12952247 2.73825718 3.25832245 2.47830489 [2593] 3.12450745 5.51668067 2.77354628 2.27095447 4.43342763 4.96951094 [2599] 4.25259638 0.78897025 4.69111184 3.05132351 4.65445708 3.30350130 [2605] 4.24615024 3.90039844 2.30604927 2.95402610 1.99076293 2.82332488 [2611] 3.64717231 2.71767640 3.64875656 3.40385661 2.02363909 2.46334533 [2617] 2.63254546 1.98718485 3.69792800 3.23617633 2.95402610 2.14421267 [2623] 3.11149573 1.31069221 2.08378543 0.69402369 2.88638084 3.71445770 [2629] 3.26113265 2.68109633 2.87553754 4.17867959 3.74870131 3.73715296 [2635] 3.72416563 2.82219586 2.97282559 1.45004043 4.33331569 3.08192632 [2641] 3.49823973 4.12101679 2.98896530 3.62806979 3.75568431 2.63761404 [2647] 3.15630942 5.03689304 4.21142330 2.36600935 2.68201226 2.11723361 [2653] 1.42930553 3.22680126 2.41603145 4.39931470 5.26626760 3.04385789 [2659] 5.08189167 4.92983836 1.90437975 3.32930404 3.23617633 3.43966851 [2665] 2.33831241 3.71445770 2.42769501 4.39746433 3.48033639 3.63245817 [2671] 2.26904742 0.98958735 3.13463344 2.61736822 2.33777226 2.89134645 [2677] 3.30886204 3.46286081 2.58572577 2.67197230 2.93026255 3.02274154 [2683] 4.36288288 2.41739870 2.82166038 3.91497482 2.12840361 3.28237811 [2689] 3.76418727 2.51792494 2.20196406 1.56478536 2.12952247 3.17960482 [2695] 2.35256710 3.22303431 5.26626760 4.22769261 1.26957521 3.13526543 [2701] 3.48879988 4.39931470 3.53437968 2.47598133 0.69402369 3.33080974 [2707] 3.96897447 4.13547687 3.35757200 3.67568529 2.08270073 4.07122845 [2713] 3.79283227 3.74133849 2.77717155 3.73722888 2.73861962 2.56791267 [2719] 4.61652304 3.25337583 2.24405032 2.41125980 4.17316780 2.64396273 [2725] 3.27599243 3.89920384 1.73670787 4.14049344 3.55116372 2.22732893 [2731] 3.25832245 3.93705926 1.52525932 3.64875656 3.92223135 4.81083493 [2737] 3.56852463 1.46604941 2.68244240 3.74591374 3.37896607 2.21492056 [2743] 2.33313786 2.57068664 1.90923080 2.68244240 3.25337583 4.03873985 [2749] 4.22769261 4.40914087 3.02321823 3.62829008 2.22838528 2.67877780 [2755] 1.53106232 3.11149573 3.84732859 2.08378543 3.55497955 2.58304667 [2761] 2.53836179 3.91277228 4.35041641 3.09217014 4.96951094 2.07169954 [2767] 1.03422252 3.20808442 0.69402369 4.40914087 4.09210136 3.16423405 [2773] 4.02010011 4.43602645 3.65893927 2.31949435 2.30604927 3.10693792 [2779] 3.97452617 1.83762023 1.83762023 3.67022607 2.08003040 3.89580753 [2785] 2.71845536 2.83576240 1.98384160 1.73062498 4.09210136 1.11600943 [2791] 3.11369330 4.43342763 4.04571272 2.31138565 4.30168866 1.77325529 [2797] 3.21856787 3.13526543 2.05984609 2.67336441 3.48851538 2.78331632 [2803] 0.54316372 2.48177981 2.02997127 2.80310890 2.71700748 2.27282141 [2809] 3.62787571 0.32963307 3.77467166 2.95019536 3.55304013 2.23093943 [2815] 1.49655382 3.73446405 2.72643269 3.46129206 3.11369330 2.68173465 [2821] 2.16688951 3.63018931 4.68365482 5.03689304 1.15611090 3.71205335 [2827] 3.73886087 1.66834552 3.16872129 -0.54922331 3.35862935 3.40058985 [2833] 2.82241496 4.64667652 3.70158314 2.64693325 1.39704148 3.24030762 [2839] 3.93889020 3.32130440 2.74006704 2.17046405 2.60516882 1.17049837 [2845] 2.26577221 2.55057990 1.61925078 2.78546523 2.35126904 0.68177374 [2851] 3.28237811 3.85827878 1.45004043 2.71153213 1.55639993 2.93813749 [2857] 3.18981022 2.72643269 5.17133501 4.46885937 3.50493734 2.59096331 [2863] 3.68678444 4.03873985 3.43492967 3.64475798 3.05577232 2.78679454 [2869] 2.51028437 3.54059051 3.30350130 3.37973182 3.02793042 0.32963307 [2875] 2.17622756 1.41735006 2.73289882 2.71845536 4.16108415 1.10391364 [2881] 4.13558498 3.06543938 3.23845957 3.06010858 3.80465752 3.02321823 [2887] 2.95740954 2.61126851 3.36622841 3.23845957 3.81449072 5.11796885 [2893] 2.31949435 5.13058000 2.24522944 3.24030762 3.91277228 2.03378605 [2899] 1.72866520 3.12720754 4.96951094 4.13728748 1.94196371 3.46623487 [2905] 2.01555758 3.25155878 3.90167830 2.35126904 2.11872479 5.03689304 [2911] 3.38634154 4.54961429 1.73448010 4.84230698 2.55057990 2.53836179 [2917] 2.24023309 1.58663020 3.02608507 4.85118330 2.09409887 2.98779932 [2923] 3.45934848 1.30587139 3.26223485 3.40227294 1.95228154 2.62392316 [2929] 3.49815647 3.97223682 2.03089791 4.14869768 5.32358303 3.87088971 [2935] 1.66206143 1.77325529 4.42679984 3.73541498 1.94164757 3.46129206 [2941] 1.66966382 3.05577232 3.37896607 3.26395796 1.18089254 3.70248832 [2947] 2.49530880 2.05984609 2.80650580 1.65653936 3.13216115 3.40385661 [2953] 4.04258084 5.03689304 1.94164757 3.49611472 1.77847973 2.54316479 [2959] 3.44403885 2.19518990 3.37634184 3.47287394 3.77065378 3.32130440 [2965] 2.64783120 2.73861962 1.85434825 2.25845525 2.47598133 1.62694779 [2971] 3.75369222 3.15214814 2.92576176 1.45137568 3.37817283 2.61047116 [2977] 2.97910202 2.74951927 1.73229183 3.35985545 4.52207793 3.31788629 [2983] 2.31949435 2.23638245 2.11069032 3.51867190 1.46642342 1.73448010 [2989] 3.37896607 3.63506581 1.88106045 2.83859820 2.71285528 4.45363478 [2995] 3.10663031 3.02321823 4.70319394 0.99169489 4.06580076 2.75626206 [3001] 3.15214814 3.59514800 2.32894062 3.54113935 2.95740954 3.72205853 [3007] 4.39457057 1.52328529 3.21856787 3.43089308 2.77869412 2.90721438 [3013] 1.50842740 3.77065378 3.17960482 2.71845536 4.38412768 2.73808921 [3019] 1.73032313 2.92127043 2.76441861 0.25317926 2.25845525 4.23933379 [3025] 2.71153213 0.98958735 4.81083493 0.26572093 2.73861962 3.39269973 [3031] 2.24405032 2.33789607 3.55304013 2.69533637 1.09033586 3.66574486 [3037] 1.94164356 2.45551529 4.43342763 3.60042114 2.68201226 3.13463344 [3043] 1.66966382 2.56791267 1.65660145 2.65616205 3.40782308 3.66574486 [3049] 4.05483418 3.29868700 3.41334505 2.04120179 3.34941811 3.08192632 [3055] 2.23638245 2.92926963 1.66206143 3.11149573 2.04120179 3.48851538 [3061] 2.27095447 2.62917986 3.49815647 1.66966382 3.18981022 3.49230466 [3067] 2.82235809 2.65171408 2.87553754 3.68011731 1.24192121 3.46463896 [3073] 2.47830489 4.25115361 2.35126904 2.08270073 2.49530880 3.27448700 [3079] 2.65616205 2.17046405 4.28018308 2.23638245 3.73541498 1.11600943 [3085] 4.70319394 3.63852149 5.32358303 3.22916186 3.67316774 3.25155878 [3091] 3.08385580 3.45494555 1.73229183 0.68177374 4.23933379 1.11433026 [3097] 2.99359270 4.75937449 2.80779040 1.90437975 3.17684547 2.77962622 [3103] 2.46334533 3.73722888 4.75235415 1.31069221 3.07311189 3.37475866 [3109] 2.56791267 3.40809431 3.78449802 1.91248573 3.74721141 3.06010858 [3115] 1.03422252 2.63254546 2.62392316 2.47416407 1.24192121 2.98085199 [3121] 3.10693792 5.26626760 3.94931406 1.68036494 2.17420216 4.62457942 [3127] 4.01813510 3.49959514 2.33831241 2.04120179 3.63245817 3.51538790 [3133] 4.57380175 0.69402369 1.90437975 4.65445708 2.78546523 1.37324222 [3139] 1.94164356 3.65893927 3.84105698 0.76035175 1.85154299 3.53754228 [3145] 2.78790780 3.23845957 3.14777892 3.65893927 1.77325529 2.41739870 [3151] 2.33313786 4.73110635 2.30347586 2.12802028 1.45004043 2.24100496 [3157] 1.93298545 4.29343082 3.18105749 4.16141072 2.62735424 2.46334533 [3163] 2.87094326 3.81277877 3.02312101 3.04639953 2.22732893 2.43741837 [3169] 3.35770167 3.89810601 3.72416563 2.90052805 2.48177981 1.52525932 [3175] 2.97282559 3.56623448 1.16310922 5.32358303 1.11600943 3.37817283 [3181] 4.12101679 2.11704220 3.73464036 4.34041074 3.32349341 3.48879988 [3187] 3.49452371 2.08270073 2.67197230 3.95656709 4.22769261 3.08192632 [3193] 3.30350130 2.00932817 2.50484059 2.92127043 2.09690345 3.81277877 [3199] 3.11369330 1.46275259 1.09033586 2.89086969 4.12101679 1.94909680 [3205] 3.68011731 3.31128836 3.01115808 3.49959514 2.77717155 4.61652304 [3211] 0.71389490 2.29330061 3.87088971 5.26626760 1.83762023 3.94931406 [3217] 1.73448010 3.40403505 2.94340735 2.68244240 3.31012178 2.80779040 [3223] 3.88359841 0.96105609 3.71445770 3.68011731 3.74733404 3.70248832 [3229] 2.73825718 1.61204557 1.97341431 4.42674554 3.40385661 2.82166038 [3235] 2.23296596 4.11244746 1.41735006 2.12840361 4.57380175 3.86258110 [3241] 1.49250043 3.10525491 3.18105749 1.42930553 3.79793335 3.96897447 [3247] 2.44373924 2.97282559 3.88877357 4.40914087 1.77325529 3.32130440 [3253] 3.81277877 3.56623448 3.90039844 2.78790780 2.72643269 2.73808921 [3259] 2.43223185 2.01555758 3.14823482 2.16688951 1.94164356 3.13216115 [3265] 2.74637470 3.51042734 3.97223682 2.73825718 2.12802028 4.29343082 [3271] 3.15965582 2.08003040 3.06010858 4.02900126 4.23933379 3.19311486 [3277] 2.71845536 2.02997127 2.78546523 3.11149573 4.43602645 3.56815862 [3283] 1.98718485 5.26626760 4.65242001 4.14049344 3.66574486 3.70158314 [3289] 1.15750926 2.56791267 1.16310922 3.31047108 3.70248832 4.35600474 [3295] 2.17622756 2.62735424 4.45363478 4.40914087 3.99705868 3.71218944 [3301] 1.18089254 3.62915396 2.70401568 3.01558939 2.81009904 3.22680126 [3307] 1.94164356 1.64098371 1.92086304 2.36182009 4.65445708 4.69111184 [3313] 4.28018308 2.29330061 3.21522831 2.75252225 3.63245817 3.43515175 [3319] 2.74951927 3.77467166 2.86938671 3.05132351 3.64875656 2.12621841 [3325] 3.76118277 3.74733404 3.88877357 4.98433255 3.96897447 4.57380175 [3331] 2.82166038 2.58876304 1.49250043 3.64875656 2.37265984 3.66574486 [3337] 4.23077429 1.06004160 0.26572093 4.96951094 0.76035175 2.98976066 [3343] 3.20344085 1.77851339 2.41631256 2.88638084 4.33331569 2.55057990 [3349] 2.36600935 3.79094956 2.92697314 3.71161176 3.54113935 0.02633089 [3355] 2.54480748 2.62735424 2.84508616 2.09409887 2.71285528 3.61713659 [3361] 2.63254546 2.53836179 3.29029487 1.84748637 2.90460323 4.37405218 [3367] 2.64693325 1.46604941 3.63506581 4.44709018 2.32894062 2.82219586 [3373] 3.63506581 1.58582651 2.58304667 1.94909680 3.60754235 3.84655134 [3379] 2.81740390 1.08578173 2.20580147 3.02274154 2.58304667 0.99169489 [3385] 1.09033586 3.52017387 2.31949435 3.12659686 3.90167830 2.71700748 [3391] 5.21607393 2.24405032 2.70058462 4.21918745 2.24100496 2.02363909 [3397] 3.26576218 1.37738903 3.38202801 2.47598133 2.83421334 5.51668067 [3403] 3.19311486 1.41759558 3.18981022 2.02997127 4.62457942 2.36600935 [3409] 2.12952247 3.74591374 4.17632272 2.93654361 3.51633937 2.99359270 [3415] 2.27095447 4.22975205 1.61925078 2.53326473 1.94909680 4.86884821 [3421] 1.66206143 3.30016165 2.98085199 3.65699639 2.12802028 3.37973182 [3427] 3.33415838 2.08378543 3.14823482 4.21850447 3.45494555 1.11809004 [3433] 3.54339299 4.65242001 1.16310922 3.44853852 3.51538790 3.38357917 [3439] 2.74589047 3.07173056 3.73715296 3.81449072 3.05132351 2.95899143 [3445] 2.62392316 3.01558939 3.17165414 2.71285528 2.90460323 3.06885602 [3451] 3.20983698 2.96264519 3.67568529 1.37867625 4.21907439 1.82750053 [3457] 4.16108415 5.11796885 4.17867959 1.17170669 4.74556612 2.97282559 [3463] 4.35600474 2.08270073 3.97223682 2.05984609 3.62806979 3.76418727 [3469] 4.61652304 2.47936445 2.61770064 1.03422252 4.92983836 1.89801286 [3475] 2.08270073 1.84387169 1.09033586 4.69339705 2.12952247 3.20808442 [3481] 2.57575713 4.98433255 2.04538902 1.63938299 3.26873569 2.03089791 [3487] 3.61758454 5.03689304 1.75889971 2.83859820 4.03403143 2.65616205 [3493] 3.51633937 3.73446405 2.98779932 4.86884821 3.62787571 3.95646214 [3499] 1.61925078 4.04258084 3.18105749 2.61027856 3.32349341 4.06711929 [3505] 4.84230698 3.49815647 3.77455156 4.65094656 2.70058462 2.94768451 [3511] 4.16108415 3.02321823 3.10121563 3.06602127 3.70248832 1.63566575 [3517] 3.98031443 2.97910202 4.64667652 3.59514800 2.98779932 2.74589047 [3523] 3.33080974 3.12720754 2.83576240 3.21967981 4.13728748 2.09690345 [3529] 1.91248573 1.94164757 3.90039844 3.40607595 2.65171408 0.69402369 [3535] 2.87094326 2.67197230 2.64396273 2.69533637 3.20344085 2.11723361 [3541] 4.57380175 3.26395796 1.99924686 3.63385516 4.23781564 1.94164757 [3547] 0.98958735 3.01318217 3.99705868 1.84734935 2.43906052 4.06580076 [3553] 2.91752202 4.80313077 1.57934230 3.75980797 2.41631256 3.26873569 [3559] 2.93654361 2.02997127 2.30347586 3.17448889 2.49980683 2.37265984 [3565] 3.52017387 3.25155878 3.74871300 3.35884802 3.63018931 3.22880349 [3571] 3.46129206 2.82219586 3.44853852 1.73229183 1.46642342 3.56852463 [3577] 2.85178999 4.16196885 4.81083493 3.64539329 1.15611090 1.55639993 [3583] 2.47936445 2.40259060 1.73670787 3.20876894 2.97485349 3.36622841 [3589] 4.21850447 2.82332488 3.85827878 1.45004043 4.87719772 3.21856787 [3595] 1.94909680 0.71389490 2.91752202 3.09217014 1.58582651 3.61713659 [3601] 2.94768451 4.37245558 2.85178999 2.00932817 1.99775382 3.56815862 [3607] 3.01115808 4.30168866 3.63179411 2.87094326 2.07918541 3.30592473 [3613] 1.45335751 2.56308542 3.45934848 1.53832927 3.07173056 3.96457458 [3619] 4.05203157 3.26223485 2.25455487 3.02274154 1.86406305 3.44853852 [3625] 4.02824671 4.35041641 2.23395249 4.02824671 3.32130440 3.21967981 [3631] 1.17049837 2.61770064 3.35985545 4.37357215 5.04540216 1.79486987 [3637] 3.65893927 1.62940904 3.65574277 3.92223135 4.04258084 2.88424273 [3643] 0.71389490 3.04639953 3.25832245 3.23845957 1.77134166 3.51999731 [3649] 2.82911992 2.74637086 2.11985091 2.92697314 1.95319443 2.92576176 [3655] 3.35770167 3.51297960 3.21856787 1.15750926 4.21907439 0.99169489 [3661] 2.60869014 2.99170612 3.64125986 2.76441861 3.48775279 4.65242001 [3667] 2.80310890 3.33080974 4.98433255 0.32963307 2.70134837 1.11809004 [3673] 2.77354628 3.22880349 4.37730542 2.65171408 2.97910202 3.26576218 [3679] 1.77847973 2.94768451 3.49611472 3.44853852 2.68173465 3.61951657 [3685] 3.88359841 1.11600943 3.30886204 2.90406463 3.71218944 3.74733404 [3691] 3.00521819 5.26626760 3.82156844 2.43741837 3.49815647 2.95402610 [3697] 1.31069221 4.96252438 3.49452371 2.26577221 2.56791267 2.43906052 [3703] 5.51668067 3.37475866 2.46749341 1.92503926 2.43906052 3.51999731 [3709] 2.12952247 4.13728748 1.08578173 3.93889020 4.39931470 1.45137568 [3715] 2.03520197 3.73722888 3.02321823 2.99359270 3.25811500 3.20344085 [3721] 3.52540933 3.30886204 3.75369222 3.01115808 2.89134645 4.30168866 [3727] 2.39762649 1.44978869 2.44943022 2.82166038 1.73448010 3.07032995 [3733] 3.39526308 3.12720754 2.97282559 2.39762649 3.72205853 3.08385580 [3739] 3.01318217 4.02900126 2.63761404 2.56207012 3.09217014 2.43741837 [3745] 0.26572093 2.79796657 4.16108415 3.36280753 2.12621841 3.25832245 [3751] 1.46604941 3.56277442 2.58572577 2.70401568 3.51999731 3.74721141 [3757] 1.17049837 2.64783120 1.87196936 3.55304013 4.36288288 2.90406463 [3763] 4.05203157 4.05483418 2.71153213 3.76102187 1.77851339 4.55775559 [3769] 3.64475798 2.41739870 3.74884015 1.94196371 4.69339705 2.07918541 [3775] 2.56308542 3.66766371 4.55775559 3.08762961 3.65893927 4.25115361 [3781] 2.57575713 3.37817283 3.29029487 3.62776687 4.19469845 2.67773752 [3787] 2.20196406 2.59096331 2.04538902 3.74871300 3.08762961 3.74959895 [3793] 3.38357917 2.05946960 4.47203383 1.66834552 1.11600943 2.67877780 [3799] 3.11149573 2.85071981 3.55626840 4.42674554 2.60669621 4.30168866 [3805] 2.44943022 2.27434161 2.26232587 4.98433255 2.86562311 4.13558498 [3811] 2.93198364 3.76418727 4.04571272 0.28491414 3.25337583 2.73808921 [3817] 4.12101679 3.87785656 2.30604927 2.77773870 2.47598133 3.90167830 [3823] 3.82837166 2.92697314 2.50027767 1.53106232 2.19252415 2.04538902 [3829] 3.49230466 2.73808921 3.46494629 4.65445708 3.82837166 3.43821160 [3835] 1.84748954 2.98779932 1.65660145 3.33080974 2.64246484 3.44215001 [3841] 1.14573340 3.51867190 4.14049344 3.96897447 4.13558498 1.58663020 [3847] 2.35126904 2.52060523 3.15965582 2.36600935 2.41631256 1.94196371 [3853] 3.07032995 2.82332488 3.26576218 1.73032313 3.26248492 3.44215001 [3859] 3.17684547 3.74733404 1.93580616 3.32930404 3.62915396 1.90437975 [3865] 2.82235809 2.68201226 3.45934848 2.05553588 2.67197230 2.21492056 [3871] 2.35256710 4.39931470 2.39762649 1.68036494 4.81083493 0.64675777 [3877] 4.62457942 4.02900126 2.05589104 2.05553588 3.16423405 1.11433026 [3883] 3.77455156 5.27866212 2.81583017 3.29868700 2.23966175 3.41151798 [3889] 2.61770064 3.53754228 2.26232587 3.01318217 2.87553754 2.72643269 [3895] 2.33777226 1.11809004 2.57802748 3.13216115 3.24358575 2.73861962 [3901] 1.73229183 3.22680126 2.33789607 1.93580616 4.24288445 3.82168068 [3907] 1.11600943 3.70248832 2.07232430 1.96970973 1.85154299 3.31012178 [3913] 2.90721438 4.14049344 4.36288288 3.44853852 1.92503926 1.83762023 [3919] 2.89086969 2.94340735 5.21607393 2.62735424 2.61770064 2.77773870 [3925] 1.98583804 3.40782308 4.22769261 3.78715640 3.05577232 1.88106045 [3931] 2.46749341 2.86938671 2.85814234 3.40782308 2.11704220 5.44572370 [3937] 3.70444903 3.65574277 3.37973256 3.07311189 3.13526543 2.08258954 [3943] 1.50842740 3.10663031 3.63852149 1.13051869 2.63761404 2.29330061 [3949] 3.40058985 3.11369330 4.65445708 2.90460323 3.36547572 0.26572093 [3955] 3.22680126 2.60516882 3.17165414 4.16196885 1.58582651 4.74556612 [3961] 3.90167830 1.71791421 2.92212068 4.96252438 3.30016165 2.04697926 [3967] 3.01248545 3.99705868 1.08402124 3.94916349 4.45123970 2.91752202 [3973] 3.93889020 2.62392316 3.59494904 1.03422252 3.66574486 3.98031443 [3979] 3.71205335 3.40782308 3.46286081 4.74556612 2.04538902 2.44373924 [3985] 2.01471552 2.65171408 1.61925078 3.00566459 1.66834552 2.19518990 [3991] 4.58815899 2.93813749 4.21850447 4.02900126 1.03422252 3.60754235 [3997] 2.61770064 3.07311189 3.53643554 2.47830489 1.17170669 3.49815647 [4003] 3.26395796 4.21918745 2.93654361 4.09890252 3.23845957 4.37405218 [4009] 3.46129206 2.64396273 2.53860078 4.45363478 3.45934848 2.52453208 [4015] 1.45137568 1.75864922 3.66574486 3.12659686 0.77035929 1.68060534 [4021] 3.47287394 3.98646166 -0.72796076 2.43190130 1.93298545 3.49611472 [4027] 3.74721141 2.92408385 4.96252438 2.80310890 2.70134837 1.46275259 [4033] 2.64246484 3.26797659 4.22975205 3.26395796 3.62915396 3.15965582 [4039] 4.17632272 2.60669621 3.40809431 2.23638245 2.41739870 2.31029888 [4045] 1.58663020 2.04120179 2.86562311 4.39457057 2.61770064 3.26113265 [4051] 2.74951927 3.31012178 1.66747958 5.04540216 2.66091762 3.54059051 [4057] 4.55613212 1.87889273 3.21967981 3.27599243 1.57934230 4.39457057 [4063] 3.84655134 3.63385516 2.77869412 2.64783120 0.25317926 2.78679454 [4069] 0.32963307 3.22880349 2.87555550 2.14657135 3.01248545 3.74591374 [4075] 3.90167830 0.25317926 1.08402124 1.79112956 1.45137568 4.02010011 [4081] 0.02633089 3.71445770 -0.72796076 3.43506052 2.38670779 2.07169954 [4087] 3.44403885 2.77717155 2.29330061 4.06711929 1.11433026 3.06058183 [4093] 3.61713659 3.39526308 2.43190130 3.11149573 3.59514800 3.55263169 [4099] 1.39704148 4.09210136 2.93813749 3.04639953 2.00155688 2.39762649 [4105] 2.71153213 2.85814234 2.11723361 4.62457942 1.24663074 4.19613362 [4111] 4.30168866 2.74855305 3.37973256 3.55800438 3.09510925 4.05893572 [4117] 3.43821160 4.68365482 3.65530330 4.41686506 3.25811500 4.65445708 [4123] 4.13728748 2.78546523 2.78546523 2.85178999 3.86238467 2.55057990 [4129] 1.58640273 3.84655134 3.18981022 2.81583017 3.63018931 2.02217308 [4135] 4.96951094 2.07232430 2.23296596 3.17760564 1.65660145 1.63887572 [4141] 3.63385516 3.42879446 2.43194812 3.76845320 3.39526308 3.31012178 [4147] 3.05709355 4.03873985 2.30218587 3.25832245 2.61047116 2.54551829 [4153] 3.88359841 2.35126904 2.90052805 4.25259638 3.93576257 2.14657135 [4159] 4.13558498 1.93580616 1.69099081 3.20344085 2.61736822 5.21497588 [4165] 4.01562792 3.45949474 3.72716941 3.49452371 3.32463345 2.75252225 [4171] 1.92503926 2.81740390 2.04120179 1.98583804 1.45335751 3.43492967 [4177] 4.45363478 4.02010011 1.44978869 3.26576218 3.75980797 1.03422252 [4183] 3.79283227 2.78790780 1.04428049 2.64693325 5.26626760 4.14869768 [4189] 1.08578173 2.95019352 2.60516882 3.15630942 1.45335751 1.28704094 [4195] 1.83762023 1.99924686 1.65653936 4.02100627 3.13216115 3.09510925 [4201] 3.61831646 3.37634184 4.16196885 3.53856041 2.95402610 3.37634184 [4207] 3.07311189 3.62806979 2.29330061 2.00155688 3.82837166 3.01971259 [4213] 1.82750053 3.48775279 4.09469386 2.43906052 2.54316479 3.46463896 [4219] 2.02997127 3.17723952 3.81277877 2.67458214 2.87553754 1.94909680 [4225] 1.12989032 2.43014361 1.41489035 4.42679984 2.33831241 4.50450372 [4231] 2.74033566 2.03089791 3.67618992 4.33100819 2.02217308 3.21522831 [4237] 3.02637788 2.05589104 3.51867190 4.13547687 2.05589104 2.56791267 [4243] 2.19252415 3.50493734 3.24030762 2.64396273 1.77847973 3.43966851 [4249] 4.01813510 3.73886087 3.56852463 3.52017387 0.71389490 3.39465048 [4255] 3.45383497 3.99705868 2.91752202 2.79796657 3.19311486 4.45123970 [4261] 3.46494629 4.96639913 4.17533240 2.67458214 2.71767640 2.83859820 [4267] 1.55777601 3.05577232 2.83641496 3.84120096 4.24615024 3.99960528 [4273] 2.99170612 4.16108415 2.50027767 3.84732859 1.99076293 3.82156844 [4279] 3.62787571 1.93647816 4.46885937 3.73715296 3.46623487 1.95319443 [4285] 4.41270552 2.24100496 3.71445770 3.68011731 1.84748954 3.25811500 [4291] 2.80941582 3.55262066 2.84041718 2.02217308 0.96105609 2.24100496 [4297] 3.25993153 5.27866212 3.71445770 3.22303431 2.29330061 3.55626840 [4303] 3.81277877 2.59096331 3.74591374 2.66292058 2.71153213 2.92926963 [4309] 2.64693325 4.42679984 3.14823482 3.53754228 2.14657135 2.02997127 [4315] 2.33313786 3.25126973 3.84105698 2.74006704 2.23093943 1.42930553 [4321] 2.02217308 4.02100627 4.86361369 1.56478536 3.85827878 2.93813749 [4327] 1.57934230 1.64098371 3.84732859 1.95228154 1.39704148 3.37475866 [4333] 3.65574277 3.85827878 2.41631256 1.99775382 2.67336441 3.73715296 [4339] 4.80313077 2.60869014 4.14869768 3.64475798 1.94164356 3.51174868 [4345] 3.09510925 0.78791119 3.08762961 3.11149573 2.78546523 0.98958735 [4351] 5.32358303 2.22838528 4.36288288 2.88638084 3.04515808 1.95228154 [4357] 2.92926963 4.13728748 2.00155688 3.98031443 2.21492056 2.33789607 [4363] 2.90406463 3.15630942 2.56207012 4.45363478 2.61770064 2.61770064 [4369] 4.16196885 2.74637086 2.98976066 2.20580147 1.45408352 1.41759558 [4375] 3.15965582 4.13558498 5.51668067 5.20966501 1.58663020 2.92127043 [4381] 1.87196936 2.75252225 3.71445770 2.56207012 4.35133639 3.63179411 [4387] 3.09217014 3.71161176 3.55497955 4.17632272 2.55057990 4.65094656 [4393] 3.31903177 2.67197230 3.49959514 1.90437975 2.84041718 3.17165414 [4399] 4.96252438 2.97910202 2.82332488 2.90052805 3.65574277 2.71700748 [4405] 3.06602127 2.17046405 2.04120179 2.36182009 1.63995900 1.30233222 [4411] 4.13547687 3.74870131 2.83859820 2.98896530 3.49611472 2.30604927 [4417] 3.52017387 2.30347586 3.70444903 2.66091762 2.60431477 3.26576218 [4423] 2.61770064 0.32963307 3.02608507 1.45004043 2.08258954 3.02896609 [4429] 1.77134166 3.41151798 2.41631256 3.08762961 4.35041641 1.57934230 [4435] 3.93576257 4.61652304 3.28237811 3.88877357 2.69533637 3.65893927 [4441] 2.71700748 4.16108415 4.62457942 2.68173465 3.26395796 1.77134166 [4447] 2.67458214 3.86258110 3.63018931 1.45408352 3.17448889 3.30592473 [4453] 3.25993153 2.42769501 1.94909680 2.95019536 1.17225025 3.40809431 [4459] 2.96199361 3.76491236 3.26873569 3.80885376 2.58572577 3.37973256 [4465] 0.25317926 1.98583804 2.99170612 1.93580616 3.74133849 2.83641496 [4471] 2.24100496 2.58472121 3.43089308 2.77869412 2.78025624 2.03378605 [4477] 3.53754228 2.50484059 3.87785656 3.73464036 1.93647816 1.75383216 [4483] 3.64125986 3.30592473 2.90052805 2.69533637 3.85311025 2.07232430 [4489] 3.50962797 2.76441861 3.02608507 3.87785656 3.17165414 2.68173465 [4495] 4.19469845 -0.72796076 3.95656709 3.35985545 3.04385789 3.17716060 [4501] 2.94340735 1.79338917 4.05893572 4.19613362 2.20580147 1.28704094 [4507] 4.25840602 3.67316774 3.28598680 2.88424273 2.81740390 4.18954559 [4513] 3.62314454 3.38360023 2.12952247 2.60669621 4.14869768 3.67618992 [4519] 2.52060523 4.83523336 3.11149573 2.96199361 4.87719772 3.14823482 [4525] 3.87785656 0.77035929 2.54551829 3.56277442 3.76118277 2.31138565 [4531] 2.73861962 3.74133849 3.70248832 4.37357215 2.59096331 3.41334505 [4537] 2.60516882 2.17046405 2.12621841 3.88359841 4.37730542 2.71767640 [4543] 3.79094956 3.74959895 1.66834552 2.67458214 2.73861962 2.54332581 [4549] 3.06058183 3.93030963 2.66292058 4.54961429 3.94931406 4.33100819 [4555] 4.39931470 2.17622756 1.94164757 1.17049837 3.46463896 3.77065378 [4561] 3.10121563 1.94164356 4.39931470 3.56623448 2.46334533 1.84748637 [4567] 3.82156844 3.64475798 1.15750926 4.11244746 3.45383497 4.17867959 [4573] 2.87094326 2.30604927 2.33320836 4.16346418 1.24192121 3.84715261 [4579] 3.20683555 3.20683555 3.04515808 1.83762023 2.20580147 3.79853188 [4585] 2.92576176 3.48775279 3.96897447 3.13526543 1.77847973 5.11796885 [4591] 2.03378605 1.03422252 3.63852149 3.24358575 2.83421334 2.43223185 [4597] 4.84695790 2.64693325 1.65653936 3.38360023 3.09510925 1.62940904 [4603] 3.67618992 3.13463344 1.61925078 3.86258110 3.69792800 2.47416407 [4609] 0.32963307 4.59930055 2.87849019 3.05191387 4.86361369 4.28320931 [4615] 4.16346418 2.23296596 3.56852463 4.09890252 4.52207793 2.89134645 [4621] 2.98896530 3.51042734 2.78025624 2.88424273 2.39323121 1.49405044 [4627] 2.68244240 3.37973256 3.06885602 3.67618992 3.95989697 3.76102187 [4633] 4.04571272 5.08189167 1.66747958 0.96105609 2.63761404 2.98241228 [4639] 3.46463896 4.96951094 2.45551529 2.43906052 4.69111184 2.76283898 [4645] 3.93973190 3.74591374 3.84120096 2.88424273 4.27211719 4.37245558 [4651] 2.12849729 4.34041074 3.67568529 4.26420584 3.16870002 0.77035929 [4657] 2.43014361 2.81009904 2.08258954 2.86660219 3.88359841 1.93647816 [4663] 3.63385516 3.26223485 2.19252415 3.51174868 3.49230466 3.76418727 [4669] 3.26113265 2.35108735 3.40227294 3.12450745 3.33080974 3.82837166 [4675] 3.39269973 3.40058985 3.74870131 3.74133849 1.45335751 1.85154299 [4681] 3.05132351 2.68203877 2.65171408 2.77717155 2.50027767 4.35600474 [4687] 1.15611090 4.80313077 2.77773870 3.24077011 3.20683555 2.26577221 [4693] 0.76035175 2.84508616 2.08003040 4.14049344 1.95319443 2.92127043 [4699] 2.85178999 1.62694779 4.37405218 3.22680126 3.49611472 3.49823973 [4705] 3.86258110 2.68173465 0.77035929 2.19518990 3.45383497 2.51792494 [4711] 4.96639913 3.08762961 1.87889273 1.08578173 3.75369222 2.12802028 [4717] 4.21918745 2.08003040 2.55057990 2.98779932 5.17133501 3.74133849 [4723] 1.98384160 2.77962622 0.28491414 2.71845536 4.06711929 4.75235415 [4729] 3.40227294 2.67336441 0.96105609 1.98439460 2.67336441 4.16108415 [4735] 2.82669986 4.37730542 3.06885602 4.16141072 3.04639953 1.11809004 [4741] 4.65242001 1.86406305 3.12720754 1.62694779 4.03403143 2.95740954 [4747] 4.11015625 2.45551529 2.07918541 3.25337583 4.87719772 1.61204557 [4753] 4.65094656 1.16310922 3.93030963 1.97001040 3.58752663 2.09409887 [4759] 3.14777892 3.43089308 1.89801286 2.97282559 2.73861962 0.69402369 [4765] 2.65171408 1.61204557 1.62694779 2.35126904 5.32358303 3.40675653 [4771] 4.35041641 3.36547572 3.43089308 3.02321823 2.90721438 2.90406463 [4777] 3.73464036 4.25259638 3.79283227 2.68173465 3.26223485 1.31069221 [4783] 3.79853188 4.75960910 2.31529936 2.67877780 1.93647816 2.67336441 [4789] 2.92576176 -0.54922331 4.41270552 2.47436821 2.96264519 3.46886619 [4795] 3.64125986 3.51867190 1.17225025 4.34874465 2.82332488 4.43602645 [4801] 2.74160569 3.98031443 2.86660219 3.07032995 3.49959514 3.68030717 [4807] 1.61925078 2.61354345 2.51792494 2.82241496 3.30886204 2.83421334 [4813] 2.99249371 3.31402914 3.79866114 3.30016165 3.87088971 3.91277228 [4819] 4.34041074 2.90406463 2.43194812 2.53326473 2.35126904 4.85118330 [4825] 1.66206143 3.49815647 1.11433026 3.37634184 1.49250043 4.24541949 [4831] 6.00706393 2.43190130 1.69099081 0.66895135 2.60869014 3.38634154 [4837] 3.74591374 2.83421334 1.86278569 2.83421334 2.82219586 1.66747958 [4843] 3.35884802 2.76283898 3.35985545 3.90039844 1.68060534 3.52540933 [4849] 2.74589047 4.17414844 1.09033586 1.37867625 3.53643554 3.64875656 [4855] 4.05434029 4.21907439 3.28598680 2.71845536 3.18105749 2.67773752 [4861] 4.86884821 2.34541022 3.78449802 2.20580147 2.54316479 2.97485349 [4867] 4.96951094 2.55876797 3.38202801 1.24192121 2.47936445 2.69533637 [4873] 1.73229183 2.03520197 1.84748637 2.90721438 2.02217308 3.77467166 [4879] 2.12621841 2.54316479 4.12101679 3.31047108 3.17684547 3.05191387 [4885] 2.39762649 3.15965582 2.61736822 4.59142572 2.05553588 4.87719772 [4891] 1.44786046 2.51028437 2.94768451 3.56852463 4.59142572 4.92983836 [4897] 4.37245558 1.64098371 3.66574486 3.24077011 3.63506581 4.84230698 [4903] 1.17225025 2.80941582 3.72205853 3.71161176 4.46885937 2.74637470 [4909] 3.85827878 1.06004160 4.65094656 2.78546523 2.90406463 1.63938299 [4915] 1.69099081 3.25811500 2.16762992 1.56478536 3.38634154 2.11872479 [4921] 2.92127043 2.11704220 4.11015625 2.12802028 2.11985091 3.54339299 [4927] 2.43014361 3.38357917 4.92983836 3.70158314 3.40607595 1.97341431 [4933] 3.41151798 3.61713659 1.98384160 2.95019536 4.02824671 3.59494904 [4939] 4.55613212 2.87849019 2.61173552 2.83576240 2.03520197 2.61047116 [4945] 3.17716060 2.53836179 3.07173056 2.80310890 1.06004160 4.16141072 [4951] 2.22838528 2.00932817 1.17170669 1.71791421 4.05434029 2.67336441 [4957] 1.30587139 1.85154299 1.46604941 2.87849019 2.05589104 3.60042114 [4963] 2.67877780 3.52540933 3.22303431 2.84779501 1.70694018 1.08402124 [4969] 2.99249371 3.58752663 3.06031624 2.26904742 3.15965582 4.21142330 [4975] 2.23395249 1.50842740 2.23638245 1.55639993 1.56338258 3.33080974 [4981] 4.16108415 3.93030963 1.11809004 1.66834552 4.29343082 4.30168866 [4987] 2.53836179 2.05946960 4.55775559 3.36547572 2.12849729 1.30587139 [4993] 2.33789607 2.43190130 2.04538902 4.55613212 1.62713636 3.97339414 [4999] 3.37973182 3.06885602 3.49815647 3.36747828 3.06885602 3.93705926 [5005] 1.18089254 3.38357917 3.84732859 0.64675777 2.71153213 2.07232430 [5011] 3.33795474 3.26395796 1.98583804 2.58572577 2.68244240 2.73289882 [5017] 3.49815647 1.84387169 3.79094956 2.56791267 1.84387169 3.37634184 [5023] 2.38670779 3.90167830 2.62917986 2.70134837 3.25993153 5.03689304 [5029] 2.72643269 3.65699639 3.43966851 2.56207012 3.79152679 3.62915396 [5035] 3.34941811 0.96105609 2.57802748 2.82911992 1.75383216 2.31138565 [5041] 2.78331632 3.67022607 4.04571272 3.74871300 3.49452371 1.72866520 [5047] 3.81438722 4.39457057 2.99359270 2.62917986 3.97339414 1.17170669 [5053] 1.98439460 2.20196406 3.17723952 3.62829008 3.51867190 3.33415838 [5059] 2.14421267 -0.72796076 0.54316372 1.84748954 2.44373924 2.86935738 [5065] 3.00566459 3.11149573 2.61354345 2.99063072 3.38360023 2.74033566 [5071] 3.81449072 2.05946960 2.09095430 3.98646166 3.94938170 3.77065378 [5077] 3.25126973 4.61652304 2.67877780 1.96970973 2.12621841 3.73722888 [5083] 1.93298545 1.99775382 3.02608507 3.25832245 1.94909680 1.84748637 [5089] 3.20666789 2.23395249 3.40675653 3.14777892 4.73110635 2.20580147 [5095] 3.40675653 3.87088971 3.43089308 3.30592473 3.73886087 3.00465327 [5101] 3.06602127 2.60669621 2.73289882 3.93973190 3.40385661 2.12840361 [5107] 3.53437968 3.53437968 1.92086304 2.04697926 4.05483418 3.94938170 [5113] 2.77455258 3.33415838 2.38354597 2.11872479 4.39457057 1.90437975 [5119] 4.14869768 5.27866212 2.82166038 3.02608507 2.86935738 3.05132351 [5125] 2.97282559 3.66574486 1.44433477 3.39269973 4.42674554 3.70875091 [5131] 1.45335751 3.94931406 3.43492967 2.04697926 2.82332488 3.46286081 [5137] 2.61173552 2.32894062 2.78331632 2.87849019 2.47936445 1.75889971 [5143] 2.16762992 2.98976066 2.11069032 3.87805417 2.45452578 3.82168068 [5149] 3.48033639 3.99705868 1.99775382 3.21522831 2.11704220 1.98583804 [5155] 4.75235415 2.97910202 2.77455258 1.28704094 2.29330061 3.33080974 [5161] 3.35770167 4.76687399 2.78025624 3.46623487 3.01558939 4.80313077 [5167] 1.50842740 3.78715640 2.98779932 3.33415838 4.74556612 3.89580753 [5173] 5.08189167 2.86938671 1.24192121 3.16870002 2.70134837 3.49230466 [5179] 4.21918745 4.11244746 2.64396273 2.97910202 2.40259060 2.11723361 [5185] 3.43506052 4.38412768 2.24100496 2.98085199 3.06602127 1.17049837 [5191] 2.69533637 2.26232587 2.60669621 1.70694018 2.04120179 2.87849019 [5197] 2.39323121 3.25811500 3.87785656 3.46494629 4.05203157 2.78679454 [5203] 1.53832927 3.11149573 3.14033647 3.05191387 3.40058985 3.60754235 [5209] 2.18558257 1.95319443 4.21907439 3.06010858 2.71767640 3.90774136 [5215] 4.11319134 1.62940904 3.30016165 3.02793042 1.73448010 3.71445770 [5221] 1.65653936 1.77847973 2.75252225 3.26223485 3.90774136 4.55775559 [5227] 1.84387169 2.77869412 2.92926963 4.28320931 3.15630942 4.41686506 [5233] 1.94909680 2.76711409 3.94916349 2.69964239 3.16870002 3.81438722 [5239] 2.43190130 4.86361369 3.82654994 1.17225025 3.01248545 4.16346418 [5245] 3.43506052 3.06010858 2.62735424 3.40607595 1.67128661 2.23395249 [5251] 2.12897420 3.36280753 3.37973182 2.04697926 2.78025624 3.17760564 [5257] 3.51878988 1.57934230 2.03378605 3.65699639 3.95656709 3.70158314 [5263] 4.14869768 -0.72796076 3.89580753 2.95402610 2.84779501 3.53437968 [5269] 3.06602127 1.30233222 3.33415838 1.95319443 3.38357917 3.87088971 [5275] 3.43821160 4.03403143 4.01562792 1.94196371 5.26626760 2.97282559 [5281] 2.99359270 3.72716941 3.04639953 1.31069221 3.35757200 3.85827878 [5287] 2.20196406 2.60869014 2.60431477 2.74033566 2.68203877 3.92223135 [5293] 3.64539329 2.77869412 1.83688502 3.91497482 0.02633089 3.07311189 [5299] 3.60854758 3.16870002 5.17133501 4.05893572 2.70058462 3.63179411 [5305] 3.22880349 3.49823973 3.02312101 3.64717231 4.22769261 3.53754228 [5311] 2.17420216 3.94938170 2.93026255 3.05709355 3.38357917 2.64558303 [5317] 1.45408352 4.02824671 1.94909680 3.25993153 4.33100819 3.75436493 [5323] 2.95019352 3.64125986 4.17632272 4.06420257 3.65893927 2.57575713 [5329] 3.06058183 1.41489035 1.49405044 2.85814234 3.49230466 3.53437968 [5335] 2.95019352 2.81583017 1.17225025 2.35126904 2.52453208 4.43342763 [5341] 2.05984609 3.61713659 3.32349341 4.34041074 4.59142572 2.64396273 [5347] 2.22933877 4.68365482 1.24192121 3.59494904 3.53437968 4.26420584 [5353] 4.50499311 0.54316372 2.64783120 3.93973190 4.61652304 2.95899143 [5359] 4.01562792 2.30604927 4.21850447 3.10693792 3.40403505 2.37265984 [5365] 2.90406463 1.66966382 2.85814234 3.48851538 3.10525491 2.53860078 [5371] 2.74033566 3.77455156 3.67618992 2.25845525 2.92576176 3.29868700 [5377] 3.49959514 2.92408385 2.67773752 1.58663020 1.10391364 2.95740954 [5383] 3.51538790 2.69964239 3.32930404 4.86720313 3.96457458 3.04515808 [5389] 2.38354597 3.48851538 3.24030762 2.03520197 2.49530880 3.20569582 [5395] 3.70158314 1.04428049 0.64675777 3.01115808 4.24288445 1.31069221 [5401] 1.77134166 1.98583804 -0.72796076 0.45913401 2.82235809 3.02274154 [5407] 1.24663074 2.64693325 3.48033639 1.62713636 2.82166038 2.04648449 [5413] 4.65242001 3.84715261 3.05110678 1.44978869 4.06580076 3.17760564 [5419] 4.23781564 3.08192632 3.82654994 2.81009904 3.36622841 2.00155688 [5425] 4.01562792 1.66966382 2.56207012 4.16346418 2.64693325 3.55626840 [5431] 1.97001040 2.67458214 2.31529936 3.05191387 1.45004043 0.71389490 [5437] 3.32349341 3.86258110 3.16870002 3.35884802 2.04538902 2.20196406 [5443] 2.56308542 5.44572370 1.08578173 3.15965582 3.74871300 2.98779932 [5449] 4.65094656 3.24358575 3.62806979 2.43741837 4.85118330 4.02100627 [5455] 4.02824671 3.00465327 3.55116372 4.27211719 4.57380175 4.14869768 [5461] 5.04540216 4.04258084 3.89580753 3.01318217 1.83762023 4.34874465 [5467] 1.86406305 3.84715261 1.46604941 2.04648449 2.78679454 1.79112956 [5473] 4.44709018 3.43821160 4.16108415 2.87094326 0.96105609 4.16141072 [5479] 3.67316774 3.04515808 1.61204557 1.50842740 2.30218587 4.05434029 [5485] 1.08578173 2.47738224 3.16784280 3.37817283 4.84695790 3.63018931 [5491] 4.83523336 4.96639913 1.87979393 4.34041074 3.40058985 3.48033639 [5497] 3.20666789 3.20876894 2.27095447 1.44433477 3.39269973 3.76845320 [5503] 3.56815862 1.03422252 3.16872129 3.39269973 3.11149573 3.06602127 [5509] 2.58472121 2.58876304 3.48033639 2.77869412 3.11149573 2.60869014 [5515] 3.46886619 3.71161176 1.45335751 4.13728748 3.31047108 3.48033639 [5521] 3.48879988 2.60869014 2.11704220 3.25832245 1.68060534 1.98384160 [5527] 2.61173552 3.08192632 2.87094326 3.63245817 4.57380175 2.81740390 [5533] 1.46275259 3.54113935 3.80465752 2.54551829 3.81438722 1.16310922 [5539] 1.69099081 2.97099772 3.98646166 3.30592473 2.12849729 2.66292058 [5545] 3.46463896 0.25317926 5.17133501 3.70248832 2.86562311 2.11723361 [5551] 4.26420584 3.38634154 4.65445708 3.55304013 1.44978869 3.30886204 [5557] 3.09510925 3.88877357 2.03089791 2.66091762 2.34541022 4.60006171 [5563] 2.81740390 3.86238467 2.16688951 3.97339414 3.70444903 3.19311486 [5569] 3.75369222 3.11369330 2.83859820 3.18981022 3.26223485 4.06580076 [5575] 1.73032313 3.31903177 3.02321823 3.28237811 2.12897420 3.98646166 [5581] 2.26232587 3.38202801 3.49959514 2.96264519 2.61126851 4.75960910 [5587] 2.41631256 2.86938671 4.65242001 4.16196885 4.44709018 4.50499311 [5593] 2.33777226 1.88106045 4.25115361 2.31138565 3.62915396 3.70248832 [5599] 3.96457458 3.40809431 1.41735006 1.42930553 4.17867959 4.02824671 [5605] 3.17716060 3.40227294 2.58572577 5.03689304 3.93705926 4.69339705 [5611] 2.88424273 2.47830489 0.25317926 3.43506052 3.07311189 3.64125986 [5617] 3.66574486 3.41151798 4.92983836 2.14421267 3.54113935 1.37324222 [5623] 4.35133639 1.71791421 3.37973182 2.26904742 3.04385789 2.61027856 [5629] 3.35757200 3.02637788 4.86884821 4.96639913 4.37245558 3.97223682 [5635] 1.68060534 4.74556612 3.12450745 3.27448700 3.29868700 3.73722888 [5641] 3.54113935 3.31047108 2.98976066 4.96639913 2.47936445 2.87849019 [5647] 3.37973256 2.19252415 3.26223485 2.97485349 3.37634184 3.59514800 [5653] 2.18558257 1.83762023 3.31047108 1.94164356 3.93705926 3.60854758 [5659] 0.69402369 1.31069221 4.22769261 2.41603145 4.40914087 2.04648449 [5665] 1.11433026 2.90406463 2.11069032 3.85311025 2.70134837 3.20808442 [5671] 2.55876797 3.21967981 3.38202801 2.81009904 1.75889971 1.84387169 [5677] 3.17448889 4.04571272 1.49250043 3.12720754 1.94196371 2.74637470 [5683] 3.45494555 3.42879446 3.95646214 1.84748637 1.68060534 2.33777226 [5689] 3.73715296 4.42679984 2.05589104 3.36747828 2.87553754 3.25126973 [5695] 2.82332488 0.32963307 2.53326473 2.92926963 1.94164757 1.65660145 [5701] 1.87979393 3.75436493 4.83523336 2.99359270 4.26420584 3.22880349 [5707] 3.61713659 2.87555550 4.81083493 4.65094656 2.08378543 2.47598133 [5713] 1.46604941 1.11600943 1.69099081 4.34041074 2.54480748 3.79866114 [5719] 3.24030762 3.50962797 4.02010011 2.75252225 3.21856787 2.80650580 [5725] 2.63588981 3.60854758 1.83762023 2.24522944 4.18202335 3.40782308 [5731] 3.20364785 2.46334533 3.90167830 0.77035929 2.33320836 2.56207012 [5737] 2.00932817 4.21907439 1.17049837 2.81740390 4.13728748 2.08003040 [5743] 4.76687399 2.53326473 2.61770064 2.04538902 0.68177374 1.31069221 [5749] 2.57068664 3.76118277 4.39746433 3.02608507 1.45004043 3.96457458 [5755] -0.72796076 1.37324222 1.98583804 2.12952247 2.07918541 1.13051869 [5761] 2.64246484 3.32349341 1.61925078 3.39526308 1.53106232 2.68109633 [5767] 3.26873569 2.44373924 2.24405032 1.06004160 3.51538790 2.12952247 [5773] 4.13558498 3.60754235 1.79338917 3.78449802 4.84230698 1.58582651 [5779] 3.74591374 2.49530880 3.64475798 2.17622756 3.59514800 3.97452617 [5785] 4.02100627 3.95989697 3.95400631 1.30587139 3.94938170 2.84041718 [5791] 0.78791119 3.04385789 3.31012178 1.83688502 0.54316372 1.84734935 [5797] 4.23933379 2.67458214 2.50027767 1.87979393 4.09210136 4.28018308 [5803] 1.28704094 4.87719772 3.33415838 2.92408385 4.92983836 3.06010858 [5809] 2.70134837 3.95646214 2.47598133 4.35600474 2.71285528 3.62806979 [5815] 3.12659686 4.02100627 4.13728748 4.07122845 1.79338917 3.32463345 [5821] 3.93576257 1.75864922 2.68109633 3.85311025 2.49980683 4.04258084 [5827] 2.69533637 1.93298545 4.39746433 2.26232587 1.87979393 3.40809431 [5833] 2.61173552 1.98583804 2.58472121 3.74733404 3.25811500 4.45363478 [5839] 3.43515175 3.25832245 3.26797659 2.78331632 2.38354597 1.90923080 [5845] 3.31788629 3.81438722 5.13058000 2.17420216 3.51878988 4.64667652 [5851] 2.92926963 3.04515808 3.07173056 4.17414844 3.65530330 0.99169489 [5857] 2.99359270 2.00932817 3.51174868 5.11796885 1.11809004 1.11600943 [5863] 1.53106232 3.56277442 1.42254261 4.65242001 2.61770064 2.97485349 [5869] 2.04648449 1.57934230 3.20808442 2.77773870 0.54316372 2.77455258 [5875] 1.75988423 4.19469845 1.04428049 3.10693792 1.42254261 2.92127043 [5881] 4.28320931 2.90052805 1.04428049 1.52328529 2.07169954 2.17196185 [5887] 3.13216115 1.91248573 3.06885602 1.63566575 3.08192632 2.35126904 [5893] 3.33415838 3.02608507 2.68109633 2.81009904 2.98896530 3.64125986 [5899] 2.22732893 3.75568431 3.74591374 3.38202801 3.60854758 2.59096331 [5905] 2.76283898 3.11369330 3.45383497 4.37405218 2.22933877 3.51385028 [5911] 3.39269973 2.22838528 2.68201226 5.04540216 3.35757200 2.68109633 [5917] 3.49611472 3.40403505 1.49932875 4.70319394 3.02321823 1.66206143 [5923] 2.89086969 3.44853852 1.98439460 3.85827878 3.10663031 4.03873985 [5929] 3.41334505 1.62713636 1.99924686 3.32930404 3.20683555 2.27095447 [5935] 2.30347586 5.21497588 2.71153213 3.64539329 2.47830489 2.09690345 [5941] 2.24405032 2.83421334 3.01971259 3.43089308 2.70058462 2.71845536 [5947] 4.59142572 3.77455156 3.37634184 3.14033647 4.76687399 4.22975205 [5953] 3.78641766 2.17622756 4.45363478 2.52453208 3.76118277 3.25337583 [5959] 3.54339299 2.99359270 3.25811500 3.97339414 3.13463344 4.76687399 [5965] 2.61047116 4.09469386 3.01971259 2.96264519 3.96897447 3.11149573 [5971] 2.92408385 3.55626840 3.94906655 2.12621841 2.26904742 3.77467166 [5977] 3.20808442 3.85827878 2.94340735 1.30587139 2.64396273 2.07169954 [5983] 2.22732893 3.66574486 4.35600474 2.58572577 2.68173465 2.82241496 [5989] 2.41631256 2.03520197 4.02900126 0.02633089 3.77467166 2.31029888 [5995] 2.27095447 2.20580147 2.26904742 2.75252225 2.29330061 2.82332488 [6001] 1.66747958 3.31903177 3.97223682 2.84779501 1.84387169 2.66292058 [6007] 3.76418727 2.24023309 3.21522831 2.47738224 2.34541022 2.76441861 [6013] 1.67128661 4.28320931 3.73446405 3.93889020 1.97341431 2.08378543 [6019] 1.14573340 2.86938671 3.85827878 3.06196135 4.34041074 4.55775559 [6025] 3.75568431 2.43014361 3.70248832 1.14573340 3.52017387 0.68177374 [6031] 2.61126851 3.37973182 3.68030717 2.04120179 4.13547687 3.06058183 [6037] 1.92503926 2.71700748 3.53754228 3.14823482 2.77354628 1.49250043 [6043] 3.20983698 3.06543938 2.50484059 3.02896609 2.03520197 1.46604941 [6049] 2.99020902 3.23845957 3.01558939 3.43506052 1.67128661 1.93647816 [6055] 2.37265984 3.52540933 3.71218944 2.93198364 4.11015625 3.10693792 [6061] 2.71153213 1.18089254 2.39323121 4.03403143 3.20364785 2.12621841 [6067] 2.99020902 1.04428049 2.11704220 4.40914087 3.60042114 3.20569582 [6073] 3.88877357 1.53106232 1.88106045 3.04385789 3.30592473 3.35770167 [6079] 1.42254261 2.02363909 1.17049837 2.39323121 2.77717155 2.68201226 [6085] 3.32130440 2.82219586 3.43492967 2.55876797 3.04385789 3.30886204 [6091] 5.13058000 2.01471552 3.55262066 1.12989032 2.70134837 4.37357215 [6097] 1.70694018 3.29868700 3.30350130 4.37405218 2.39762649 3.78449802 [6103] 3.74733404 1.96699464 2.56791267 2.43741837 4.11319134 1.14573340 [6109] 3.25155878 3.73541498 2.11704220 4.60006171 0.28491414 3.77455156 [6115] 3.69792800 2.27282141 3.01558939 3.99705868 3.92223135 4.33100819 [6121] 3.62806979 4.24541949 3.36747828 3.25993153 3.41334505 3.26223485 [6127] 2.82235809 3.48851538 3.37475866 1.67128661 3.44853852 4.17632272 [6133] 4.84695790 3.14033647 4.61652304 4.26420584 2.55876797 2.38354597 [6139] 3.74870131 1.71791421 3.62776687 2.26577221 2.99833414 3.40809431 [6145] 2.74160569 3.14823482 3.54059051 3.70248832 2.64693325 3.51878988 [6151] 2.82911992 2.24522944 2.45452578 0.28491414 2.74951927 2.87849019 [6157] 3.10525491 3.59514800 3.84715261 2.54316479 4.50499311 3.25832245 [6163] 2.14657135 5.17133501 3.68678444 3.43515175 4.14869768 1.87889273 [6169] 3.41334505 1.50416895 3.43515175 3.94906655 3.46286081 3.51867190 [6175] 1.46275259 4.33100819 1.45004043 3.67568529 2.24100496 3.93889020 [6181] 3.25337583 1.92086304 2.11069032 3.56623448 1.84387169 3.86238467 [6187] 4.16108415 1.41759558 4.52207793 2.02217308 2.00155688 3.02312101 [6193] 4.02900126 3.07032995 5.04540216 4.28018308 2.57802748 2.41603145 [6199] 1.30233222 2.08270073 3.31047108 3.63506581 3.64475798 2.99249371 [6205] 4.16108415 2.19252415 2.05984609 3.76491236 1.83762023 2.22933877 [6211] 1.99775382 1.24192121 3.65699639 1.92503926 3.74870131 3.36280753 [6217] 1.66747958 2.51028437 2.27095447 5.20966501 4.23781564 4.69339705 [6223] 3.00465327 2.07918541 4.18202335 2.24522944 2.95019352 4.43342763 [6229] 4.65445708 3.55304013 3.35770167 4.04258084 1.98718485 4.16196885 [6235] 2.99249371 3.87785656 4.17632272 3.56623448 1.98384160 2.95402610 [6241] 3.31788629 1.41489035 3.25337583 2.64396273 2.61126851 3.43492967 [6247] 3.38357917 1.92086304 2.82166038 2.74006704 2.98085199 2.33777226 [6253] 3.65893927 2.22933877 3.70158314 4.37357215 4.41270552 3.05709355 [6259] 2.11985091 4.34874465 3.38202801 4.18954559 3.46463896 3.25832245 [6265] 3.30592473 2.85814234 4.09890252 2.47830489 2.25845525 2.73825718 [6271] 1.91248573 3.50493734 1.30587139 4.83523336 2.44943022 3.25811500 [6277] 3.63245817 3.35862935 3.05110678 2.44216969 3.08762961 2.50027767 [6283] 3.20808442 2.88424273 3.90167830 1.50416895 3.45949474 1.53106232 [6289] 3.14823482 1.67128661 4.37405218 4.96252438 3.12659686 3.40385661 [6295] 3.02793042 2.80650580 3.90167830 2.80650580 3.02274154 2.53326473 [6301] 4.39457057 3.27448700 2.24023309 1.91248573 4.17316780 2.72643269 [6307] 4.18954559 4.25840602 3.95400631 3.99960528 2.71845536 2.98085199 [6313] 2.45551529 1.11600943 3.84105698 1.50842740 1.83762023 3.46286081 [6319] 2.44373924 1.95228154 1.98583804 1.04428049 2.86935738 2.99833414 [6325] 3.74133849 1.87889273 3.66766371 3.33080974 3.21522831 3.65699639 [6331] 3.35862935 4.55775559 3.29868700 2.92926963 4.06711929 2.64246484 [6337] 3.51538790 0.25317926 3.80885376 2.11723361 3.72416563 2.47436821 [6343] 3.45934848 3.35985545 2.52060523 1.52328529 3.61785022 3.05110678 [6349] 2.86562311 2.32894062 1.28704094 3.73773909 4.02100627 3.75568431 [6355] 1.06004160 3.00521819 3.49815647 2.46749341 3.47287394 1.15750926 [6361] 1.48698692 1.85154299 4.19469845 2.61736822 1.63995900 2.50484059 [6367] 1.48698692 2.11985091 2.40259060 2.83859820 2.43190130 4.44709018 [6373] 3.55116372 1.64098371 2.11985091 4.34041074 3.06196135 1.71791421 [6379] 0.26572093 3.63179411 2.80941582 3.31047108 2.27282141 4.17632272 [6385] 1.06004160 3.93030963 3.93973190 3.35884802 3.91497482 3.67022607 [6391] 4.35041641 4.37730542 2.47598133 3.73722888 3.99705868 3.09510925 [6397] 3.97223682 0.68177374 1.44433477 2.68173465 3.47287394 3.61758454 [6403] 4.98433255 4.92983836 1.17225025 2.82911992 3.74721141 2.92408385 [6409] 2.24405032 1.08578173 2.57068664 2.17420216 3.02793042 3.55497955 [6415] 3.32130440 2.65616205 3.64539329 4.02010011 3.36622841 3.30592473 [6421] 4.02010011 3.04515808 3.88877357 4.26420584 3.99960528 2.02363909 [6427] 2.22838528 2.23966175 2.75252225 3.09510925 3.94938170 4.96639913 [6433] 2.33777226 2.88424273 3.12450745 1.49932875 3.20364785 3.17448889 [6439] 2.93654361 1.97341431 2.38670779 2.57802748 2.31529936 2.56308542 [6445] 4.80313077 4.86884821 2.11723361 3.90167830 3.76102187 3.25811500 [6451] 3.01318217 4.19469845 1.49655382 4.55613212 2.12621841 2.64396273 [6457] 2.43190130 2.99063072 2.23966175 4.33100819 3.56815862 4.02900126 [6463] 3.15630942 5.03689304 3.84120096 1.44433477 5.26626760 5.51668067 [6469] 3.67316774 0.26572093 3.79094956 1.73062498 3.76845320 3.75568431 [6475] 4.28018308 1.98439460 2.00155688 2.99833414 3.51999731 3.60854758 [6481] 2.41631256 3.62829008 3.46886619 3.73722888 4.65094656 3.07311189 [6487] 3.21522831 2.31529936 0.64675777 2.61736822 3.51042734 1.73062498 [6493] 3.43089308 2.80650580 4.39746433 4.87719772 2.61736822 3.31788629 [6499] 2.97910202 6.00706393 2.75252225 4.38412768 3.81277877 2.11872479 [6505] 1.50842740 3.17716060 2.17420216 3.63852149 2.12802028 4.11319134 [6511] 3.06885602 2.72643269 2.67336441 3.04385789 2.50484059 4.23933379 [6517] 2.41125980 4.46885937 2.73808921 2.38354597 1.10391364 5.27866212 [6523] 4.86720313 3.25126973 4.75235415 3.73446405 4.44709018 2.19252415 [6529] 1.17225025 4.86884821 1.15750926 2.54551829 3.02896609 1.75864922 [6535] 3.70248832 3.70158314 2.69964239 0.77035929 2.87553754 4.35041641 [6541] 3.37896607 4.18954559 3.82168068 3.38202801 1.66206143 2.53836179 [6547] 2.62735424 3.22303431 3.43506052 1.82750053 1.88106045 3.95989697 [6553] 1.97001040 0.45913401 1.63995900 2.59096331 2.20580147 2.92576176 [6559] 1.71791421 3.87088971 3.97339414 4.14049344 4.16196885 4.24288445 [6565] 3.75568431 4.36288288 2.99359270 2.77717155 3.05132351 2.38670779 [6571] 2.78331632 2.74951927 3.56815862 4.13547687 1.98718485 1.91248573 [6577] 3.20666789 2.58304667 2.80941582 3.40227294 3.71218944 3.74721141 [6583] 4.96252438 4.11244746 3.14823482 1.58640273 3.53643554 4.57380175 [6589] 1.17170669 3.28598680 3.31402914 3.61951657 3.30016165 2.80650580 [6595] 4.39457057 4.27211719 2.04538902 3.60854758 3.74871300 2.92408385 [6601] 1.63566575 1.70694018 3.91277228 2.67458214 2.47436821 4.25259638 [6607] 1.24192121 4.37245558 2.71153213 4.14049344 4.70319394 4.16346418 [6613] 2.20580147 3.93576257 3.37973182 3.17684547 3.06543938 2.74637470 [6619] 4.06711929 2.43190130 3.44215001 3.48851538 4.23781564 1.98384160 [6625] 3.21522831 3.13216115 4.64667652 2.61770064 2.67773752 1.06004160 [6631] 1.91248573 2.00155688 3.74959895 3.61785022 2.78790780 1.63938299 [6637] 3.56852463 3.67022607 2.60431477 0.02633089 2.41125980 3.51297960 [6643] 3.51878988 2.61027856 3.65699639 3.49452371 1.83762023 4.18202335 [6649] 4.52207793 4.44709018 2.14421267 3.37973182 2.27282141 3.28237811 [6655] 1.84748954 3.40385661 3.95989697 2.76283898 3.74133849 3.35862935 [6661] 3.01248545 3.61785022 2.11723361 4.45363478 2.92212068 1.73032313 [6667] 4.02824671 3.06602127 4.65094656 3.72205853 3.20364785 2.09409887 [6673] 2.23093943 1.96970973 1.87196936 4.55775559 1.61925078 3.07173056 [6679] 0.78791119 3.13463344 3.73541498 4.86720313 1.44433477 2.61354345 [6685] 4.06420257 2.77869412 2.02363909 4.02100627 1.96699464 2.29330061 [6691] 2.84508616 1.13051869 3.49823973 4.14049344 4.28018308 3.62776687 [6697] 2.62917986 1.41759558 1.98439460 2.96199361 3.93973190 1.70694018 [6703] 3.71161176 2.12897420 2.69964239 3.30016165 3.66574486 4.05483418 [6709] 1.10391364 2.39762649 4.38412768 1.53832927 3.37973182 3.51878988 [6715] 2.88638084 3.50493734 2.61736822 2.08378543 3.35884802 2.46334533 [6721] 2.42769501 4.74556612 2.81583017 4.22769261 1.64098371 2.93813749 [6727] 3.51999731 3.40227294 1.16310922 1.66966382 3.84655134 3.38634154 [6733] 3.64717231 3.42879446 1.65660145 1.82750053 3.05577232 3.88359841 [6739] 3.20344085 2.96199361 2.47936445 2.65171408 2.78679454 3.02793042 [6745] 4.17316780 4.24541949 0.26572093 1.17049837 1.55777601 3.52540933 [6751] 3.75436493 4.24615024 3.61831646 4.16196885 0.32963307 1.79338917 [6757] 0.76035175 1.75864922 3.06543938 1.75889971 1.75864922 0.02633089 [6763] 3.65699639 3.97452617 2.30604927 1.92086304 2.39323121 5.51668067 [6769] 1.49250043 2.00155688 2.57068664 2.36182009 2.70134837 2.69533637 [6775] 2.07232430 1.66206143 2.05589104 2.43190130 4.43602645 1.71791421 [6781] 3.49823973 1.73229183 3.78715640 4.59142572 1.11600943 3.18981022 [6787] 3.81277877 3.84732859 3.43821160 1.53106232 4.23933379 2.85814234 [6793] 3.01558939 3.80465752 1.52525932 4.96639913 2.97910202 4.21850447 [6799] 2.93198364 4.16196885 3.32718398 3.54059051 2.88638084 2.84041718 [6805] 3.69792800 4.58815899 1.61204557 2.44943022 2.24100496 3.43089308 [6811] 3.00521819 3.20344085 3.55304013 3.12720754 1.64098371 2.92408385 [6817] 3.50493734 3.20666789 2.96264519 1.69099081 2.46749341 4.03873985 [6823] 3.55262066 3.16870002 2.43194812 2.14657135 3.55800438 4.65094656 [6829] 2.92926963 4.03873985 2.47416407 3.96457458 3.71445770 2.08270073 [6835] 4.83523336 1.31069221 3.51297960 3.21522831 2.99833414 3.93705926 [6841] 1.97341431 3.71218944 1.11600943 2.62392316 4.74556612 3.25811500 [6847] 1.93298545 2.12802028 2.31949435 3.82654994 4.21142330 3.84732859 [6853] 3.84105698 3.99705868 2.41603145 2.77455258 4.23933379 1.14573340 [6859] 3.62829008 3.73541498 2.74006704 5.04540216 3.73722888 3.79094956 [6865] 2.33789607 2.34541022 1.44433477 2.26904742 4.21907439 3.65699639 [6871] 2.12897420 2.82911992 4.17632272 3.79094956 2.34541022 1.39704148 [6877] 4.09469386 3.65574277 5.03689304 3.65699639 3.48851538 3.43506052 [6883] 2.93654361 3.85311025 3.37973256 3.40782308 3.31903177 2.97099772 [6889] 3.86258110 4.45123970 2.00155688 3.32463345 3.46886619 3.79094956 [6895] 3.47287394 2.76283898 4.35041641 3.48033639 2.99833414 2.22933877 [6901] 2.05553588 1.37324222 3.68011731 2.22933877 3.17448889 2.95019352 [6907] 1.79338917 1.63995900 4.16196885 2.78790780 3.17760564 2.64396273 [6913] 3.10663031 1.44786046 1.98439460 2.36600935 1.92086304 4.87719772 [6919] 4.65242001 1.68036494 1.89801286 4.54961429 2.56308542 3.02321823 [6925] 3.13216115 3.62776687 4.37730542 3.11369330 3.74721141 1.24192121 [6931] 2.73808921 2.84041718 5.17133501 2.97910202 3.65574277 1.73032313 [6937] 1.52525932 3.39269973 2.60516882 3.72416563 3.01115808 2.70058462 [6943] 3.61758454 3.40607595 1.63887572 3.49823973 1.17170669 4.29343082 [6949] 2.82235809 4.46885937 3.07173056 2.11723361 4.01562792 4.21142330 [6955] 4.27211719 2.83641496 1.71791421 2.36182009 4.36288288 3.73715296 [6961] 2.38354597 3.05191387 3.67568529 1.73229183 3.49452371 2.18558257 [6967] 3.87805417 3.49230466 2.60669621 0.71389490 3.10121563 1.08402124 [6973] 3.93973190 3.06196135 3.46463896 2.85178999 2.98779932 2.72643269 [6979] 3.15965582 2.68201226 2.51792494 3.20569582 2.30218587 3.63018931 [6985] 2.68203877 2.56791267 3.87805417 4.39746433 2.34541022 2.16762992 [6991] 2.47738224 3.37475866 2.04697926 4.36288288 3.66574486 3.51385028 [6997] 1.80778383 1.09033586 3.93705926 1.58663020 3.74871300 3.95989697 [7003] 2.21492056 3.01558939 1.18089254 1.03422252 3.46886619 3.55497955 [7009] 2.40259060 2.59096331 3.25126973 2.25455487 2.83421334 2.03520197 [7015] 3.05577232 3.43506052 4.30168866 4.42674554 5.26626760 2.41125980 [7021] 2.09690345 2.16762992 3.79094956 2.26577221 2.22838528 3.56815862 [7027] 3.61785022 3.55116372 2.08003040 1.84387169 2.03378605 4.64667652 [7033] 3.61831646 4.65094656 3.50493734 3.77467166 2.77354628 2.91752202 [7039] 4.35600474 2.60516882 2.69964239 3.44403885 3.90039844 2.74160569 [7045] 3.67022607 2.63254546 -0.54922331 2.43190130 4.05893572 3.32718398 [7051] 3.80465752 4.19613362 1.77847973 3.51042734 2.02217308 2.46749341 [7057] 3.84715261 3.48033639 3.00521819 3.29029487 2.24023309 2.44216969 [7063] 4.17414844 2.95402610 3.11149573 3.62314454 4.45123970 2.63761404 [7069] 4.86720313 2.82911992 3.00566459 3.13526543 4.13728748 2.58876304 [7075] 3.01318217 3.47287394 3.96960719 3.55263169 3.56277442 1.30233222 [7081] 1.67128661 3.22916186 4.98433255 2.86562311 4.41270552 4.29343082 [7087] 2.74951927 3.45934848 3.09217014 3.05191387 4.13728748 2.44943022 [7093] 2.95019352 2.36182009 3.51867190 3.25155878 1.46642342 2.01555758 [7099] 2.60431477 1.56478536 1.92086304 2.83641496 3.12720754 4.86361369 [7105] 3.86258110 3.43966851 3.62915396 3.80885376 3.55304013 1.55777601 [7111] 2.27434161 1.62400107 1.75383216 3.62776687 3.95656709 1.67128661 [7117] 1.18089254 2.86938671 3.37896607 2.53836179 4.75235415 2.61126851 [7123] 4.65242001 3.13463344 1.49405044 3.36547572 3.00521819 3.67022607 [7129] 3.75369222 4.05203157 3.36280753 5.11796885 2.43014361 4.69339705 [7135] 2.75626206 1.58663020 3.51999731 2.51028437 3.24077011 2.40259060 [7141] 3.55626840 3.46494629 2.63254546 3.51867190 1.30587139 2.72643269 [7147] 3.97452617 2.44373924 2.47830489 1.98384160 4.37245558 3.64717231 [7153] 3.79152679 1.11600943 1.08578173 2.77962622 3.49959514 3.96457458 [7159] 5.13058000 4.59142572 1.58640273 2.05946960 3.28237811 1.49405044 [7165] 4.59142572 2.03378605 3.68011731 2.24023309 2.80310890 3.67568529 [7171] 2.41125980 2.08258954 3.16872129 3.40058985 3.40385661 3.31128836 [7177] 4.09890252 3.67568529 3.62915396 3.35862935 2.45452578 3.40227294 [7183] 2.92408385 2.92212068 2.50484059 4.40914087 1.57934230 2.43194812 [7189] 1.62400107 2.27095447 2.33313786 3.79152679 3.62829008 1.42930553 [7195] 3.63506581 2.96264519 1.04428049 1.77847973 3.67618992 3.55116372 [7201] 3.38360023 4.02010011 3.45949474 3.45949474 3.51999731 1.99076293 [7207] 2.89134645 0.99169489 4.09210136 3.36622841 2.42769501 2.00932817 [7213] 2.84041718 3.43966851 0.25317926 2.11704220 3.00465327 2.49980683 [7219] 3.02312101 2.12849729 1.41759558 3.78715640 2.98241228 2.08258954 [7225] 2.21492056 2.31949435 2.78790780 2.96264519 4.24288445 1.30587139 [7231] 3.01248545 3.80885376 3.61831646 2.80779040 3.00465327 2.01471552 [7237] 2.80650580 3.09510925 2.71153213 1.85434825 2.67458214 2.43014361 [7243] 3.08385580 3.63385516 3.89580753 2.74951927 3.12659686 4.28018308 [7249] 2.68244240 2.31529936 0.96105609 2.49530880 4.37245558 2.05946960 [7255] 3.55262066 2.43741837 3.51999731 2.82235809 2.05589104 2.67197230 [7261] 3.07032995 2.30604927 3.07032995 1.87889273 1.58663020 3.34941811 [7267] 2.41739870 3.45934848 4.42674554 3.51174868 2.32894062 3.54059051 [7273] 2.22933877 1.95319443 3.08192632 2.83576240 1.94164757 2.99063072 [7279] 2.77962622 3.88359841 1.69099081 3.20666789 1.55777601 3.99705868 [7285] 3.51385028 1.83688502 2.69964239 3.96960719 4.09469386 1.75864922 [7291] 3.40782308 3.97452617 1.77847973 2.75626206 1.26957521 3.40607595 [7297] 3.79853188 4.12101679 3.72205853 2.26577221 4.29343082 3.35884802 [7303] 2.67877780 2.08258954 1.87979393 5.21497588 2.03520197 1.92086304 [7309] 1.77325529 2.82241496 1.49250043 3.51174868 2.52060523 4.02900126 [7315] 3.06010858 3.59494904 3.14777892 5.21497588 3.00521819 3.12720754 [7321] 3.77065378 3.71445770 4.70319394 4.27211719 3.24030762 3.81449072 [7327] 3.82837166 1.82750053 2.50027767 1.44786046 3.39465048 2.23296596 [7333] 1.66206143 1.53832927 3.15630942 1.84748637 2.64783120 1.63938299 [7339] 2.37265984 3.40403505 3.43506052 1.49250043 3.56815862 2.07918541 [7345] 4.61652304 4.42674554 3.07032995 2.33320836 1.77847973 -0.72796076 [7351] 2.85814234 2.88638084 2.92697314 4.96252438 3.20983698 3.26395796 [7357] 3.12450745 2.26904742 1.63938299 4.05203157 3.55497955 3.94938170 [7363] 4.16196885 3.61713659 0.69402369 3.50493734 1.58582651 5.08189167 [7369] 3.71445770 4.05434029 4.17533240 3.06058183 2.08258954 1.17170669 [7375] 3.46463896 2.71845536 2.89086969 2.53326473 1.61925078 4.96951094 [7381] 2.58876304 4.84695790 3.32463345 2.41125980 2.60869014 2.38670779 [7387] 2.46749341 3.64125986 3.79094956 3.88877357 1.11600943 2.33313786 [7393] 2.30347586 4.02010011 1.82750053 4.39746433 3.05191387 4.87719772 [7399] 0.28491414 3.02896609 4.57380175 2.76441861 6.00706393 3.16872129 [7405] 4.05893572 4.86720313 3.04385789 3.11369330 3.08385580 3.62787571 [7411] 3.84105698 3.41334505 2.82166038 4.28320931 2.74006704 3.33415838 [7417] 1.80778383 2.91926216 3.30016165 3.06602127 3.07995833 3.61785022 [7423] 1.70694018 3.04385789 4.37730542 3.33415838 4.11015625 2.47830489 [7429] 3.46286081 3.73722888 2.04648449 3.65699639 1.97341431 4.44709018 [7435] 3.43492967 2.82332488 2.11723361 2.01880686 3.59494904 3.48033639 [7441] 3.26223485 4.61652304 3.37634184 3.49230466 2.20580147 1.72866520 [7447] 3.56815862 4.24615024 2.74637470 2.46749341 3.30592473 2.87849019 [7453] 0.68177374 4.59930055 3.17165414 3.44403885 4.28320931 4.01813510 [7459] 2.38670779 1.16310922 3.71205335 4.52207793 3.22916186 2.43190130 [7465] 2.55057990 2.97099772 2.14421267 3.74733404 3.25811500 2.24405032 [7471] 2.78546523 1.41735006 3.51385028 3.74871300 3.76102187 2.33789607 [7477] 2.74855305 2.20580147 3.96897447 2.43194812 3.37973256 2.47738224 [7483] 3.89920384 4.30168866 1.96970973 3.16870002 2.74951927 3.48851538 [7489] 1.15611090 3.55263169 1.97001040 1.96970973 4.83523336 3.00521819 [7495] 2.93654361 3.32718398 4.22975205 1.75889971 3.90039844 2.78025624 [7501] 3.51174868 2.74637086 1.95319443 2.16688951 3.54339299 1.92086304 [7507] 1.56478536 2.25455487 3.25993153 4.87719772 2.65616205 3.98646166 [7513] 3.18981022 4.33100819 3.94906655 3.46129206 4.35133639 2.22732893 [7519] 3.32349341 3.63179411 3.79152679 3.73886087 1.52525932 3.05132351 [7525] 2.47936445 2.84041718 3.19311486 4.43342763 1.44786046 3.27599243 [7531] 2.61354345 2.77717155 1.79338917 4.40914087 1.97742192 1.75988423 [7537] 1.87889273 3.94916349 2.55348640 3.51538790 3.37475866 3.76418727 [7543] 3.46623487 3.22680126 3.02321823 3.97452617 3.17716060 3.46463896 [7549] 1.75988423 2.86562311 4.96252438 3.61713659 4.96639913 2.23966175 [7555] 2.82669986 2.26232587 3.62776687 4.37405218 3.16784280 3.14777892 [7561] 2.12802028 1.89801286 2.78679454 3.34941811 2.64246484 2.86660219 [7567] 1.77325529 4.06711929 2.98896530 3.23617633 3.79283227 3.31788629 [7573] 4.21850447 2.64693325 3.46886619 3.35862935 3.46286081 2.92127043 [7579] 2.17046405 2.97099772 1.77851339 3.41151798 2.67336441 2.99359270 [7585] 2.97282559 3.73541498 3.64125986 1.62400107 1.53106232 1.66834552 [7591] 3.62915396 2.36600935 3.38634154 3.25993153 2.62735424 3.94931406 [7597] 3.15630942 3.09217014 3.31047108 2.29330061 1.31069221 1.15750926 [7603] 2.77717155 3.06602127 4.61652304 3.32130440 3.55800438 2.25455487 [7609] 1.87889273 2.20580147 2.00932817 3.75568431 4.35041641 2.91926216 [7615] 3.91497482 0.71389490 2.05589104 4.35133639 1.26957521 1.15611090 [7621] 4.55613212 2.82241496 2.36182009 3.44215001 2.61047116 2.74160569 [7627] 2.90052805 4.35133639 1.94196371 3.97339414 1.15611090 1.66747958 [7633] 1.13051869 2.53326473 3.26395796 2.09690345 2.12621841 3.72716941 [7639] 2.02997127 1.77325529 4.05434029 3.46129206 2.24405032 3.95646214 [7645] 3.35770167 1.63938299 2.17196185 1.66206143 1.45004043 3.29029487 [7651] 2.04120179 3.66766371 -0.54922331 3.84732859 5.04540216 4.14049344 [7657] 1.66206143 3.67568529 2.70134837 1.66747958 2.20580147 4.18954559 [7663] 3.53437968 2.33777226 1.18089254 1.90437975 3.74871300 3.06031624 [7669] 3.56623448 3.30886204 4.11244746 1.75383216 2.71700748 3.46623487 [7675] 2.54316479 2.87555550 -0.54922331 4.39746433 4.30168866 1.77134166 [7681] 2.54316479 4.84695790 1.31069221 0.26572093 2.02217308 2.74637086 [7687] 2.87094326 4.41686506 2.80310890 2.43906052 1.85434825 1.73670787 [7693] 3.93705926 2.52060523 3.46286081 2.03520197 3.72716941 3.10663031 [7699] 1.66834552 1.09033586 3.53856041 1.97001040 2.09095430 3.49611472 [7705] 3.81277877 2.33320836 1.87979393 4.58815899 3.18105749 3.79152679 [7711] 1.62713636 3.16872129 1.72866520 3.73541498 2.99833414 3.44853852 [7717] 3.48851538 3.43492967 3.16784280 2.82241496 3.36747828 2.31138565 [7723] 2.01880686 3.63245817 2.93654361 3.25832245 3.43089308 3.70248832 [7729] 1.49250043 4.96951094 4.02824671 2.12952247 3.72416563 3.40809431 [7735] 1.62713636 1.96699464 2.85814234 3.95400631 2.58304667 2.02363909 [7741] 3.14033647 2.54480748 4.39457057 2.27434161 3.85311025 2.63761404 [7747] 2.03520197 1.66206143 3.36747828 2.85814234 2.82235809 2.77773870 [7753] 4.23933379 3.62314454 3.67022607 3.60754235 4.98433255 1.03422252 [7759] 3.43506052 2.25455487 3.00521819 3.40607595 2.14657135 2.64783120 [7765] 3.17716060 2.68203877 2.69964239 2.94340735 1.46604941 1.79486987 [7771] 1.16310922 2.92408385 2.77455258 2.64396273 2.77773870 3.63179411 [7777] 3.61831646 3.25993153 4.46885937 2.57802748 1.08402124 2.67197230 [7783] 2.77773870 3.18105749 3.50493734 1.85434825 3.48775279 4.06711929 [7789] 1.49932875 4.19469845 4.25840602 2.78331632 1.72866520 4.05203157 [7795] 2.94340735 1.17170669 2.84508616 2.43741837 5.04540216 2.47830489 [7801] 2.34541022 2.02997127 3.64475798 2.65616205 2.27282141 2.12897420 [7807] 4.13728748 1.10391364 4.04571272 2.02217308 3.55800438 3.56852463 [7813] 3.53643554 1.17170669 4.46885937 5.03689304 2.29330061 3.51297960 [7819] 2.00932817 3.21856787 2.83576240 3.48851538 3.89920384 3.87088971 [7825] 4.76687399 1.11433026 3.37475866 0.45913401 1.37324222 4.84230698 [7831] 2.99020902 2.87553754 3.31903177 3.95646214 2.24405032 2.74006704 [7837] 4.17316780 4.24541949 2.30347586 3.27599243 2.69964239 1.46275259 [7843] 3.32130440 2.03089791 3.59514800 2.08003040 1.04428049 1.99076293 [7849] 1.61925078 2.14657135 1.73229183 3.00521819 4.01562792 3.26113265 [7855] 3.32130440 2.74637470 2.38354597 3.31903177 4.55775559 3.10525491 [7861] 1.92503926 2.18558257 2.99359270 2.37265984 3.60754235 2.82166038 [7867] 2.08258954 3.23617633 3.53437968 2.87555550 3.02321823 3.45949474 [7873] 4.37405218 3.35862935 3.79283227 1.96970973 2.23966175 1.44786046 [7879] 3.32349341 1.95228154 3.27599243 3.78449802 3.89810601 3.02312101 [7885] 4.30168866 1.62694779 2.51028437 2.76283898 3.43515175 3.01971259 [7891] 2.83421334 0.26572093 4.98433255 3.21856787 3.46286081 3.20569582 [7897] 3.01318217 4.13547687 3.84715261 3.64539329 2.61027856 4.68365482 [7903] 3.12450745 3.87088971 2.75252225 2.64558303 3.25155878 1.15611090 [7909] 1.39704148 3.13463344 3.68030717 1.58640273 2.11985091 1.99775382 [7915] 2.89086969 0.78897025 2.23395249 3.97223682 1.61925078 1.61925078 [7921] 3.72205853 1.64098371 0.68177374 3.29029487 1.98583804 3.98646166 [7927] 2.89134645 0.32963307 2.17046405 3.59514800 3.40675653 3.53754228 [7933] 4.07122845 2.36182009 2.63588981 3.62776687 2.71285528 2.78790780 [7939] 2.54551829 3.81449072 3.86238467 2.63254546 3.17684547 3.12450745 [7945] 3.46286081 3.65574277 2.20196406 1.92086304 2.29330061 1.08578173 [7951] 3.20876894 3.55800438 3.85827878 3.82168068 2.19518990 4.65094656 [7957] 2.95019536 1.30233222 3.85311025 4.41270552 3.25126973 3.20344085 [7963] 3.75369222 2.39762649 4.24541949 1.04428049 3.87088971 0.68177374 [7969] 3.81438722 1.98583804 4.07122845 1.48698692 4.39457057 1.94164356 [7975] 5.20966501 3.37896607 1.68060534 1.66206143 1.84387169 4.55613212 [7981] 3.04639953 3.81277877 2.61027856 3.26797659 2.32894062 3.58752663 [7987] 1.15611090 2.01555758 3.30350130 3.24077011 1.85434825 2.66292058 [7993] 1.63938299 3.63245817 3.68011731 1.95319443 3.79793335 4.19613362 [7999] 2.01471552 3.51538790 4.25115361 3.07173056 3.55626840 4.47203383 [8005] 1.79112956 3.35985545 4.45363478 3.58752663 3.60042114 3.93973190 [8011] 1.93580616 1.95228154 1.57934230 1.87196936 3.95656709 4.76687399 [8017] 3.05132351 4.73110635 3.43821160 4.75960910 2.09409887 2.96199361 [8023] 2.82166038 4.68365482 3.25337583 2.85814234 2.83859820 3.19311486 [8029] 4.69339705 3.46886619 5.32358303 2.17420216 2.30218587 2.02997127 [8035] 4.06420257 2.26232587 2.64396273 4.45123970 3.22680126 3.07173056 [8041] 1.15611090 2.33320836 2.87553754 2.53860078 2.05589104 3.58752663 [8047] 3.43089308 2.80650580 2.61173552 2.23296596 3.11369330 2.41739870 [8053] 3.02756584 3.26223485 2.67458214 2.96199361 3.01971259 2.94768451 [8059] 3.46494629 2.61173552 3.39526308 3.94916349 2.70401568 3.06058183 [8065] 2.05589104 3.70444903 3.67316774 3.54113935 5.03689304 2.60869014 [8071] 3.40403505 4.65242001 3.02756584 4.73110635 2.29330061 1.53832927 [8077] 3.47287394 1.69099081 4.16196885 2.53836179 1.89801286 3.48033639 [8083] 3.67568529 3.06196135 5.04540216 4.18202335 2.77962622 3.26576218 [8089] 4.02100627 1.48698692 3.08762961 3.18105749 4.24615024 1.31069221 [8095] 3.68030717 1.11809004 3.44403885 3.44403885 3.75436493 3.85827878 [8101] 2.47598133 0.76035175 1.73032313 0.28491414 2.69964239 2.22838528 [8107] 1.75383216 2.83641496 2.23966175 0.69402369 2.64246484 3.25832245 [8113] 3.01558939 2.94340735 3.70248832 4.75235415 2.61027856 0.71389490 [8119] 1.39704148 1.94196371 3.14033647 3.74884015 1.11433026 3.91277228 [8125] 1.90923080 2.50027767 3.95400631 1.95228154 4.87719772 2.33320836 [8131] 3.66766371 0.71389490 2.68109633 2.82332488 3.50493734 2.33777226 [8137] 5.21607393 2.92408385 3.21967981 2.78546523 1.87979393 2.41603145 [8143] 3.51878988 2.80650580 4.59930055 0.71389490 2.78546523 3.99960528 [8149] 3.27599243 3.65530330 2.88638084 3.36747828 3.30886204 2.41739870 [8155] 4.03403143 3.64125986 2.70401568 3.56623448 3.26873569 1.17049837 [8161] 2.54332581 2.97485349 3.23845957 2.44216969 2.08270073 1.15611090 [8167] 3.35985545 3.65893927 2.99170612 2.63254546 3.27448700 0.77035929 [8173] 2.42769501 3.63506581 1.86278569 2.76711409 2.53836179 3.37973182 [8179] 2.11985091 3.33080974 0.68177374 2.80941582 4.59142572 2.74160569 [8185] 3.37817283 2.87553754 3.51633937 2.35256710 4.02010011 4.35041641 [8191] 2.24023309 3.78715640 4.80313077 2.57802748 3.61758454 3.90774136 [8197] 1.09033586 2.94340735 2.97282559 2.12897420 3.80465752 4.25840602 [8203] 1.46275259 5.21497588 3.88359841 1.46275259 3.40403505 2.09095430 [8209] 2.97099772 3.76418727 2.19518990 2.74006704 3.68678444 3.26395796 [8215] 2.61047116 1.90923080 3.17448889 2.23395249 4.75937449 2.77869412 [8221] 3.74733404 3.96457458 1.73229183 3.62806979 2.74855305 3.56277442 [8227] 3.43492967 3.12659686 3.77467166 2.31529936 4.11319134 1.08402124 [8233] 3.25126973 2.58876304 2.89134645 4.16108415 3.27448700 2.56207012 [8239] 2.84041718 4.84230698 5.08189167 3.88359841 2.12897420 3.92223135 [8245] 1.30587139 2.16762992 1.62940904 4.02900126 1.93647816 3.64475798 [8251] 1.90437975 3.51174868 3.96960719 3.15630942 1.08402124 1.95228154 [8257] 5.20966501 4.57380175 1.93580616 3.25993153 3.54059051 2.55876797 [8263] 3.60754235 4.74556612 3.45383497 2.12840361 2.57068664 0.54316372 [8269] 1.48698692 1.14573340 2.65171408 3.77065378 2.44943022 1.70694018 [8275] 1.06004160 2.42769501 3.31788629 3.01558939 1.98718485 2.71153213 [8281] 3.62787571 2.93654361 2.12849729 3.49611472 3.36747828 3.67316774 [8287] 5.13058000 4.39746433 2.77354628 1.83762023 3.55626840 2.23966175 [8293] 2.90460323 3.50962797 1.66206143 1.41735006 2.33831241 3.39526308 [8299] 3.20876894 1.31069221 3.26248492 2.27282141 2.41924333 3.93030963 [8305] 3.69792800 3.04385789 4.52207793 4.30168866 3.41151798 3.20683555 [8311] 3.81277877 2.74006704 3.34941811 2.03378605 2.76283898 3.51867190 [8317] 2.03089791 3.40058985 4.02900126 4.68365482 1.58640273 4.25840602 [8323] 2.19252415 3.06543938 1.98718485 3.65574277 2.05946960 2.95019352 [8329] 2.05589104 3.40403505 4.86884821 3.63018931 3.10121563 5.04540216 [8335] 4.42674554 3.14823482 2.44373924 3.44853852 2.87849019 3.06058183 [8341] 1.68036494 3.43515175 1.09033586 3.73464036 1.66834552 2.60431477 [8347] 2.95019536 3.31402914 3.17716060 3.21856787 2.83576240 1.70694018 [8353] 2.97282559 2.35108735 3.04385789 3.73886087 3.40675653 1.52328529 [8359] 2.88638084 4.55613212 4.21142330 4.83523336 4.09210136 1.53106232 [8365] 3.25811500 2.41603145 2.22838528 2.05553588 2.77962622 1.53106232 [8371] 1.41735006 2.92212068 2.62917986 5.04540216 2.67197230 2.07918541 [8377] 4.38412768 2.80650580 3.61713659 2.63254546 3.73541498 4.03873985 [8383] 0.26572093 3.41151798 2.12802028 3.96457458 2.47936445 2.33320836 [8389] 1.44786046 3.51174868 2.47830489 4.02010011 3.93576257 5.11796885 [8395] 3.45383497 2.98976066 4.54961429 2.24100496 3.26113265 2.64246484 [8401] 3.70158314 3.73464036 2.23296596 2.29330061 3.32718398 1.90437975 [8407] 4.11319134 1.49932875 3.48879988 2.83421334 3.95989697 4.05203157 [8413] 3.98031443 3.90774136 3.89810601 3.32130440 2.52453208 4.33331569 [8419] 1.17225025 2.39762649 3.05709355 1.66834552 4.19469845 4.17316780 [8425] 2.47598133 4.52207793 1.12989032 3.68030717 1.11433026 4.64667652 [8431] 2.56791267 3.12659686 3.75980797 2.23966175 3.62776687 5.11796885 [8437] 1.75889971 2.08003040 3.06010858 1.84387169 2.84508616 2.76283898 [8443] 3.17760564 3.87785656 0.77035929 2.01471552 3.73886087 3.97223682 [8449] 2.45794037 2.57575713 3.29029487 3.98646166 3.45934848 4.17533240 [8455] 3.93576257 2.54316479 2.74637086 1.75383216 2.45452578 2.90052805 [8461] 3.49959514 3.05709355 3.43515175 2.25845525 1.98583804 2.58572577 [8467] 2.50027767 4.44709018 3.97223682 3.95646214 4.18954559 3.37634184 [8473] 1.64098371 2.95740954 1.50842740 3.53437968 1.28704094 2.62392316 [8479] 5.11796885 2.63761404 1.72866520 3.87088971 2.50027767 2.64558303 [8485] 2.24023309 2.44216969 2.97099772 2.08258954 2.58304667 3.07995833 [8491] 4.14869768 3.38360023 3.70158314 0.77035929 2.33320836 4.44709018 [8497] 2.33313786 1.64098371 2.78790780 4.29343082 1.70694018 2.44216969 [8503] 3.67022607 1.73670787 3.62776687 3.10663031 2.38354597 2.78790780 [8509] 3.77065378 2.55348640 5.08189167 3.12659686 3.62829008 3.61785022 [8515] 3.74721141 2.82332488 2.64693325 3.28237811 3.05132351 2.74589047 [8521] 2.12840361 2.17622756 1.45408352 2.41603145 3.61785022 2.08003040 [8527] 3.66574486 3.21522831 4.34874465 2.82911992 1.41489035 3.76118277 [8533] 3.70444903 4.61652304 2.43741837 1.73670787 3.02274154 1.55639993 [8539] 2.49530880 2.60869014 4.58815899 3.47287394 1.72866520 1.87889273 [8545] 2.85178999 1.50842740 2.94340735 3.49611472 2.74006704 1.46642342 [8551] 1.30233222 1.70694018 4.46885937 3.25337583 4.50450372 1.75383216 [8557] 3.97223682 3.76418727 3.79094956 3.40058985 3.09217014 2.25845525 [8563] 3.76102187 2.14657135 4.19613362 3.25993153 4.11244746 1.61925078 [8569] 1.65660145 4.65445708 2.18558257 2.74637470 2.43906052 3.55263169 [8575] 1.95228154 1.64098371 4.03403143 3.32930404 3.41334505 4.55613212 [8581] 3.45949474 2.43741837 3.06058183 3.43515175 3.96960719 2.11872479 [8587] 0.64675777 2.26577221 3.97452617 3.05709355 3.70444903 3.98031443 [8593] 3.25832245 2.82241496 1.79338917 2.98896530 2.04120179 3.87785656 [8599] 4.23781564 3.54113935 3.77455156 4.59142572 4.40914087 1.15750926 [8605] 3.84732859 3.20983698 2.41739870 2.88424273 2.52453208 3.01558939 [8611] 2.09409887 3.61785022 3.68011731 4.34874465 1.75889971 3.67568529 [8617] 1.80778383 3.62776687 2.24522944 3.26113265 3.51538790 4.13728748 [8623] 2.17196185 2.12840361 2.82166038 3.02637788 2.61354345 4.36288288 [8629] 1.15750926 3.25337583 2.41603145 2.86660219 3.97452617 3.18981022 [8635] 1.99775382 3.20364785 2.16762992 3.02637788 2.43223185 2.72643269 [8641] 4.59930055 2.68109633 4.06420257 1.68060534 2.68203877 3.51297960 [8647] 3.17723952 3.21967981 3.36622841 3.79094956 4.41270552 3.72716941 [8653] 2.00932817 2.02217308 3.87785656 2.17046405 5.03689304 4.85118330 [8659] 3.07311189 4.84695790 3.40607595 2.99063072 4.23933379 4.62457942 [8665] 2.26904742 3.06010858 4.24288445 3.35884802 3.26223485 3.55263169 [8671] 2.41603145 4.55613212 3.39465048 1.49932875 2.73289882 3.59514800 [8677] 2.82166038 4.03873985 3.05110678 1.11809004 1.95228154 3.79793335 [8683] 1.58640273 3.53437968 2.05589104 4.13728748 1.89801286 2.02217308 [8689] 2.71285528 4.55613212 3.30016165 4.45123970 3.78641766 2.37265984 [8695] 1.45335751 4.25259638 2.30604927 2.70401568 2.25845525 2.58876304 [8701] 3.64875656 3.93030963 3.33795474 2.58572577 3.65699639 3.62314454 [8707] 2.41739870 1.85434825 2.80310890 3.72416563 1.75889971 3.97452617 [8713] 4.09210136 3.37896607 0.68177374 3.20808442 2.20196406 4.05203157 [8719] 2.23638245 4.16141072 2.92926963 4.76687399 3.74133849 3.95989697 [8725] 3.40403505 2.67336441 3.31788629 2.71845536 4.07122845 3.20808442 [8731] 3.68678444 3.49815647 2.90052805 4.11244746 2.95019536 3.11149573 [8737] 3.10693792 2.67877780 3.76418727 2.59096331 1.97001040 2.41924333 [8743] 2.04648449 2.08270073 2.43741837 2.43194812 3.68678444 2.75626206 [8749] 3.62776687 0.32963307 2.50484059 3.67022607 2.53326473 2.51028437 [8755] 1.92086304 2.58304667 4.39746433 3.73464036 1.87196936 4.06580076 [8761] 4.04258084 1.39704148 2.33789607 2.88424273 4.96639913 2.14421267 [8767] 3.71161176 3.55800438 3.91497482 4.21850447 2.43223185 2.74160569 [8773] 2.75252225 2.96264519 2.25455487 2.17196185 4.38412768 3.48775279 [8779] 0.28491414 2.77717155 2.04697926 3.25993153 2.78790780 3.34941811 [8785] 3.66766371 3.23617633 3.36280753 3.46463896 4.29343082 2.02363909 [8791] 3.65574277 3.13463344 1.73670787 3.20983698 2.91926216 1.75988423 [8797] 3.64875656 1.45004043 3.20983698 3.17760564 2.97485349 1.75864922 [8803] 2.17420216 3.20569582 3.44403885 2.73861962 1.08578173 2.71767640 [8809] 2.83421334 3.35770167 2.90052805 2.12621841 3.16872129 2.75252225 [8815] 4.86720313 1.92086304 2.51792494 3.28237811 2.77773870 1.99775382 [8821] 3.62776687 3.10693792 4.58815899 3.15965582 3.62314454 3.82168068 [8827] 2.03378605 1.30233222 3.26113265 3.39526308 3.55626840 3.26873569 [8833] 2.59096331 3.56277442 2.47416407 3.64717231 1.77847973 2.77962622 [8839] 2.17196185 3.08385580 2.50027767 3.02756584 2.44216969 3.26113265 [8845] 1.50416895 4.65094656 2.92408385 3.30350130 1.49655382 3.22880349 [8851] 3.70444903 3.31402914 2.11872479 2.14657135 2.27434161 4.17533240 [8857] 1.84748637 1.15750926 2.04120179 2.41631256 1.70694018 4.75937449 [8863] 3.91497482 1.99076293 4.65094656 3.22303431 3.39526308 1.15750926 [8869] 5.20966501 3.35862935 2.94340735 4.38412768 2.16688951 3.67618992 [8875] 3.17960482 1.58663020 5.32358303 4.17632272 2.08378543 3.75980797 [8881] 3.36280753 1.94909680 1.77847973 3.74133849 3.01115808 3.26395796 [8887] 2.38670779 2.74637086 1.93298545 2.83859820 4.37405218 3.81859424 [8893] 3.45383497 1.95319443 4.30168866 4.16346418 1.46604941 4.50499311 [8899] 2.61126851 2.78331632 4.39746433 1.88106045 1.66747958 3.01558939 [8905] 3.10693792 2.60869014 3.06196135 2.02217308 4.96951094 2.37265984 [8911] 4.87719772 5.11796885 2.47416407 3.31047108 4.25259638 2.25455487 [8917] 4.80313077 3.96457458 2.69964239 2.95402610 3.02793042 1.66834552 [8923] 2.07232430 2.26577221 4.37730542 1.94909680 4.05893572 1.62694779 [8929] 3.18981022 4.09210136 3.64125986 1.44786046 3.04385789 3.72716941 [8935] 2.74951927 2.54551829 2.76711409 2.50484059 3.40058985 3.73773909 [8941] 2.43190130 4.34041074 3.17723952 4.16108415 2.23638245 2.90406463 [8947] 1.09033586 2.33831241 3.38357917 4.46885937 3.40782308 3.22378492 [8953] 2.47416407 1.94164757 4.25115361 1.73448010 3.01971259 2.43194812 [8959] 4.57380175 3.33795474 1.17225025 5.27866212 3.74733404 1.10391364 [8965] 3.16784280 3.76102187 2.30347586 3.24077011 2.64693325 5.27866212 [8971] 3.51297960 3.34941811 3.28237811 2.89134645 2.02997127 3.82156844 [8977] 3.78641766 2.38354597 3.14777892 3.12659686 3.17960482 2.79796657 [8983] 2.68244240 3.73446405 5.03689304 3.80465752 3.70444903 2.91752202 [8989] 3.17716060 2.23395249 2.36182009 0.66895135 1.06004160 3.12720754 [8995] 2.60431477 3.06058183 2.96199361 3.33795474 2.92408385 1.49405044 [9001] 4.19469845 2.74637086 3.05709355 3.05577232 3.55262066 4.35133639 [9007] 0.98958735 5.27866212 2.41603145 2.64783120 3.90774136 1.49250043 [9013] 3.07173056 2.71845536 2.08270073 2.63761404 2.58572577 3.02793042 [9019] 2.67877780 3.78641766 1.31069221 3.63852149 3.43506052 1.44433477 [9025] 2.61736822 3.51999731 4.27211719 4.33331569 3.19311486 3.15965582 [9031] 1.77134166 2.84508616 3.82156844 2.87094326 4.16108415 0.99169489 [9037] 3.64539329 4.02900126 4.96252438 3.12450745 3.31788629 4.74556612 [9043] 2.99249371 1.87979393 3.51867190 2.25845525 4.12101679 3.73773909 [9049] 4.81083493 1.09033586 3.20569582 1.24663074 2.95740954 3.76491236 [9055] 3.31788629 2.77773870 4.01562792 2.48177981 2.04697926 4.06580076 [9061] 4.75937449 2.45794037 2.87849019 3.68011731 4.28320931 4.04258084 [9067] 2.38670779 3.20683555 3.55262066 2.04120179 5.11796885 3.93030963 [9073] 2.01555758 3.80885376 3.62787571 2.99359270 1.77851339 2.22838528 [9079] 2.58572577 2.99020902 2.52060523 2.59096331 1.98718485 1.09033586 [9085] 1.09033586 1.64098371 1.52525932 2.64246484 3.74591374 2.88638084 [9091] 3.81277877 4.39457057 3.94938170 4.43602645 1.14573340 2.93813749 [9097] 1.97742192 2.17622756 5.08189167 4.81083493 3.45934848 4.21142330 [9103] 5.26626760 3.82168068 3.43966851 3.71161176 0.78791119 2.67336441 [9109] 2.85071981 3.74133849 4.16346418 2.55876797 3.20666789 3.09510925 [9115] 3.16870002 0.02633089 1.79112956 1.11809004 2.87555550 3.00566459 [9121] 1.89801286 2.98779932 2.11985091 4.25840602 3.40403505 4.02100627 [9127] 1.44433477 2.41631256 2.86660219 2.46334533 1.75988423 2.82241496 [9133] 4.45363478 2.03089791 3.74870131 1.98439460 3.86238467 2.25845525 [9139] 3.36747828 1.48698692 3.62787571 3.26873569 3.29868700 1.46642342 [9145] 3.48033639 4.73110635 3.82654994 4.54961429 4.37730542 2.23966175 [9151] 3.10121563 3.64475798 2.11872479 3.26395796 4.11015625 2.99063072 [9157] 3.09217014 1.45335751 2.66091762 1.08402124 2.41739870 3.91277228 [9163] 2.26232587 2.30218587 3.77467166 3.36280753 2.41631256 3.39269973 [9169] 2.24522944 1.90923080 2.49530880 1.61925078 3.37896607 3.78449802 [9175] 3.90774136 3.02608507 2.82235809 4.34041074 1.63938299 1.92086304 [9181] 2.71153213 3.32463345 4.86361369 2.77773870 2.54316479 4.98433255 [9187] 2.75252225 1.37324222 3.16870002 0.76035175 4.06711929 4.13728748 [9193] 4.60006171 3.00566459 3.45383497 3.27599243 1.92503926 1.63995900 [9199] 3.64125986 1.18089254 2.27282141 1.17170669 4.13547687 1.45408352 [9205] 2.47830489 4.21907439 3.05577232 2.41924333 3.73715296 0.78897025 [9211] 2.36600935 4.28320931 3.55626840 2.23638245 3.95989697 2.03378605 [9217] 4.92983836 2.14657135 2.95899143 4.19613362 2.12849729 2.99063072 [9223] 4.74556612 2.92926963 2.39762649 3.51174868 2.05589104 4.01562792 [9229] 2.68244240 3.18105749 3.11149573 2.99833414 3.19311486 3.55800438 [9235] 1.45137568 1.61204557 3.46494629 1.17049837 3.51878988 1.99775382 [9241] 3.87088971 3.15630942 3.61951657 4.05893572 5.26626760 1.17170669 [9247] 3.08192632 1.50842740 1.08578173 2.92926963 2.38354597 3.02793042 [9253] 2.27434161 2.73825718 0.54316372 2.60669621 3.59514800 3.76491236 [9259] 2.76441861 1.93560667 2.18558257 2.43014361 3.46286081 2.74637470 [9265] 4.65242001 3.08385580 2.98976066 3.84715261 5.03689304 2.59096331 [9271] 3.72716941 3.78449802 3.97223682 5.03689304 2.78546523 2.05946960 [9277] 2.99170612 2.43741837 3.48851538 2.33313786 1.93298545 4.04571272 [9283] 1.17049837 1.52328529 3.74884015 4.43342763 4.84230698 4.69111184 [9289] 3.93576257 1.10391364 2.53326473 4.60006171 0.77035929 3.25993153 [9295] 4.55613212 4.01562792 2.17622756 4.39457057 1.77851339 2.08270073 [9301] 3.31047108 2.42769501 1.17170669 2.64396273 3.25155878 2.23093943 [9307] 3.36280753 4.02900126 3.40058985 2.26904742 2.57575713 3.12450745 [9313] 3.25832245 1.98583804 2.35108735 1.65660145 1.37867625 3.25811500 [9319] 2.92127043 2.12802028 1.26957521 2.09095430 3.63852149 3.63245817 [9325] 2.03378605 1.98718485 2.68201226 1.84748954 2.37265984 3.26223485 [9331] 4.22975205 1.65653936 5.08189167 4.69111184 3.02274154 2.89134645 [9337] 4.29343082 3.52540933 1.84748637 1.94909680 1.41735006 2.27434161 [9343] 2.60516882 0.71389490 2.01880686 4.44709018 4.12101679 3.10525491 [9349] 3.42879446 3.50962797 1.87196936 2.74951927 4.84695790 2.41924333 [9355] 3.83795391 3.26248492 2.97485349 3.45934848 1.73670787 1.17225025 [9361] 3.65530330 3.82156844 2.18558257 2.66292058 3.17760564 4.02824671 [9367] 2.74637086 4.76687399 3.93973190 4.09890252 1.17049837 3.26576218 [9373] 4.24615024 3.55116372 3.25832245 3.22916186 2.95019352 3.74133849 [9379] 1.87979393 3.49815647 4.24615024 3.17165414 3.53643554 2.26232587 [9385] 3.87785656 1.88106045 3.46886619 3.40227294 3.59514800 3.93973190 [9391] 4.73110635 1.37324222 4.24541949 3.44403885 2.03520197 3.43821160 [9397] 2.87094326 3.27599243 3.45494555 1.44433477 2.33789607 4.45123970 [9403] 3.47287394 4.07122845 2.76283898 2.84508616 3.06885602 2.56791267 [9409] 4.35041641 2.85814234 1.66747958 2.16762992 2.77455258 3.84732859 [9415] 2.07232430 3.49959514 3.74591374 4.04571272 4.24288445 0.99169489 [9421] 2.54332581 4.87719772 2.59096331 3.82168068 -0.54922331 2.14657135 [9427] 3.48879988 4.59142572 1.99775382 2.38354597 2.00155688 2.03089791 [9433] 3.06885602 2.23093943 2.14421267 3.80465752 1.37738903 1.52328529 [9439] 2.05553588 4.17316780 2.11704220 3.21967981 1.90923080 2.25845525 [9445] 1.37867625 4.62457942 2.36182009 2.31529936 2.26232587 3.63385516 [9451] 3.93576257 2.82235809 3.86238467 3.95400631 3.20344085 3.67618992 [9457] 3.25337583 2.91752202 1.06004160 2.46334533 3.07032995 2.14657135 [9463] 1.08578173 3.53856041 2.23395249 4.02010011 2.61173552 5.13058000 [9469] 3.35862935 2.63761404 4.05893572 3.06602127 1.06004160 4.41270552 [9475] 3.55263169 2.00932817 1.97742192 4.09210136 4.39457057 3.62806979 [9481] 1.75383216 1.99076293 4.83523336 2.29330061 2.51028437 2.74855305 [9487] 3.67618992 3.01318217 1.44978869 3.41334505 3.71161176 0.68177374 [9493] 2.51792494 1.46642342 1.77851339 0.99169489 3.65574277 4.06580076 [9499] 3.48879988 2.39323121 2.78331632 2.04120179 2.44943022 3.74959895 [9505] 2.97485349 3.29029487 2.47738224 2.68201226 3.85311025 1.53832927 [9511] 3.87785656 3.08192632 4.57380175 2.86935738 3.23845957 3.85827878 [9517] 3.32718398 5.26626760 1.08578173 2.50484059 3.90774136 2.61173552 [9523] 4.05893572 1.96970973 3.86258110 2.76283898 2.37265984 3.74884015 [9529] 5.26626760 2.62917986 4.22769261 4.13547687 3.56623448 3.96960719 [9535] 4.05203157 1.92503926 2.62735424 3.40058985 4.06420257 2.50027767 [9541] 3.21856787 3.46494629 1.98583804 3.60042114 2.67458214 4.05434029 [9547] 3.01115808 2.38670779 3.51878988 3.55262066 1.30233222 3.25832245 [9553] 3.87785656 3.86258110 2.03378605 2.01880686 1.75988423 4.57380175 [9559] 2.82332488 -0.54922331 3.07032995 4.02100627 2.05553588 2.35126904 [9565] 3.20569582 2.49980683 2.13444394 4.17533240 1.24663074 4.02900126 [9571] 3.86258110 2.61173552 4.43342763 1.42254261 3.31788629 3.41334505 [9577] 1.58663020 1.72866520 2.12802028 2.12621841 4.37245558 3.20876894 [9583] 3.41151798 3.79866114 1.46604941 3.82156844 1.94164356 1.37738903 [9589] 1.93647816 4.69111184 2.92697314 2.58572577 3.26113265 2.78679454 [9595] 4.05893572 3.90167830 4.30168866 3.39465048 1.64098371 2.55348640 [9601] 4.09469386 2.01880686 3.63852149 3.86258110 3.55304013 2.51028437 [9607] 4.05893572 3.04515808 0.77035929 2.07169954 3.09510925 4.13728748 [9613] 3.20364785 2.68201226 2.64693325 1.79486987 2.61126851 3.43492967 [9619] 4.03403143 1.75889971 3.74959895 3.62787571 3.25832245 2.07169954 [9625] 3.54059051 2.87555550 3.86258110 2.12897420 3.33795474 3.28598680 [9631] 3.66574486 3.01971259 4.24615024 3.71161176 1.79112956 2.79796657 [9637] 3.25832245 3.82168068 1.66966382 3.79094956 3.63852149 2.09095430 [9643] 3.06885602 1.52525932 3.81449072 3.30886204 1.11600943 3.53643554 [9649] 2.74855305 4.39746433 2.47416407 4.59142572 1.56338258 2.92576176 [9655] 0.78897025 3.32463345 2.36182009 3.30592473 3.59514800 3.28237811 [9661] 3.48879988 3.79866114 3.22680126 2.37265984 3.65530330 2.47436821 [9667] 2.27282141 3.81859424 2.71700748 2.08003040 4.86720313 2.77717155 [9673] 3.17716060 3.54059051 2.23296596 3.85827878 2.73289882 2.50484059 [9679] 2.24100496 3.40809431 4.37730542 1.17049837 2.67773752 2.58304667 [9685] 2.56207012 2.73289882 1.98583804 3.97452617 0.45913401 2.72643269 [9691] 2.78331632 2.27434161 3.38360023 4.02900126 2.58572577 3.59494904 [9697] 3.37634184 1.67128661 4.02100627 3.40782308 1.68036494 4.04258084 [9703] 3.14823482 2.47830489 5.27866212 3.66766371 2.30347586 2.05589104 [9709] -0.54922331 3.01115808 3.65574277 3.32130440 2.69964239 4.28018308 [9715] 3.87785656 4.61652304 1.67128661 3.76845320 2.53326473 1.75864922 [9721] 5.08189167 3.63245817 3.95646214 1.98439460 3.26223485 3.47287394 [9727] 3.31128836 2.82166038 2.00155688 2.57575713 4.02100627 3.51538790 [9733] 2.09095430 1.90923080 1.63995900 4.45123970 2.75626206 2.17622756 [9739] 3.10693792 2.03520197 4.96639913 2.25455487 1.83688502 2.77962622 [9745] 3.55497955 3.17760564 3.76102187 3.16870002 3.15630942 1.49250043 [9751] 2.33313786 2.11069032 2.33313786 4.17867959 4.07122845 2.42769501 [9757] 2.97099772 2.95899143 4.96252438 3.40385661 2.60669621 3.78641766 [9763] 1.04428049 2.26904742 2.67458214 2.74006704 2.45794037 4.75235415 [9769] 3.76491236 1.45408352 3.08192632 2.97099772 1.73062498 0.68177374 [9775] 1.69099081 4.16346418 2.16688951 1.84387169 3.86258110 2.61736822 [9781] 1.63995900 1.62400107 1.63566575 2.63588981 4.96951094 2.60669621 [9787] 3.26797659 2.84508616 1.62400107 4.37245558 3.37896607 2.11723361 [9793] 2.55348640 3.09510925 2.67458214 3.43515175 1.17049837 3.61831646 [9799] 4.73110635 2.08378543 2.43741837 1.87889273 2.60431477 4.06580076 [9805] 2.16688951 2.04538902 3.30592473 3.79866114 1.46642342 4.35133639 [9811] 1.68036494 3.12659686 3.41334505 1.82750053 2.41924333 0.54316372 [9817] 3.01115808 3.09822067 1.66966382 3.87805417 2.53860078 3.96960719 [9823] 4.29343082 2.58876304 5.11796885 1.84734935 3.79793335 4.34874465 [9829] 3.17716060 2.67877780 3.05577232 3.65893927 2.44943022 3.26395796 [9835] 3.12659686 0.98958735 1.94196371 2.99833414 1.87196936 4.47203383 [9841] 2.35108735 4.03403143 2.77717155 2.91926216 3.25993153 4.09210136 [9847] 3.41151798 4.57380175 2.92127043 2.53836179 3.61951657 2.54480748 [9853] 3.95989697 3.53643554 3.18105749 3.51999731 1.14573340 4.02900126 [9859] 1.95228154 1.61204557 3.06031624 4.46885937 4.06580076 1.17049837 [9865] 3.08385580 3.05191387 3.74959895 3.43089308 3.63179411 2.30604927 [9871] 4.86884821 3.74733404 2.81009904 1.37867625 5.20966501 4.74556612 [9877] 3.24358575 2.82235809 2.61736822 4.62457942 3.53437968 2.82235809 [9883] 1.04428049 3.51867190 2.43906052 2.82219586 2.33313786 3.73722888 [9889] 1.73032313 3.47287394 2.22838528 4.23781564 2.12840361 2.30347586 [9895] 3.40675653 2.26904742 2.74006704 3.90167830 3.48033639 1.94909680 [9901] 3.10525491 2.84779501 3.74591374 2.74160569 3.02793042 4.07122845 [9907] 3.65699639 2.84041718 3.29868700 3.16870002 1.39704148 3.20666789 [9913] 2.86938671 3.74871300 4.13728748 2.64246484 2.33777226 1.41489035 [9919] 2.69533637 2.91752202 3.54113935 4.21907439 2.04120179 3.20808442 [9925] 3.25811500 2.00932817 3.53643554 3.02637788 3.36747828 3.08762961 [9931] 2.76711409 2.00932817 4.25840602 2.00932817 4.65094656 2.41125980 [9937] 2.47416407 2.90460323 4.60006171 2.99170612 1.61925078 2.68244240 [9943] 2.87555550 2.38670779 2.92926963 3.16423405 1.91248573 2.53836179 [9949] 2.33777226 3.84120096 2.80310890 4.25259638 2.31138565 1.86278569 [9955] 3.04385789 3.49823973 2.70134837 2.17046405 -0.72796076 4.70319394 [9961] 2.55348640 1.84748637 2.66292058 2.30604927 2.64783120 2.23093943 [9967] 3.46463896 2.33320836 2.47436821 3.76418727 2.33777226 3.06031624 [9973] 4.39457057 4.17533240 3.77467166 2.97099772 0.98958735 1.46275259 [9979] 3.33080974 1.15750926 0.78791119 1.73229183 3.79793335 2.61354345 [9985] 2.52060523 3.01971259 3.90167830 4.07122845 2.92408385 3.88877357 [9991] 2.54332581 3.84105698 2.53836179 4.61652304 1.70694018 3.74733404 [9997] 4.55613212 2.41924333 4.39457057 2.64558303 $greater [1] 0.9978 $lesser [1] 0.0022 > > # compare above result with ecdf(), in which we compute an empirical > f=ecdf(b) > print(1-f(a)) # analogous to a one-tailed test as above [1] 0.002 > > ## A COMMUNITY PHYLOGENETIC EXAMPLE > ## an example of comparing observed and expected Bst at nodes ## > data(sp.example) > attach(sp.example) > s=spl > p=phy > > # get nodes for a time-slice > n.t=phy.nodetimes(phy=p,time.range=c(0.25, 0.75)) > > # get Bsts for nodes > o=spacodi.by.nodes(sp.plot=s, phy=p, obs.only=TRUE)[[1]] Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > obs=o[!is.na(match(o[,"node.ID"], names(n.t))),1] > > # compile expected Bst-values from data reshuffling > spacodi.by.nodes(sp.plot=s, phy=p, n.rep=5, method="1s")[[2]]->exps Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used SPACoDi calculations in progress: Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used . Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > e=exps[!is.na(match(row.names(exps), names(n.t))),] > exp=unname(unlist(e)) > > # randomization test of observed and expected Bst > resamp.test(obs=obs, exp=exp, iter=100, two.tailed=TRUE) $diffs [1] 1.375108e-01 -3.207696e-01 2.152110e-01 -1.477903e-01 1.476376e-02 [6] 8.118520e-02 1.828737e-03 -2.490797e-01 -4.645992e-02 -1.477903e-01 [11] -4.146128e-01 1.828737e-03 4.143829e-03 -1.428252e-01 -1.018412e-02 [16] -2.505662e-01 5.035277e-01 -1.744929e-01 -2.701778e-02 -1.713611e-01 [21] -1.046521e-01 4.282303e-08 -3.771008e-09 7.112487e-02 -2.503041e-01 [26] 3.689612e-08 2.138609e-02 1.375108e-01 -4.138365e-02 -2.748813e-01 [31] -2.253092e-01 -6.512498e-02 4.794810e-02 8.184406e-02 4.613006e-02 [36] -2.685218e-01 -2.169051e-01 4.143829e-03 -7.610906e-02 -1.314661e-02 [41] -1.225407e-02 8.570729e-02 -2.145901e-01 -1.680646e-02 1.828737e-03 [46] 5.070080e-02 2.964031e-02 1.659246e-02 -8.122312e-02 -2.202331e-01 [51] 7.208685e-02 -1.744929e-01 -2.038573e-01 -1.181787e-01 -1.374059e-02 [56] -5.614737e-02 -2.286372e-01 2.155286e-02 2.814659e-01 -1.280615e-01 [61] -2.352085e-01 1.895043e-02 9.665066e-02 6.455362e-02 -1.680646e-02 [66] 1.828737e-03 -1.707858e-01 -3.771008e-09 1.895042e-02 -1.741138e-01 [71] -1.741138e-01 -1.375487e-01 -4.138365e-02 -1.477903e-01 -1.375487e-01 [76] -1.326401e-01 -2.701778e-02 1.481069e-02 -2.253092e-01 -1.018412e-02 [81] -1.046521e-01 -2.038573e-01 -2.981709e-01 1.375108e-01 -2.457517e-01 [86] -2.318805e-01 -2.472382e-01 -1.326401e-01 -1.675886e-01 -2.169051e-01 [91] 7.094358e-02 7.112487e-02 -2.701778e-02 2.152110e-01 4.143823e-03 [96] -1.428252e-01 5.070080e-02 7.952897e-02 2.155286e-02 4.613006e-02 [[2]] [1] 0.8 > > > > cleanEx() detaching ‘sp.example’ > nameEx("spacodi.by.nodes") > ### * spacodi.by.nodes > > flush(stderr()); flush(stdout()) > > ### Name: spacodi.by.nodes > ### Title: conducting randomization tests of turnover in diversity through > ### time > ### Aliases: spacodi.by.nodes > > ### ** Examples > > # load a species-by-plots matrix, along with a tree > data(sp.example) > attributes(sp.example) $names [1] "spl" "phy" "trt" "dis" > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > phy Phylogenetic tree with 20 tips and 19 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. > > # generate a plot of observed and expected Bst > sp.permut<-spacodi.by.nodes(sp.plot=spl, phy=phy, n.rep=35) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used SPACoDi calculations in progress: Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used . Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > sp.permut$randomization.test p.value node.ID obs.Bst m.exp.Bst valid.comparisons 21 0.4420 21 -3.426041e-02 -1.750938e-03 35 22 0.4006 22 -5.145724e-02 2.798441e-03 35 23 0.0610 23 -2.179812e-01 -9.351903e-03 34 24 0.7688 24 2.138607e-02 -5.106540e-02 26 26 0.4264 26 7.770025e-02 -4.766984e-02 32 27 0.1424 27 2.245489e-01 -6.048934e-02 28 28 0.1126 28 1.748175e-07 3.179770e-08 18 29 0.1128 29 -1.251194e-01 7.674604e-03 35 30 0.9152 30 2.088833e-08 1.870615e-08 24 31 0.1686 31 -2.187339e-01 2.420336e-03 35 32 0.2908 32 -2.220619e-01 -1.992292e-02 35 33 0.8538 33 1.213126e-03 -1.042559e-02 35 34 0.6080 34 1.321151e-02 -4.253788e-02 27 36 0.0686 36 -2.032337e-01 2.630442e-02 31 38 0.5268 38 1.476374e-02 -6.586925e-04 30 39 0.9872 39 2.681524e-08 -9.534142e-09 20 > > # plot observed and expected Bst > spacodi.permutplot(spacodi.permutations=sp.permut, envelope=FALSE) Warning in spacodi.permutplot(spacodi.permutations = sp.permut, envelope = FALSE) : Some expected Bst were excluded from the plot. > > > > > cleanEx() detaching ‘sp.example’ > nameEx("spacodi.calc") > ### * spacodi.calc > > flush(stderr()); flush(stdout()) > > ### Name: spacodi.calc > ### Title: measuring spatial and phylogenetic structuring of diversity in > ### communities > ### Aliases: spacodi.calc > > ### ** Examples > > # load a species-by-plots matrix, along with a tree > data(sp.example) > attributes(sp.example) $names [1] "spl" "phy" "trt" "dis" > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > phy Phylogenetic tree with 20 tips and 19 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. > > # community diversity statistics of Hardy and Senterre (2007): tree-based > spacodi.calc(sp.plot = spl, phy = phy) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used $Ist [1] 0.2234526 $Pst [1] 0.1523922 $Bst [1] -0.03426041 $PIst [1] 0.03523673 $sp.plot plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 $sp.tree Phylogenetic tree with 20 tips and 19 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. $sp.traits NULL > > # community diversity statistics: trait-based with pairwise comparisons > spacodi.calc(sp.plot = spl, phy = phy, pairwise=TRUE) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used $Ist [1] 0.2234526 $Pst [1] 0.1523922 $Bst [1] -0.03426041 $PIst [1] 0.03523673 $pairwise.Ist plot1 plot2 plot3 plot4 plot5 plot6 plot1 0.00000000 0.08956345 0.199525764 0.132784318 0.2049085 0.30764325 plot2 0.08956345 0.00000000 0.282804680 0.240067246 0.1026356 0.42488704 plot3 0.19952576 0.28280468 0.000000000 0.005408061 0.3332055 0.11198372 plot4 0.13278432 0.24006725 0.005408061 0.000000000 0.3505183 0.03840757 plot5 0.20490846 0.10263560 0.333205529 0.350518322 0.0000000 0.51815648 plot6 0.30764325 0.42488704 0.111983718 0.038407574 0.5181565 0.00000000 plot7 0.03870703 0.16460104 0.006854374 -0.057425690 0.2542579 -0.03472284 plot8 0.26964838 0.40691270 0.132823776 0.054445196 0.5021279 0.07728888 plot9 0.30604279 0.44562294 0.140568341 0.066408084 0.5352798 0.07046794 plot10 0.13253311 0.26654836 0.295047176 0.238506653 0.3539209 0.35745885 plot7 plot8 plot9 plot10 plot1 0.038707026 0.26964838 0.30604279 0.13253311 plot2 0.164601043 0.40691270 0.44562294 0.26654836 plot3 0.006854374 0.13282378 0.14056834 0.29504718 plot4 -0.057425690 0.05444520 0.06640808 0.23850665 plot5 0.254257888 0.50212794 0.53527978 0.35392088 plot6 -0.034722843 0.07728888 0.07046794 0.35745885 plot7 0.000000000 0.02541784 0.05634123 -0.05307553 plot8 0.025417837 0.00000000 -0.03600266 0.36068548 plot9 0.056341234 -0.03600266 0.00000000 0.40289309 plot10 -0.053075533 0.36068548 0.40289309 0.00000000 $pairwise.Pst plot1 plot2 plot3 plot4 plot5 plot6 plot1 0.00000000 0.02630175 0.15459477 0.03410970 0.09441160 0.14004846 plot2 0.02630175 0.00000000 0.21807817 0.08217110 0.12078671 0.22602436 plot3 0.15459477 0.21807817 0.00000000 0.05461544 0.13937092 0.09317397 plot4 0.03410970 0.08217110 0.05461544 0.00000000 0.13981922 0.06212859 plot5 0.09441160 0.12078671 0.13937092 0.13981922 0.00000000 0.22789889 plot6 0.14004846 0.22602436 0.09317397 0.06212859 0.22789889 0.00000000 plot7 -0.04678662 0.02514861 0.06595934 -0.03787939 0.09919835 -0.03551075 plot8 0.19512273 0.28566304 0.11421303 0.12740495 0.23071869 0.04872011 plot9 0.26898415 0.36721472 0.16696757 0.18556375 0.31350890 0.10639604 plot10 0.14312522 0.21907384 0.33808630 0.20339223 0.31303414 0.27424263 plot7 plot8 plot9 plot10 plot1 -0.04678662 0.19512273 0.26898415 0.1431252 plot2 0.02514861 0.28566304 0.36721472 0.2190738 plot3 0.06595934 0.11421303 0.16696757 0.3380863 plot4 -0.03787939 0.12740495 0.18556375 0.2033922 plot5 0.09919835 0.23071869 0.31350890 0.3130341 plot6 -0.03551075 0.04872011 0.10639604 0.2742426 plot7 0.00000000 0.10927448 0.18139956 -0.1235278 plot8 0.10927448 0.00000000 -0.01037613 0.3963898 plot9 0.18139956 -0.01037613 0.00000000 0.4726675 plot10 -0.12352782 0.39638978 0.47266751 0.0000000 $pairwise.Bst plot1 plot2 plot3 plot4 plot5 plot1 0.000000000 -0.081388652 -0.027777880 -0.12168722 -0.12892760 plot2 -0.081388652 0.000000000 -0.084267515 -0.20672578 0.03652462 plot3 -0.027777880 -0.084267515 0.000000000 0.07025278 -0.31521654 plot4 -0.121687218 -0.206725779 0.070252778 0.00000000 -0.29010474 plot5 -0.128927603 0.036524618 -0.315216540 -0.29010474 0.00000000 plot6 -0.263548709 -0.337776403 -0.064818117 0.03563431 -0.60966756 plot7 -0.081339229 -0.157805773 0.114425192 0.02196365 -0.14953614 plot8 -0.010543018 -0.139447668 -0.001408747 0.14852841 -0.54958840 plot9 0.125176997 -0.004444858 0.111087082 0.25922150 -0.42937131 plot10 0.001957301 -0.063651920 0.076766908 -0.04638381 -0.03635091 plot6 plot7 plot8 plot9 plot10 plot1 -0.26354871 -0.08133923 -0.010543018 0.125176997 0.001957301 plot2 -0.33777640 -0.15780577 -0.139447668 -0.004444858 -0.063651920 plot3 -0.06481812 0.11442519 -0.001408747 0.111087082 0.076766908 plot4 0.03563431 0.02196365 0.148528410 0.259221495 -0.046383814 plot5 -0.60966756 -0.14953614 -0.549588401 -0.429371312 -0.036350908 plot6 0.00000000 0.02528594 -0.056452808 0.039799308 -0.114787053 plot7 0.02528594 0.00000000 0.199657261 0.312973097 -0.064352005 plot8 -0.05645281 0.19965726 0.000000000 0.046744202 0.122938169 plot9 0.03979931 0.31297310 0.046744202 0.000000000 0.241928358 plot10 -0.11478705 -0.06435200 0.122938169 0.241928358 0.000000000 $pairwise.PIst plot1 plot2 plot3 plot4 plot5 plot1 0.000000000 -0.014064400 -0.003367903 0.01544803 0.005927525 plot2 -0.014064400 0.000000000 -0.002361004 -0.01482952 0.038115539 plot3 -0.003367903 -0.002361004 0.000000000 -0.01333560 0.006997046 plot4 0.015448033 -0.014829518 -0.013335597 0.00000000 0.043077054 plot5 0.005927525 0.038115539 0.006997046 0.04307705 0.000000000 plot6 0.004780319 0.026112149 -0.001234686 0.04510914 -0.044068492 plot7 -0.044260209 -0.054255780 -0.046973637 0.02747602 -0.162715442 plot8 -0.006658337 -0.005310834 -0.053516402 0.05229336 -0.113136219 plot9 0.275729364 0.283002878 0.188320820 0.32271979 0.234015821 plot10 -0.008290218 -0.021378985 0.004642475 0.00735030 0.008694856 plot6 plot7 plot8 plot9 plot10 plot1 0.004780319 -0.04426021 -0.0066583370 0.2757294 -0.0082902184 plot2 0.026112149 -0.05425578 -0.0053108340 0.2830029 -0.0213789853 plot3 -0.001234686 -0.04697364 -0.0535164018 0.1883208 0.0046424754 plot4 0.045109143 0.02747602 0.0522933648 0.3227198 0.0073503004 plot5 -0.044068492 -0.16271544 -0.1131362186 0.2340158 0.0086948560 plot6 0.000000000 -0.03402363 -0.0569896949 0.2008619 0.0265093202 plot7 -0.034023626 0.00000000 -0.0371859752 0.2641118 -0.0139043938 plot8 -0.056989695 -0.03718598 0.0000000000 0.2597202 0.0005041206 plot9 0.200861878 0.26411182 0.2597201505 0.0000000 0.2622352519 plot10 0.026509320 -0.01390439 0.0005041206 0.2622353 0.0000000000 $sp.plot plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 $sp.tree Phylogenetic tree with 20 tips and 19 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. $sp.traits NULL > > # community diversity for a pair of traits > spacodi.calc(sp.plot = spl, sp.traits = trt, all.together=TRUE) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used $Ist [1] 0.2234526 $Tst [1] 0.2083078 $Ust [1] -0.08366202 $TAUst [1] 0.0310956 $sp.plot plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 $sp.tree NULL $sp.traits trt.1 trt.2 sp1 0.21 10 sp2 0.02 10 sp3 0.78 5 sp4 0.05 8 sp5 0.56 6 sp6 0.28 12 sp7 0.33 1 sp8 0.65 10 sp9 0.23 9 sp10 0.62 7 sp11 0.06 5 sp12 0.30 18 sp13 0.18 10 sp14 0.82 10 sp15 0.64 11 sp16 0.41 16 sp17 0.03 4 sp18 0.42 12 sp19 0.76 16 sp20 0.05 5 > > # community diversity for a pair of traits, each singly > spacodi.calc(sp.plot = spl, sp.traits = trt, all.together=FALSE) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used $trt.1 $trt.1$Ist [1] 0.2234526 $trt.1$Tst [1] 0.1848791 $trt.1$Ust [1] -0.05069162 $trt.1$TAUst [1] 0.03537191 $trt.2 $trt.2$Ist [1] 0.2234526 $trt.2$Tst [1] 0.2056264 $trt.2$Ust [1] -0.08777285 $trt.2$TAUst [1] 0.03492575 $sp.plot plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 $sp.tree NULL $sp.traits trt.1 trt.2 sp1 0.21 10 sp2 0.02 10 sp3 0.78 5 sp4 0.05 8 sp5 0.56 6 sp6 0.28 12 sp7 0.33 1 sp8 0.65 10 sp9 0.23 9 sp10 0.62 7 sp11 0.06 5 sp12 0.30 18 sp13 0.18 10 sp14 0.82 10 sp15 0.64 11 sp16 0.41 16 sp17 0.03 4 sp18 0.42 12 sp19 0.76 16 sp20 0.05 5 > > # Ist: using abundance data only > spacodi.calc(sp.plot = spl) $Ist [1] 0.2234526 $sp.plot plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 $sp.tree NULL $sp.traits NULL > > # calculations with missing taxa between tree and sp.plot > # excluding the last five species in sp.plot, > spacodi.calc(sp.plot = spl[1:15,], phy = phy, prune=TRUE) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used $Ist [1] 0.3036797 $Pst [1] 0.1966326 $Bst [1] -0.1050944 $PIst [1] 0.01037389 $sp.plot plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 $sp.tree Phylogenetic tree with 15 tips and 14 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. $sp.traits NULL > > # as before but with 'manual' pruning of the datasets > match.spacodi.data(sp.plot=spl[1:15,],phy=phy) -> prn.data Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > spacodi.calc(sp.plot=prn.data$sp.plot, phy=prn.data$sp.tree) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used $Ist [1] 0.3036797 $Pst [1] 0.1966326 $Bst [1] -0.1050944 $PIst [1] 0.01037389 $sp.plot plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 $sp.tree Phylogenetic tree with 15 tips and 14 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. $sp.traits NULL > prn.data$sp.plot plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 > prn.data$sp.tree Phylogenetic tree with 15 tips and 14 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. > > > > > > > cleanEx() detaching ‘sp.example’ > nameEx("spacodi.permutplot") > ### * spacodi.permutplot > > flush(stderr()); flush(stdout()) > > ### Name: spacodi.permutplot > ### Title: EXPERIMENTAL: plotting observed and expected community structure > ### across branching times of a phylogeny > ### Aliases: spacodi.permutplot > > ### ** Examples > > # load a species-by-plots matrix, along with a tree > data(sp.example) > attach(sp.example) > spl plot1 plot2 plot3 plot4 plot5 plot6 plot7 plot8 plot9 plot10 sp1 7 0 0 0 1 0 0 0 0 0 sp2 1 0 0 0 0 3 1 1 0 83 sp3 3 8 1 0 1 0 0 0 0 0 sp4 2 0 0 0 0 0 0 0 0 7 sp5 1 2 0 0 0 0 0 0 0 1 sp6 1 0 0 0 0 0 0 0 0 0 sp7 1 0 0 0 0 0 0 0 0 14 sp8 18 36 0 1 5 1 0 1 0 6 sp9 1 0 0 0 0 1 1 0 0 8 sp10 18 0 0 0 0 0 0 0 0 38 sp11 15 46 7 0 37 1 0 0 0 14 sp12 7 0 0 0 0 0 0 8 2 0 sp13 3 0 25 4 0 17 1 19 5 6 sp14 4 0 0 0 0 0 0 0 0 0 sp15 2 0 0 0 0 0 0 0 0 1 sp16 1 7 13 1 10 0 0 0 0 0 sp17 1 0 1 0 0 0 0 0 0 0 sp18 2 0 1 0 0 0 0 0 0 1 sp19 4 1 0 1 0 0 0 0 0 1 sp20 1 3 0 1 0 0 0 0 0 0 > phy Phylogenetic tree with 20 tips and 19 internal nodes. Tip labels: sp1, sp2, sp3, sp4, sp5, sp6, ... Rooted; includes branch lengths. > > # generate a plot of observed and expected Bst > sp.permut=spacodi.by.nodes(sp.plot=spl, phy=phy, n.rep=10) Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used SPACoDi calculations in progress: Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used . Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > spacodi.permutplot(sp.permut,bty="n") Warning in spacodi.permutplot(sp.permut, bty = "n") : Some expected Bst were excluded from the plot. > > > > cleanEx() detaching ‘sp.example’ > nameEx("spacodi.treeplot") > ### * spacodi.treeplot > > flush(stderr()); flush(stdout()) > > ### Name: spacodi.treeplot > ### Title: EXPERIMENTAL: plotting diversity turnover on trees > ### Aliases: spacodi.treeplot > > ### ** Examples > > data(sp.example) > attach(sp.example) > > # plot PIst > PI=spacodi.by.nodes(sp.plot=spl, sp.parm="PIst", phy=phy, return.all=TRUE, method="1s") Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used SPACoDi calculations in progress: Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used .Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used . Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "phylo") { : the condition has length > 1 and only the first element will be used Warning in if (class(obj) == "matrix" & length(unique(dim(obj))) == 1) { : the condition has length > 1 and only the first element will be used > spacodi.treeplot(PI, phy, sig.plot=TRUE, add.id=FALSE) > spacodi.treeplot(PI, phy, sig.plot=FALSE, add.id=FALSE) > > > > > > cleanEx() detaching ‘sp.example’ > nameEx("write.spacodi.data") > ### * write.spacodi.data > > flush(stderr()); flush(stdout()) > > ### Name: write.spacodi.data > ### Title: saving community phylogenetics datasets to a file > ### Aliases: write.spacodi.data > > ### ** Examples > > # generate a community-phylogenetics dataset > data(sp.example) > attach(sp.example) > > # save the dataset to working directory > write.spacodi.data(sp.plot=spl, outfile="spacodi.formatted.txt") > > > > > ### *