ggplot() from ggplot2 in R
Here we want one row and two columns, one column for each weight category. So we specify bmicat on the right hand side of the forumla passed to ***().
g <- ggplot(...)
g + geom_point() + geom_smooth(method = "lm") + ***(. ~ bmicat)
ggplot() from ggplot2 in R
Here we want one row and two columns, one column for each weight category. So we specify bmicat on the right hand side of the forumla passed to facet_grid().
g <- ggplot(...)
g + geom_point() + geom_smooth(method = "lm") + facet_grid(. ~ bmicat)
ggplot() from ggplot2 in R
Here we want one row and two columns, one column for each weight category. So we specify bmicat on the right hand side of the forumla passed to ***().
g <- ggplot(...)
g + geom_point() + geom_smooth(method = "lm") + ***(. ~ bmicat)
ggplot() from ggplot2 in R
Here we want one row and two columns, one column for each weight category. So we specify bmicat on the right hand side of the forumla passed to ***().
g <- ggplot(...)
g + geom_point() + geom_smooth(method = "lm") + ***(. ~ bmicat)
ggplot() from ggplot2 in R
Here we want one row and two columns, one column for each weight category. So we specify bmicat on the right hand side of the forumla passed to facet_grid().
g <- ggplot(...)
g + geom_point() + geom_smooth(method = "lm") + facet_grid(. ~ bmicat)
status | not learned | measured difficulty | 37% [default] | last interval [days] | |||
---|---|---|---|---|---|---|---|
repetition number in this series | 0 | memorised on | scheduled repetition | ||||
scheduled repetition interval | last repetition or drill |