saving . . . saved Argument work has been deleted. Argument work has been hidden .
Argument work
Title
Question
What is this argument define and when it is used ?

na.rm = <font color="#0033ff">TRUE</font>

na.rm = <font color="#0033ff">FALSE</font>

R Plotting-Histograms-and-Pie-Chart 11-12 min 50-60 sec 18-05-20, 5:01 p.m. mzaid

Answers:

Using a data frame function na.rm in R refers to the logical parameter that tells the function whether or not to remove NA values from the calculation. It literally means NA remove. It is neither a function nor an operation.
For more information, please refer to https://www.programmingr.com/tutorial/na-rm/
18-05-20, 6:09 p.m. sudhakarst


Log-in to answer to this question.