-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.Rmd
36 lines (29 loc) · 1.57 KB
/
README.Rmd
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
---
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%"
)
```
# MRFtools
<!-- badges: start -->
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![R-CMD-check](https://github.com/eric-pedersen/MRFtools/workflows/R-CMD-check/badge.svg)](https://github.com/eric-pedersen/MRFtools/actions)
<!-- [![Codecov test coverage](https://codecov.io/gh/eric-pedersen/MRFtools/branch/main/graph/badge.svg)](https://app.codecov.io/gh/eric-pedersen/MRFtools) -->
<!-- [![Downloads](https://cranlogs.r-pkg.org/badges/sspm?color=brightgreen)](https://CRAN.R-project.org/package=sspm/) -->
<!-- [![Latest Release](https://img.shields.io/github/v/release/eric-pedersen/MRFtools?label=Latest%20Release)](https://github.com/eric-pedersen/MRFtools/releases/latest) -->
<!-- [![CRAN Version](https://img.shields.io/cran/v/sspm?label=CRAN%20Version)](https://CRAN.R-project.org/package=sspm) -->
<!-- [![GitHub Version](https://img.shields.io/github/r-package/v/eric-pedersen/MRFtools?label=GitHub%20Version)](https://github.com/eric-pedersen/MRFtools/blob/main/DESCRIPTION) -->
<!-- badges: end -->
Tools for constructing and plotting Markov Random Fields in R for graphical data.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("eric-pedersen/MRFtools")
```