Gitit

Results 1 comments of Gitit

library('scales') #import the library transformfunc = function(x) {x^(1/3)} #create the transformation function inversefunc = function(x) {x^3} #create the inverse function #Create the transforming function that makes use of "trans_new" the...