What is the meaning of this aggregate R code?

Viewed 15
aggregate(df$y~df$x,data = df,min)

May I ask the meaning of this code? Especially "df$y~df$x" and "~".

0 Answers
Related