Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
YoungjunNa committed Oct 10, 2023
1 parent 4331fe7 commit 8a644ef
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 16 deletions.
Binary file removed .README.html.icloud
Binary file not shown.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
license
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.2.3.9000
332 changes: 332 additions & 0 deletions README.html

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,6 @@ feed_search("maize")
feed_info(url = "https://www.feedipedia.org/node/556")
```

#### feed_compare
`feed_compare` function compares each result of feed composition.

``` r
# extract the result
feed1 <- feed_info("https://www.feedipedia.org/node/556", 2)
feed2 <- feed_info("https://www.feedipedia.org/node/674", 3)

# extract the main analysis results
feed1 <- feed1[[1]]
feed2 <- feed2[[1]]

# compare the results
feed_compare(feed1, feed2, radar = TRUE)
```
### Conversion
#### dm_asis
`dm_asis` function converts dry-matter basis into as-is basis.
Expand Down
Binary file removed man/figures/.feed_info.gif.icloud
Binary file not shown.
Binary file added man/figures/feed_info.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a644ef

Please sign in to comment.