diff --git a/README.html b/README.html deleted file mode 100644 index d754fc1..0000000 --- a/README.html +++ /dev/null @@ -1,483 +0,0 @@ - - - - - - - - - - - - - -README - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - -
-

seasonalityPlot -package (version 1.0.1)

-

-

CRAN CRAN_latest_release_date CRAN CRAN downloads last month CRAN downloads last week

-

R package for Creating Seasonality Plots of Stock Prices and -Cryptocurrencies

-

GitHub/seasonalityPlot

-
-
-

Version

-

1.0.1: CRAN 2nd version.

-

0.99.3: CRAN version.

-

0.99.1: Newly Published the GitHub.

-
-
-

Installation

-
-

install from CRAN (ver. 0.99.3)

-
install.packages("seasonalityPlot", repos="http://cran.r-project.org")
-
-
-

install the latest from GitHub

-

type the code below in the R console window

-
install.packages("devtools", repos="http://cran.r-project.org")
-library(devtools)
-devtools::install_github("kumeS/seasonalityPlot")
-

or install from the source file with sh commands

-
git clone https://github.com/kumeS/seasonalityPlot.git
-R CMD INSTALL seasonalityPlot
-
-
-
-

Function

- -
-
-

Usage of seasonPlot function

-
library(seasonalityPlot)
-
-#Plot an averaging seasonality of SPDR S&P500 ETF (SPY) between 2010 and 2020.
-seasonPlot(Symbols="SPY")
-
-

-
-
#Plot an averaging seasonality of Dow Jones Industrial Average (^DJI) between 2010 and 2020.
-seasonPlot(Symbols="^DJI")
-
-

-
-
#Plot an averaging seasonality of NASDAQ Composite (^IXIC) between 2010 and 2020.
-seasonPlot(Symbols="^IXIC")
-
-

-
-
#Plot an averaging seasonality of Bitcoin (BTC-USD) between 2014 and 2020.
-seasonPlot(Symbols="BTC-USD")
-
-

-
-
#Plot an averaging seasonality of Ethereum (ETH-USD) between 2015 and 2020.
-seasonPlot(Symbols="ETH-USD")
-
-

-
-
-
-

License

-

Copyright (c) 2021 Satoshi Kume

-

Released under the Artistic -License 2.0.

-
-
-

Authors

- -
- - - - -
- - - - - - - - - - - - - - - diff --git a/README.md b/README.md index 63185a3..4d9c19d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # [seasonalityPlot package (version 1.0.1)](https://github.com/kumeS/seasonalityPlot) -[![CRAN](https://www.r-pkg.org/badges/version/seasonalityPlot)](https://cran.r-project.org/web/packages/seasonalityPlot/index.html) +[![CRAN](https://www.r-pkg.org/badges/version/seasonalityPlot)](https://CRAN.R-project.org/package=seasonalityPlot) [![CRAN_latest_release_date](https://www.r-pkg.org/badges/last-release/seasonalityPlot)](https://cran.r-project.org/package=seasonalityPlot) -[![CRAN](https://cranlogs.r-pkg.org/badges/grand-total/seasonalityPlot)](http://www.datasciencemeta.com/rpackages) +[![CRAN](https://cranlogs.r-pkg.org/badges/grand-total/seasonalityPlot)](https://www.datasciencemeta.com/rpackages) [![CRAN downloads last month](http://cranlogs.r-pkg.org/badges/seasonalityPlot)](https://cran.r-project.org/package=seasonalityPlot) [![CRAN downloads last week](http://cranlogs.r-pkg.org/badges/last-week/seasonalityPlot)](https://cran.r-project.org/package=seasonalityPlot)