✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Many functions in R have default values for some of their arguments. This means if you omit this argument in your function call, R will automatically use the default value. The sort() function can be used to sort the elements of a vector. Check the help page for this function and determine whether the default sort order is increasing or decreasing.