visualizeZPD: Visualize the zone of proximal development

Description Usage Arguments Details Value See Also Examples

View source: R/visualizeZPD_function.r

Description

visualizeZPD() is a function for visualizing the zone of proximal development (ZPD).

Usage

1
visualizeZPD(achievement, zpd.offset, zpd.width)

Arguments

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.

Details

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.

Value

An object of class ggplot2

See Also

ZPDGrowthTrajectories for simulating growth trajectories.

Other visualizations: visualizeContext(), visualizeHome(), visualizeSchool(), visualizeTrajectories()

Examples

1
visualizeZPD(achievement=.3, zpd.offset=.02, zpd.width=.06)

mcbeem/ZPDGrowthTrajectories documentation built on May 18, 2020, 2:04 p.m.