Skip to content

Commit

Permalink
update readme website documentation to show trackSpp() shiny app
Browse files Browse the repository at this point in the history
  • Loading branch information
aestears committed Jul 7, 2023
1 parent d53b283 commit cf3950b
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 16 deletions.
16 changes: 8 additions & 8 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,14 @@ Welcome to `plantTracker`! This package was designed to transform **long-term qu
* [Contributing](#issues)
* [License](#license)
* [Contact](#contact)
* [Interactive tools to explore plantTracker functions](#ShinyApps)
* [How to Use `plantTracker`](#how_to_use)
* [Prepare data for use in `plantTracker`](#prep_data)
* [The quadrat map data: `dat`](#dat_data)
* [transform `dat` to the `sf` format](#dat_to_sf)
* [The quadrat inventory data: `inv` ](#dat_inv)
* [Ensure data is in the correct format with `checkDat()` ](#check_dat)
* [Track individuals through time using `trackSpp()`](#trackSpp)
* [Arguments in `trackSpp()`](#trackSpp_args)
* [Understanding the output of `trackSpp()`](#trackSpp_out)
* [Calculate local neighborhood density using `getNeighbors()`](#getNeigh)
* [Arguments in `getNeighbors()`](#getNeigh_args)
* [Understanding the output of `trackSpp()`](#getNeigh_out)
* [Further analysis with more `plantTracker` functions](#next)


<a id="Installation"></a>

## Installation
Expand Down Expand Up @@ -80,6 +73,13 @@ Copyright (c) 2022 Alice Stears
Questions about `plantTracker` can be forwarded to Alice Stears, the package
maintainer, at alice.e.stears@gmail.com.

<a id="ShinyApps"></a>

## Interactive tools to explore plantTracker functions

Follow this link to a shiny app that lets you change arguments in the trackSpp() function, and see how that impacts individual ID assignment in an example dataset: [https://astears.shinyapps.io/shinyapp/](https://astears.shinyapps.io/shinyapp/)


<a id="how_to_use"></a>

## How to use the `plantTracker` R package
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,13 @@ population and community ecology.
- [Contributing](#issues)
- [License](#license)
- [Contact](#contact)
- [Interactive tools to explore plantTracker functions](#ShinyApps)
- [How to Use `plantTracker`](#how_to_use)
- [Prepare data for use in `plantTracker`](#prep_data)
- [The quadrat map data: `dat`](#dat_data)
- [transform `dat` to the `sf` format](#dat_to_sf)
- [The quadrat inventory data: `inv`](#dat_inv)
- [Ensure data is in the correct format with `checkDat()`](#check_dat)
- [Track individuals through time using `trackSpp()`](#trackSpp)
- [Arguments in `trackSpp()`](#trackSpp_args)
- [Understanding the output of `trackSpp()`](#trackSpp_out)
- [Calculate local neighborhood density using
`getNeighbors()`](#getNeigh)
- [Arguments in `getNeighbors()`](#getNeigh_args)
- [Understanding the output of `trackSpp()`](#getNeigh_out)
- [Further analysis with more `plantTracker` functions](#next)

<a id="Installation"></a>
Expand Down Expand Up @@ -83,6 +77,14 @@ Stears
Questions about `plantTracker` can be forwarded to Alice Stears, the
package maintainer, at <alice.e.stears@gmail.com>.

<a id="ShinyApps"></a>

## Interactive tools to explore plantTracker functions

Follow this link to a shiny app that lets you change arguments in the
trackSpp() function, and see how that impacts individual ID assignment
in an example dataset: <https://astears.shinyapps.io/shinyapp/>

<a id="how_to_use"></a>

## How to use the `plantTracker` R package
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: http://www.astearsresearch.com/package/plantTracker
template:
bootstrap: 5
bootswatch: morph
bootswatch: sandstone
Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.

0 comments on commit cf3950b

Please sign in to comment.