-
Notifications
You must be signed in to change notification settings - Fork 55
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
sc.plot2dWithMargins Error #39
Comments
I'd need to see some example code and data that I can use to reproduce the problem. Provide that, and I'll be happy to take a look. Also, pasting the output of |
I meet the same problem when running
Thank you for your attention and we will be grateful for your reply. Wang Chengwei |
After simply testing, I found that this line in function max.density <- max(tmp[["data"]][[1]]$ymax) As the variable ymax is set to be NULL and tmp[["data"]][[1]] seems to be a vector, it may lead to the error: Error: $ operator is invalid for atomic vectors However, I meet another problem caused by Error in grid.Call.graphics(C_downviewport, name$name, strict) :
Viewport 'panel.3-4-3-4' was not found This error confuses me as it seems that Wang Chengwei |
Hi,the func "sc.plot2dWithMargins " was okay before, but now, it always report the error as below,
Error: $ operator is invalid for atomic vectors
hope you reply. Many thanks.
Mo
The text was updated successfully, but these errors were encountered: