Skip to content

Commit

Permalink
change the website color
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghui5801 committed Dec 16, 2024
1 parent 7efd82b commit 3e75cf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ template:
package: tidytemplate

bslib:
primary: "#096B72"
navbar-background: "#e6f3fc"
primary: "#2980b9"
navbar-background: "#f0f8ff"
trailing_slash_redirect: true

development:
Expand Down
Binary file removed vignettes/djsmatrix.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/dynamic.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data(climate_indices)

Here we choose the typical climate dataset to show the dynamic analysis. We can easily get the pattern causality result by `pcLightweight` function to give a quick view, generally speaking, this result is obtained by the whole time points.

## Causality Strength Analysis with Erf Function
## Causality Strength Analysis with ERF Function

```{r}
X <- climate_indices$AO
Expand Down

0 comments on commit 3e75cf9

Please sign in to comment.