We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Line 187 of EGB_WHAM_tjm.R is:
plot_wham_output(mod=m1, out.type='html')
This returns the error:
Error in plot.xy(xy.coords(x, y), type = type, ...) : object 'yr.col' not found
As a temporary fix this is solved by:
yr.col<<-rainbow(100,start=0.2,end=1) # FLAG github issue plot_wham_output(mod=m1, out.type='html') # without yr.col definition this does not work
The text was updated successfully, but these errors were encountered:
Hi Tom,
This looks familiar, think I just fixed this: b8e7484. At least, I don't get the above error. Try re-installing the devel branch of WHAM:
devtools::install_github("timjmiller/wham", ref="devel", dependencies=TRUE)
Thanks for making it easy to check by creating the repo with saved fit model object!
Sorry, something went wrong.
Hi Tom, I believe this is fixed. Can you install the new version we just released, try again, and either close this issue or post an error?
devtools::install_github("timjmiller/wham", dependencies=TRUE)
No branches or pull requests
Line 187 of EGB_WHAM_tjm.R is:
This returns the error:
Error in plot.xy(xy.coords(x, y), type = type, ...) :
object 'yr.col' not found
As a temporary fix this is solved by:
The text was updated successfully, but these errors were encountered: