Skip to content

Commit

Permalink
remove package
Browse files Browse the repository at this point in the history
  • Loading branch information
super-lou committed Jul 15, 2022
1 parent f199be9 commit 19dd683
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# build package documentation
doc:
R -e 'devtools::document()'
R -e 'devtools::document()'
20 changes: 10 additions & 10 deletions R/layout.R
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@ theme_ash = function () {
#' @title Palette ground
#' @export
Palette_ground = function () {
palette = c('#543005', #hot
'#8c510a',
'#bf812d',
'#dfc27d',
'#f6e8c3', #mid hot
'#c7eae5', #mid cold
'#80cdc1',
'#35978f',
'#01665e',
'#003c30') #cold
palette = c("#543005",
"#8c510a",
"#bf812d",
"#dfc27d",
"#f6e8c3",
"#c7eae5",
"#80cdc1",
"#35978f",
"#01665e",
"#003c30")
return (palette)
}

Expand Down

0 comments on commit 19dd683

Please sign in to comment.