-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
55 lines (39 loc) · 1.79 KB
/
README.Rmd
File metadata and controls
55 lines (39 loc) · 1.79 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Momoshop <a href="https://momx.github.io/Momoshop/"><img src="man/figures/logo.png" align="right" height="139" alt="Momoshop website" /></a>
<!-- badges: start -->
[](https://CRAN.R-project.org/package=Momoshop)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/MomX/Momoshop/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
The goal of Momoshop is to provide a convenient way to handle processing of images after acquisition and before morphometrics
It uses [shiny](https://shiny.posit.co/) to wrap most useful [magick](https://github.com/ropensci/magick) functions for that purpose.
## Installation
Once released on CRAN, you can install the development version of Momoshop like so:
``` r
install.packages("Momoshop")
```
Momoshop is part of [MomX](https://momx.github.io/) a very young and still experimental ecosystem. During its development and also before CRAN releases, you may better get the development version instead:
``` r
pak::pkg_install("MomX/Momoshop")
```
## How to use it
Launch the app on your images and usage should be self-explanatory. Momoshop also has a manual inside the app.
```{r example}
library(Momoshop)
## basic example code
```
The app returns a magick 'pipe' that you can use outside the app to post-process
```{r}
library(magick)
```