Beta Diversity in R

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 24

  • @ahmedelaich3874
    @ahmedelaich3874 Год назад

    Really nice presentation. I learned a lot. Thanks

  • @syvfiqrahman
    @syvfiqrahman 2 года назад

    Hopefully this account will get active back. I'm highly interested with these kind of contents.

  • @mariajesusgarciabianco4895
    @mariajesusgarciabianco4895 Год назад

    Hello, thanks for uploading this video. It is very useful. I would like to ask what is the reason for a negative value in the LCBD of the replacement component. Is there a link where I can find this information? that would be perfect actually. I am working right now on my thesis and I got a negative value, and I do not know the reason behind this. You can see this in the minute 41:35 of the video. Thanks in advance.

  • @meseretmuche6984
    @meseretmuche6984 2 года назад

    thank you so much for your fascinated video tutors
    question, how do we calculate hill numbers in r

  • @franciscoalbergoli1174
    @franciscoalbergoli1174 2 года назад

    Hello. Great video! I saw that in the calculation of LCBD the value of site 1 is negative. The same thing happens to me with my data (some values are negative). This is correct? According to the calculations, it should not give values between 0 and 1? What am I doing wrong? Thank you!

  • @zimoshi7661
    @zimoshi7661 3 года назад +1

    Thanks,its very useful to me, i wonder how to use R to calculate the functional beta diverstiy?

    • @violinahazarika636
      @violinahazarika636 2 года назад

      Please help me in calculating functional diversity in r

  • @binhomosta4593
    @binhomosta4593 2 года назад

    Obrigado. Foi bem explicado!

  • @idakrogsgaardsvendsen2151
    @idakrogsgaardsvendsen2151 3 года назад

    what is wrong here: Error in library(adespatial) : there is no package called ‘adespatial’

    • @SA-zn7pq
      @SA-zn7pq 3 года назад +1

      install.packages("adespatial")
      library("adespatial")
      This worked for me.

  • @SachinKumar-db2ji
    @SachinKumar-db2ji 3 года назад

    thanks for such a nice lecture

  • @nurfiliz838
    @nurfiliz838 3 года назад

    Thank you for the great lectur! But i didnt understand the sites/observation issues. For example lets say i have 2 sites with 30 observations, and i want to know the beta diversity between these sites over these observations, so how the code understands that which observations are from first site or second site so it gives a B-div value? Thanks in advance

    • @rachitsingh98
      @rachitsingh98 2 года назад +1

      I think you have to organise the data such that the "Site" is in rows and the columns will have your count data for your species. It will then calculate one value for the whole row 1, which could be site A and then there will be a calculation on site B (row 2). Correct me if I am wrong!

    • @rachitsingh98
      @rachitsingh98 2 года назад +1

      Ahh, I see what you meant. Actually I think here the data was not sub-set to compare differences between 2 sites, but just taken the overall value. In your case (I did this too), you would have to subset the data to only get your first two categorical variables (sites) and then calculate B-div between them...and so on.

    • @nurfiliz838
      @nurfiliz838 2 года назад

      @@rachitsingh98 Yesss i did a lot of subsetting:)

    • @violinahazarika636
      @violinahazarika636 2 года назад

      Where to get beta diversity script

  • @idakrogsgaardsvendsen2151
    @idakrogsgaardsvendsen2151 3 года назад

    @Ecological Applications in R please help me

    • @silomix
      @silomix 2 года назад

      I kept getting this error when trying to load
      library(adespatial)
      Error: package or namespace load failed for ‘adespatial’ in loadNamespace(j

    • @stephenfricker8167
      @stephenfricker8167 2 года назад

      did you have any luck, adespatial is installed by will not load.

  • @idakrogsgaardsvendsen2151
    @idakrogsgaardsvendsen2151 3 года назад

    I got the error message: Error in beta.div.comp(fish, coef = "J", quant = T) :
    could not find function "beta.div.comp"