tests/testthat/_snaps/fortify-prestonfit.md

fortify works for prestonfit objects

Code
  fortify(bci_pfit)
Output
  # A tibble: 12 x 2
     octave abundance
      <dbl>     <dbl>
   1      0       9.5
   2      1      16  
   3      2      18  
   4      3      19  
   5      4      30  
   6      5      35  
   7      6      31  
   8      7      26.5
   9      8      18  
  10      9      13  
  11     10       7  
  12     11       2

tidy works for prestonfit objects

Code
  tidy(bci_pfit)
Output
  # A tibble: 12 x 2
     octave abundance
      <dbl>     <dbl>
   1      0       9.5
   2      1      16  
   3      2      18  
   4      3      19  
   5      4      30  
   6      5      35  
   7      6      31  
   8      7      26.5
   9      8      18  
  10      9      13  
  11     10       7  
  12     11       2


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.