- Also adding in an omitted change to create_dist.Rd
This commit is contained in:
Martin Chan 2020-11-18 15:13:11 +00:00
Родитель 8422a74f7d
Коммит 9da9248ec0
2 изменённых файлов: 38 добавлений и 1 удалений

36
_pkgdown.yml Normal file
Просмотреть файл

@ -0,0 +1,36 @@
template:
params:
bootswatch: cosmo
navbar:
structure:
left:
- home
- intro
- guide
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
guide:
text: Analyst Guide
href: analyst_guide.html
reference:
text: Reference
href: reference/index.html
news:
text: Changelog
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/microsoft/wpa/
articles:
text: Articles
menu:
- text: Introduction to {wpa}
href: articles/intro-to-wpa.html

Просмотреть файл

@ -11,7 +11,8 @@ create_dist(
mingroup = 5,
return = "plot",
cut = c(15, 20, 25),
dist_colours = c("#facebc", "#fcf0eb", "#b4d5dd", "#bfe5ee")
dist_colours = c("#facebc", "#fcf0eb", "#b4d5dd", "#bfe5ee"),
unit = "hours"
)
}
\arguments{