feed_compare: feed_compare

View source: R/feed_compare.R

feed_compareR Documentation

feed_compare

Description

A function to compare each result of feed composition.

Usage

feed_compare(feed1, feed2, radar = TRUE)

Arguments

feed1

1st feed chemical composition that you want to compare.

feed2

2nd feed chemical composition that you want to compare.

radar

TRUE returns radar chart.

name1

1st feed name that you want to compare.

name2

2nd feed name that you want to compare.

Examples

feed1 <- feed::feed_info("https://www.feedipedia.org/node/556", 2)
feed2 <- feed::feed_info("https://www.feedipedia.org/node/674", 3)
feed1 <- feed1[[1]]
feed2 <- feed2[[1]]
feed_compare(feed1, feed2, radar = TRUE)

adatalab/feed documentation built on Oct. 14, 2023, 1:48 a.m.