Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Nov 20, 2023
1 parent 7a96844 commit 36c8e52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ knitr::opts_chunk$set(
fig.path = "man/figures/README-",
out.width = NULL
)
Sys.setlocale("LC_MESSAGES", 'en_GB.UTF-8') # Force locale
```

# isopleuros <img width=120px src="man/figures/logo.png" align="right" />
Expand All @@ -20,7 +21,7 @@ knitr::opts_chunk$set(
[![codecov](https://codecov.io/gh/tesselle/isopleuros/branch/main/graph/badge.svg?token=QnnAqgIIUp)](https://app.codecov.io/gh/tesselle/isopleuros)
[![CodeFactor](https://www.codefactor.io/repository/github/tesselle/isopleuros/badge/main)](https://www.codefactor.io/repository/github/tesselle/isopleuros/overview/main)

[![r-universe](https://tesselle.r-universe.dev/badges/isopleuros)](https://tesselle.r-universe.dev){.pkgdown-devel}
[![r-universe](https://tesselle.r-universe.dev/badges/isopleuros)](https://tesselle.r-universe.dev/isopleuros){.pkgdown-devel}
[![CRAN Version](http://www.r-pkg.org/badges/version/isopleuros)](https://cran.r-project.org/package=isopleuros){.pkgdown-release}
[![CRAN checks](https://badges.cranchecks.info/worst/isopleuros.svg)](https://cran.r-project.org/web/checks/check_results_isopleuros.html){.pkgdown-release}
[![CRAN Downloads](http://cranlogs.r-pkg.org/badges/isopleuros)](https://cran.r-project.org/package=isopleuros){.pkgdown-release}
Expand All @@ -32,7 +33,7 @@ knitr::opts_chunk$set(

## Overview

Ternary plots made simple. **isopleuros** allows to create ternary plot using **graphics**. It provides functions to display the data in the ternary space, to add or tune graphical elements and to display statistical summaries. It also includes common ternary diagrams useful for the archaeologist (e.g. soil texture charts, ceramic phase diagram).
Ternary plots made simple. **isopleuros** allows to create ternary plots using **graphics**. It provides functions to display the data in the ternary space, to add or tune graphical elements and to display statistical summaries. It also includes common ternary diagrams useful for the archaeologist (e.g. soil texture charts, ceramic phase diagram).

**isopleuros** is a dependency-free package^[The only exception is the `ternary_contour()` function for which the **akima** package is required, but is not installed by default.] designed to be as simple as possible. If you need finer tuning or more advanced features, you should consider the [**Ternary**](https://ms609.github.io/Ternary/) or [**ggtern**](http://www.ggtern.com/) package.

Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
[![codecov](https://codecov.io/gh/tesselle/isopleuros/branch/main/graph/badge.svg?token=QnnAqgIIUp)](https://app.codecov.io/gh/tesselle/isopleuros)
[![CodeFactor](https://www.codefactor.io/repository/github/tesselle/isopleuros/badge/main)](https://www.codefactor.io/repository/github/tesselle/isopleuros/overview/main)

<a href="https://tesselle.r-universe.dev" class="pkgdown-devel"><img
<a href="https://tesselle.r-universe.dev/isopleuros"
class="pkgdown-devel"><img
src="https://tesselle.r-universe.dev/badges/isopleuros"
alt="r-universe" /></a>
<a href="https://cran.r-project.org/package=isopleuros"
Expand All @@ -34,7 +35,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re

## Overview

Ternary plots made simple. **isopleuros** allows to create ternary plot
Ternary plots made simple. **isopleuros** allows to create ternary plots
using **graphics**. It provides functions to display the data in the
ternary space, to add or tune graphical elements and to display
statistical summaries. It also includes common ternary diagrams useful
Expand All @@ -49,10 +50,10 @@ should consider the [**Ternary**](https://ms609.github.io/Ternary/) or

Frerebeau N (2023). _isopleuros: Ternary Plots_. Université Bordeaux
Montaigne, Pessac, France. doi:10.5281/zenodo.7940389
<https://doi.org/10.5281/zenodo.7940389>, R package version 1.0.0,
<https://doi.org/10.5281/zenodo.7940389>, R package version 1.0.0,
<https://packages.tesselle.org/isopleuros/>.

Une entrée BibTeX pour les utilisateurs LaTeX est
A BibTeX entry for LaTeX users is

@Manual{,
author = {Nicolas Frerebeau},
Expand Down

0 comments on commit 36c8e52

Please sign in to comment.