website/pages/content/news/2015-04-16-cheddar-0.1-629.md

Title: Cheddar 0.1-629 released Tags: release Slug: Cheddar 0.1-629 released. Author: Lawrence Hudson

Cheddar 0.1-629 was released today and is available on CRAN.

This release adds the PlotWagonWheel function, which shows a focal node at the centre with other nodes in concentric circles that are one, two, three etc trophic links away. Isolated nodes are not shown.

library(cheddar)
data(TL84)
# Ploesoma sp. is the focal species
PlotWagonWheel(TL84, 'Ploesoma sp.')

Example PlotWagonWheel plot

# 'Daphnia pulex' is the focus, nodes ordered by degree (total number of
# trophic links), lines partially transparent
PlotWagonWheel(OrderCommunity(TL84, 'Degree'), 'Daphnia pulex',
               show.nodes.as='labels', link.col=rgb(0.8,0.8,0.8,0.5))

Example PlotWagonWheel plot

See the release history for details.



quicklizard99/cheddar documentation built on Aug. 25, 2022, 5:01 a.m.