Skip to content

Commit

Permalink
Added package logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereckmezquita committed Jul 14, 2024
1 parent 6c74fc7 commit 4131f5f
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 8 deletions.
Binary file added .graphics/512-20240628_dmplot-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ options(
)
```

## dmplot
# dmplot <a href="https://dereckmezquita.github.io/dmplot"><img src="./.graphics/512-20240628_dmplot-logo.png" align="right" height="140" /></a>

<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
Expand Down Expand Up @@ -350,7 +350,7 @@ ggplot2$autoplot(micro) +
values = c("ttr_bb_naked" = "red", "ttr_bb_wrapped" = "red", "dmplot_bb" = "green")
) +
ggplot2$labs(
title = "dmpplot vs TTR BBands"
title = "dmplot::bb vs TTR::BBands"
) +
ggplot2$theme(legend.position = "none")
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## dmplot
# dmplot <a href="https://dereckmezquita.github.io/dmplot"><img src="./.graphics/512-20240628_dmplot-logo.png" align="right" height="140" /></a>

<!-- badges: start -->

Expand Down Expand Up @@ -443,7 +443,7 @@ ggplot2$autoplot(micro) +
values = c("ttr_bb_naked" = "red", "ttr_bb_wrapped" = "red", "dmplot_bb" = "green")
) +
ggplot2$labs(
title = "dmpplot vs TTR BBands"
title = "dmplot::bb vs TTR::BBands"
) +
ggplot2$theme(legend.position = "none")
```
Expand All @@ -454,8 +454,8 @@ ggplot2$autoplot(micro) +

print(micro)
#> Unit: microseconds
#> expr min lq mean median uq max neval
#> ttr_bb_naked 534.640 576.583 595.2441 596.509 604.4425 667.890 20
#> ttr_bb_wrapped 704.134 723.404 819.9221 736.196 764.5270 1993.994 20
#> dmplot_bb 86.182 96.842 211.4596 108.445 133.0860 2066.195 20
#> expr min lq mean median uq max neval
#> ttr_bb_naked 468.261 535.7060 791.4271 577.5670 637.8985 4237.104 20
#> ttr_bb_wrapped 600.035 663.9950 1310.0751 672.9125 722.3790 5482.561 20
#> dmplot_bb 94.259 111.2945 841.5270 127.1205 159.2235 12897.411 20
```
Binary file modified man/figures/README-benchmark-bollinger-bands-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 man/figures/README-monte-carlo-simulation-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 man/figures/README-monte-carlo-simulation-2.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 man/figures/README-monte-carlo-simulation-3.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 man/figures/README-pca-plot-2.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 man/figures/README-volcano-plot-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 added man/figures/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4131f5f

Please sign in to comment.