Skip to content

Commit

Permalink
pkgdown the project.
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed May 15, 2017
1 parent 8a8a8c5 commit 88f1487
Show file tree
Hide file tree
Showing 25 changed files with 351 additions and 234 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We can retrieve the generated colors in hex format

``` r
pal$hex
#> [1] "#6ECC76" "#C96AC1" "#B6C9E5" "#CB9B6B"
#> [1] "#74C970" "#C96AC1" "#97B9DB" "#CD9675"
```

Altneratively, we can create a palette using one of the predefined color subspaces and, optionally, adapt it to color deficiency (here *deuteranomaly*).
Expand All @@ -38,10 +38,10 @@ We can look at a distance matrix of the pairwise color differences from the pale

``` r
pal2$de_DIN99d
#> #D4C76F #616FC8 #D0E0E8
#> #616FC8 29.14409
#> #D0E0E8 18.78602 21.76547
#> #A08587 18.59491 18.38472 18.34490
#> #E0D286 #616FC8 #C5D4E7
#> #616FC8 29.00920
#> #C5D4E7 19.46907 19.53556
#> #A2827A 17.78714 20.35253 18.89242
```

The palette may also be plotted with in a multidimensional scaling plot generated from the distance matrix of the colors in the palette.
Expand Down
4 changes: 2 additions & 2 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions docs/articles/introduction.html

Large diffs are not rendered by default.

Binary file modified docs/articles/introduction_files/figure-html/map-1.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 modified docs/articles/introduction_files/figure-html/unnamed-chunk-2-1.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 modified docs/articles/introduction_files/figure-html/unnamed-chunk-2-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 11 additions & 13 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 38 additions & 19 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88f1487

Please sign in to comment.