Skip to content
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

riskdist of val.prob couldn't be set to FALSE and remove risk distribution in plot #122

Open
EscapeReality846089495 opened this issue Jan 4, 2023 · 0 comments

Comments

@EscapeReality846089495
Copy link

In document, riskdist of val.prob could be FALSE to omit risk distribution.

image

I want to remove segments at bottom of plot, I believe that they are segments of risk distribution. So I tried to set riskdist = FALSE when I called val.prob.

bug

But I got an Error which is raised by match.arg in function val.prob:
Error in match.arg(riskdist) : 'arg'要么是NULL,要么是字符矢量。
This means I couldn't set riskdist=FALSE which is rejected by argument check.
Is there another way to remove segments at bottom of plot? Or I have to modify the source code in val.prob.s?
I think it may be a bug. If it really is a bug, I'm glad to contribute to fix it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant