# plot the quantile function of the given distribution
# plot the quantile function of the given distribution
curve(qf(x, df1 = 10, df2 = 4))
test_function("curve", args = "expr", eval = NA)
test_student_typed("qf")