Description Usage Arguments Details Value See Also Examples
View source: R/visualizeZPD_function.r
visualizeZPD() is a function for visualizing the zone of proximal development (ZPD).
1 | visualizeZPD(achievement, zpd.offset, zpd.width)
|
achievement |
the current level of achievement, defaults to 0.3 |
zpd.offset |
scalar value, measured on the same scale as achievement, describing where the ZPD peaks relative to the current achievement. |
zpd.width |
the radius of the ZPD. |
visualizeZPD() plots the ZPD against the achievement. It is useful for exploring
the consequences of the zpd.width and zpd.offset arguments to
ZPDGrowthTrajectories(). The function returns a ggplot object that
can be modified with typical ggplot2 arguments.
An object of class ggplot2
ZPDGrowthTrajectories for simulating growth trajectories.
Other visualizations:
visualizeContext(),
visualizeHome(),
visualizeSchool(),
visualizeTrajectories()
1 | visualizeZPD(achievement=.3, zpd.offset=.02, zpd.width=.06)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.