-
Notifications
You must be signed in to change notification settings - Fork 0
/
galleries.qmd
30 lines (27 loc) · 979 Bytes
/
galleries.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: "Galleries of R examples"
subtitle: "R code and resulting plots or results."
listing:
contents: galleries
sort: "date-modified desc"
type: table
fields: [date-modified, date, title]
field-display-names:
date: "First published"
date-modified: "Last edited"
categories: true
sort-ui: true
filter-ui: true
feed:
title: "Using R for Photobiology: Galleries"
items: 8
type: "partial"
page-layout: full
toc: true
title-block-banner: true
---
::: {.callout-note collapse=true}
# What are these galleries?
These pages contain collections of R code examples using a "cookbook-like" approach. Many of these examples make use of packages 'ggpp', 'ggpmisc', "gginnards' or from the R for photobiology suite. Frequently, they are together with other packages, thus are several of these examples are unsuitable for inclusion in the packages' documentation.
A couple of these pages focus on downloading data from specific on-line APIs.
:::