Analysis in R: “CatterPlot” package: SCATTER PLOT with cat symbols!

RAnalytics
スポンサーリンク

This package is for those who want to create scatter charts with cat symbols. I don’t know if it rhymes, but the “s” in “scatter” has been removed and it’s “catter”. The cat symbols seem to be added from time to time.

The code for saving, loading, and plotting images in the package may be helpful.

・GitHub:Gibbsdavidl/CatterPlot
 https://github.com/Gibbsdavidl/CatterPlot

Package version is 0.0.2. Checked with R version 4.2.2.

スポンサーリンク

Install Package

Run the following command.

#Install Package
install.packages("devtools")
devtools::install_github("Gibbsdavidl/CatterPlot")

Example

See the command and package help for details.

#Loading the library
library("CatterPlot")

#Plotting symbols with cats:catplot command
#Specify symbol type:catmode;
par(mfrow=c(2,2))
for(n in seq(length(catdat))){

catplot((1:10), (1:10), size = 0.2, catmode = n, title = paste0("Cat No.", n))

}

Output Example

・Cat No.1-4

CatterPlot1

・Cat No.5-8

CatterPlot2

・Cat No.9-11

CatterPlot3

I hope this makes your analysis a little easier !!

Amazon audibleの登録の紹介

プライム会員限定で2024年7月22日まで3か月無料体験キャンペーン開催中です。無料体験後は月額1,500円で聞き放題です。なお、聞き放題対象外の本はAudible会員であれば非会員価格の30%引きで購入することが可能です。

Amazon audibleはプロのナレーターが朗読した本をアプリで聞くことができるサービスで、オフライン再生も可能です。通勤や作業のお供にAmazon audibleのご登録はいかがでしょうか。

・AmazonのAudible

https://amzn.to/3L4FI5o

Copied title and URL