Search
 
SCRIPT & CODE EXAMPLE
 

R

R darekn color

darken <- function(color, factor=1.4){
    col <- col2rgb(color)
    col <- col/factor
    col <- rgb(t(col), maxColorValue=255)
    col
}
Comment

PREVIOUS NEXT
Code Example
R :: subset row r 
R :: r number of blanks in the data 
R :: R squared regression in r with ggplot 
R :: r extract top values from data frame 
R :: r sapply syntax 
R :: read file in r EOF within quoted string 
R :: Derive end of the week date in r 
R :: replace_na 
R :: r function to get class of all columns 
R :: if a condition is true skip loop r 
R :: load multiple packages in r 
R :: extract attribute in r 
R :: R create sequence of date each quarters 
R :: R view memory size of variables 
R :: cbind vectors of different lengths r 
R :: end the program in r 
R :: change order of levels, reference 
R :: vector with real numbers R 
R :: rename vector in r 
R :: chunk with multiple plot tabset 
Rust :: array as a parameter rust 
Rust :: rust sort 
Rust :: rust create directory if not exists 
Rust :: how to implement the copy trait for a struct rust 
Rust :: Project Euler #1 Multiples of 3 or 5 
Rust :: sort reverse rust 
Rust :: rust•armanriazi•concept•borrowchecker 
Rust :: armanriazi•rust•unsafe•trait 
Rust :: rust how to create array with the same value 
Rust :: rust random float between 0 and 1 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =