|R| Experts
1.08K subscribers
375 photos
35 videos
58 files
204 links
@R_Experts
🔴آمار علم جان بخشیدن به داده‌هاست.
🔷ارتباط با ما
@iamrezaei
لینک یوتیوب و اینستاگرام و ویرگول:
https://zil.ink/expertstv
加入频道
#colortools

Color is crucial for elegant data visualization. Here we describe the list of color palettes available in R.

Colortools

: R package for creating easily color schemes in R

The excellent R package colortools developed by Gaston Sanchez is an easy to use solution for generating color schemes in R.

install.packages("colortools")
library(colortools)

Now Some Example

#Color_wheel
The function wheel() can be used to generate a color wheel for a given color :

wheel("darkblue", num = 12,main = "R_Experts",col.main="red")


#Analogous_color_scheme

analogous("darkblue")


@R_Experts

#Complementary_color_scheme

complementary("steelblue")



#Split_Complementary_Color_Scheme

splitComp("steelblue")


#Tetradic_Color_Scheme

tetradic("steelblue")


@R_Experts

# Square_color_scheme

square("steelblue")


#Sequential_colors

sequential("steelblue")


► join us :@R_Experts