Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
Signed-off-by: Daena Rys <[email protected]>
  • Loading branch information
Daenarys8 committed Nov 12, 2024
1 parent 47af620 commit 99e6ad8
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 24 deletions.
40 changes: 28 additions & 12 deletions vignettes/articles/manipulation.Rmd
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
---
title: "Time series manipulation"
date: "`r Sys.Date()`"
package: miaTime
format:
html:
fig-height: 7
fig-width: 10
toc: true
toc-depth: 2
number-sections: true
knitr:
opts_chunk:
message: false
warning: false
package:
miaTime
output:
BiocStyle::html_document:
fig_height: 7
fig_width: 10
toc: yes
toc_depth: 2
number_sections: true
vignette: >
%\VignetteIndexEntry{miaTime}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
bibliography: references.bib
---

```{r}
#| label: setup
#| include: false
library(knitr)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
cache = TRUE,
message = FALSE,
warning = FALSE,
echo = TRUE
)
```


## Introduction

`miaTime` implements tools for time series manipulation based on the
Expand Down
40 changes: 28 additions & 12 deletions vignettes/articles/minimalgut.Rmd
Original file line number Diff line number Diff line change
@@ -1,21 +1,37 @@
---
title: "Minimal gut bioreactor examples"
date: "`r Sys.Date()`"
package: miaTime
format:
html:
fig-height: 7
fig-width: 10
toc: true
toc-depth: 2
number-sections: true
knitr:
opts_chunk:
message: false
warning: false
package:
miaTime
output:
BiocStyle::html_document:
fig_height: 7
fig_width: 10
toc: yes
toc_depth: 2
number_sections: true
vignette: >
%\VignetteIndexEntry{miaTime}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
bibliography: references.bib
---

```{r}
#| label: setup
#| include: false
library(knitr)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
cache = TRUE,
message = FALSE,
warning = FALSE,
echo = TRUE
)
```


# Minimal gut microbiome

Dense samples of the minimal gut microbiome. In the initial hours, MDb-MM was
Expand Down

0 comments on commit 99e6ad8

Please sign in to comment.