website issues
Closed this issue · 2 comments
Nowosad commented
I was looking for one example on the package website and found out a few issues:
- https://r-spatialecology.github.io/landscapemetrics/articles/articles/general-background.html - the plot of the left panel is not visible (there is only one color).
- The second link in "More" is not working (https://r-spatialecology.github.io/landscapemetrics/articles/articles/comparing_fragstats_landscapemetrics.html)
- (Just out of curiosity) Why the
patchwork::plot_layout()
function is needed in the example below (https://r-spatialecology.github.io/landscapemetrics/articles/articles/utility.html). Would not it be better to just have theshow_patches()
?
landscape_plot +
show_patches(landscape) +
patchwork::plot_layout(ncol = 1)
marcosci commented
I am going to fix this, also the plots. Just figured out how to reduce the whitespace, too.
marcosci commented
- fixed (one of the reason we we needed to update landscapetools on CRAN)
- fixed, at some point someone apparently changed the vignette filename.
- changed it, should now make more sense.