Exploring spatiotemporal dynamics of flower visitor association pattern on two Avicennia mangroves: A network approach
收藏资源简介:
All the data sets used in the analyses of this study are provided here along with the <strong>R-Script.</strong><br> The datasets for foraging behaviour and Generalized linear mixed models will be provided upon request to the first or corresponding author of this article. <strong>Please note that, in this R-script, we have shown the codes only for one dataset of respective analyses.</strong><br> <strong>PLEASE NOTE: In this R-script, there are two minor mistakes, as follows:<br> 1) Line no. 46<br> Present code: </strong><strong>nulls <- nullmodel(I_S.network, N=1000, method=3) ##(3=Vaznull) ## file name mistake<br> Correct code: nulls <- nullmodel(AO_Site, N=1000, method=3) ##(3=Vaznull)</strong> <strong>2) Line no. 55<br> Present code: AO_Site_V<-AM_Site[,-1] ##Omitting individual coloumn(species) ## file name mistake<br> Correct code: AO_Site_V<-AO_Site[,-1] ##Omitting individual coloumn(species)</strong> <strong>Description of the data set</strong> Data explorers the plant-flower visitor network with spatiotemporal approaches. Here, AM denotes <em>Avicennia marina </em>and AO denotes <em>Avicennia officinalis. </em>For the overall site-visitor network (combining all years and all time frames) datasets are AO_Site and AM_Site. For the overall visiting time-visitor network (combining all years and all sites) the datasets are AO_Time and AM_Time For the site-visitor networks on the yearly scale, the datasets are AO_2016, AO_2017, AO_2018, AM_2016, AM_2017 and AM_2018. For the site-specific visiting time-visitor networks the datasets are AO_Satjelia, AO_Bali, AO_Sagar, AO_Bakkhali, AM_Satjelia, AM_Bali, AM_Sagar and AM_Bakkhali.



