tests/testthat/_snaps/fortify-fisherfit.md

fortify works for fisherfit objects

Code
  fortify(m_fisherfit)
Output
  # A tibble: 19 x 2
      rank abundance
     <dbl>     <int>
   1     1        36
   2     2        17
   3     3        13
   4     4         4
   5     5         6
   6     6         5
   7     7         4
   8     8         1
   9     9         3
  10    10         1
  11    13         1
  12    15         1
  13    16         3
  14    17         1
  15    21         1
  16    22         1
  17    25         1
  18    31         1
  19    55         1

tidy works for fisherfit objects

Code
  tidy(m_fisherfit)
Output
  # A tibble: 19 x 2
      rank abundance
     <dbl>     <int>
   1     1        36
   2     2        17
   3     3        13
   4     4         4
   5     5         6
   6     6         5
   7     7         4
   8     8         1
   9     9         3
  10    10         1
  11    13         1
  12    15         1
  13    16         3
  14    17         1
  15    21         1
  16    22         1
  17    25         1
  18    31         1
  19    55         1


Try the ggvegan package in your browser

Any scripts or data that you put into this service are public.

ggvegan documentation built on Feb. 28, 2026, 1:07 a.m.