Skip to content

Romain-B/R_functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

R_functions

A set of useful R functions

makeTransparent

Make a color transparent.

Usage :
plot(x,y,col=makeTransparent("red"))

More examples and info in file

area_poly

Color an area under a curve to left or right of given value. Usage :

s <- curve(f(x))
area_poly(s, val, side="gauche", col="blue")

More examples and info in file

About

A set of useful R functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages