Beta Diversity in R

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 24

  • @ahmedelaich3874
    @ahmedelaich3874 ปีที่แล้ว

    Really nice presentation. I learned a lot. Thanks

  • @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

  • @syvfiqrahman
    @syvfiqrahman 3 ปีที่แล้ว

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

  • @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

  • @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!

  • @SachinKumar-db2ji
    @SachinKumar-db2ji 3 ปีที่แล้ว

    thanks for such a nice lecture

  • @binhomosta4593
    @binhomosta4593 3 ปีที่แล้ว

    Obrigado. Foi bem explicado!

  • @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 3 ปีที่แล้ว +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 3 ปีที่แล้ว +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 3 ปีที่แล้ว

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

    • @violinahazarika636
      @violinahazarika636 2 ปีที่แล้ว

      Where to get beta diversity script

  • @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.

  • @idakrogsgaardsvendsen2151
    @idakrogsgaardsvendsen2151 3 ปีที่แล้ว

    @Ecological Applications in R please help me

    • @silomix
      @silomix 3 ปีที่แล้ว

      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"

    • @REAPER7777
      @REAPER7777 3 ปีที่แล้ว +2

      Maybe you didn't load the package

    • @violinahazarika636
      @violinahazarika636 2 ปีที่แล้ว

      Where to get the package