dichromat_pal(scales)
dichromat_pal()所属R语言包:scales
Dichromat (colour-blind) palette (discrete).
二色觉者(色盲)调色板(离散)。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Dichromat (colour-blind) palette (discrete).
二色觉者(色盲)调色板(离散)。
用法----------Usage----------
dichromat_pal(name)
参数----------Arguments----------
参数:name
Name of colour palette. One of: BrowntoBlue.10, BrowntoBlue.12, BluetoDarkOrange.12, BluetoDarkOrange.18, DarkRedtoBlue.12, DarkRedtoBlue.18, BluetoGreen.14, BluetoGray.8, BluetoOrangeRed.14, BluetoOrange.10, BluetoOrange.12, BluetoOrange.8, LightBluetoDarkBlue.10, LightBluetoDarkBlue.7, Categorical.12, GreentoMagenta.16, SteppedSequential.5
调色板的名称。之一:BrowntoBlue.10,BrowntoBlue.12,BluetoDarkOrange.12,BluetoDarkOrange.18,DarkRedtoBlue.12,DarkRedtoBlue.18,BluetoGreen.14,BluetoGray.8 BluetoOrangeRed.14,BluetoOrange.10,BluetoOrange.12,BluetoOrange.8,LightBluetoDarkBlue.10,LightBluetoDarkBlue.7,Categorical.12,GreentoMagenta.16, SteppedSequential.5
实例----------Examples----------
show_col(dichromat_pal("BluetoOrange.10")(10))
show_col(dichromat_pal("BluetoOrange.10")(5))
# Can use with gradient_n to create a continous gradient[,可以使用gradient_n创建一个连续的梯度]
cols <- dichromat_pal("DarkRedtoBlue.12")(12)
show_col(gradient_n_pal(cols)(seq(0, 1, length = 30)))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|