Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
erblast committed May 6, 2020
1 parent 9a5ece7 commit b03241f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ parcats(p, marginal_histograms = TRUE, data_input = mtcars2)
```

![demo](https://erblast.github.io/parcats/demo1.gif)
![demo](https://raw.githubusercontent.com/erblast/parcats/master/man/figures/demo1.gif)

- **[Live Widget](https://erblast.github.io/parcats/articles/parcats.html)**

Expand Down Expand Up @@ -195,5 +195,5 @@ p = alluvial_model_response(pred, dspace, imp, degree = 3)
parcats(p, marginal_histograms = TRUE, imp = TRUE, data_input = df)
```

![demo](https://erblast.github.io/parcats/demo2.gif)
![demo](https://raw.githubusercontent.com/erblast/parcats/master/man/figures/demo2.gif)
- **[Live Widget](https://erblast.github.io/parcats/articles/parcats.html)**
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ p = alluvial_wide(mtcars2, max_variables = 5)
parcats(p, marginal_histograms = TRUE, data_input = mtcars2)
```

![demo](https://erblast.github.io/parcats/demo1.gif)
![demo](https://raw.githubusercontent.com/erblast/parcats/master/man/figures/demo1.gif)

- **[Live
Widget](https://erblast.github.io/parcats/articles/parcats.html)**
Expand Down Expand Up @@ -228,7 +228,7 @@ p_grid = add_marginal_histograms(p, df, plot = F) %>%

![](man/figures/README-unnamed-chunk-5-1.png)<!-- -->

### Interactive Partial Dependene Plot
### Interactive Partial Dependence Plot

``` r
df = select(mtcars2, -ids )
Expand All @@ -241,6 +241,6 @@ p = alluvial_model_response(pred, dspace, imp, degree = 3)
parcats(p, marginal_histograms = TRUE, imp = TRUE, data_input = df)
```

![demo](https://erblast.github.io/parcats/demo2.gif)
\- **[Live
![demo](https://raw.githubusercontent.com/erblast/parcats/master/man/figures/demo2.gif)
- **[Live
Widget](https://erblast.github.io/parcats/articles/parcats.html)**
Binary file modified man/figures/README-unnamed-chunk-5-1.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 man/get_pdp_predictions.Rd

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

2 changes: 1 addition & 1 deletion man/manip_bin_numerics.Rd

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

2 changes: 1 addition & 1 deletion man/plot_hist.Rd

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

0 comments on commit b03241f

Please sign in to comment.