Skip to content

Commit

Permalink
docs: correcting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 22, 2023
1 parent 427db8d commit fc2fb33
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
File renamed without changes
File renamed without changes
6 changes: 5 additions & 1 deletion vignettes/blueprint/filter_panel.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ vignette: >

## Introduction

<a href="../../reference/figures/filterpanel.png" target="_blank">
<img src="../../man/figures/filterpanel.png" align="right" style="max-width: 33%;"/>
</a>

The filter panel is a key component of the `teal` framework, providing a powerful tool for exploring and analyzing data.

One of the great things about the filter panel is that it comes built-in with `teal`, requiring no programming knowledge to use.
Expand All @@ -19,7 +23,7 @@ Moreover, users can activate or deactivate filter states interactively, either i

The `teal.slice` R package in the `teal` framework is responsible for managing the filter panel.

![filter-panel screenshot](../images/filterpanel.png)
<div style="clear: both"></div>

## Filter Flow

Expand Down
12 changes: 9 additions & 3 deletions vignettes/blueprint/qenv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "`qenv`"
author: "NEST CoreDev"
output: rmarkdown::html_vignette
vignette: >
%\VignetteIndexEntry{qenv}
%\VignetteIndexEntry{`qenv`}
%\VignetteEngine{knitr::rmarkdown}
%\VignetteEncoding{UTF-8}
---
Expand Down Expand Up @@ -50,8 +50,14 @@ The `qenv` object is used to support the module's visualizations, such as textua
The former allows users to inspect the contents of the `qenv` object, enabling them to closely analyze and replicate the module's analysis.
The latter utilizes the `qenv` object to merge multiple `qenv` objects from various `teal` modules, resulting in a downloadable report with reproducible results that ensures accurate and consistent data presentations.

![Show R Code](../images/showrcode.jpg){width=95%}
<a href="../../reference/figures/showrcode.jpg" target="_blank">
<img title="Show R Code" src="../../man/figures/showrcode.jpg" align="left" style="max-width: 48%;"/>
</a>

![Reporter](../images/reporter.jpg)
<a href="./reporter.jpg" target="_blank">
<img title="Reporter" src="./reporter.jpg" align="right" style="max-width: 48%;"/>
</a>

<div style="clear: both;"></div>

Overall, `qenv` from `teal.code` is a powerful tool for ensuring code reproducibility and promoting high-quality research in the R programming language.
Binary file added vignettes/blueprint/reporter.jpg
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 fc2fb33

Please sign in to comment.