Argument work
Title
Question
What is this argument define and when it is used ?
na.rm = <font color="#0033ff">FALSE</font>
R Plotting-Histograms-and-Pie-Chart 11-12 min 50-60 sec
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/
Login to add comment