Two questions related to boxplot:
- What are the options for
na.action? The documentation doesn’t list them. - How would I go about answering these types of question in the future?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In general, I find the built-in help to be pretty good. You’re right though that the help page for
boxplotmentionsna.actionwithout stating what the options are.In this instance,
?na.actionand — following on from there —?na.omitexplain the possibilities (these are quite general and also apply to things other thanboxplot.)