-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error finding "cubroot function #1
Comments
I'm sorry have you defined any - log10_trans() and trans_new() functions anywhere? Was checking out the blog |
yes? |
I'm having this issue, too. Did Solomon define cubroot_trans() himself? |
I found an implementation of the cuberoot_trans function here. Thanks @FrankRuns Also, note that cubroot_trans != cuberoot_trans... there is a typo!
|
library('scales') #import the library transformfunc = function(x) {x^(1/3)} #create the transformation function #Create the transforming function that makes use of "trans_new" the above library 'scales' must be called first. ggplot(data = diamonds,mapping = aes(x=carat,y=price)) + |
Did you mean : '<-' instead of '=' in your example ? |
Hi Solomon,
Might sound silly but I'm not sure what am I missing here..
On evaluating:
I am getting:
The text was updated successfully, but these errors were encountered: