visualizeSchool: Function for visualizing the school curriculum.

Description Usage Arguments Details Value See Also Examples

View source: R/visualizeSchool_function.r

Description

visualizeSchool() is a function for visualizing the school curriculum function.

Usage

1
visualizeSchool(start.point, width, review.slope, advanced.slope)

Arguments

start.point

The point at which the curriculum reaches full intensity. This value would become one of the elements of the curriculum.start.points argument to ZPDGrowthTrajectories().

width

The highest point at which the curriculum is at full intensity. This value would become one of the elements of the curriculum.widths argument to ZPDGrowthTrajectories().

review.slope

The steepness of the school curriculum cutoff at the lower range. Conceptually controls the amount of review content. This value would become one of the elements of the curriculum.review.slopes argument to ZPDGrowthTrajectories().

advanced.slope

The slope of the school curriculum at the upper range. Conceptually controls the amount of advanced content. This value would become one of the elements of the curriculum.advanced.slopes argument to ZPDGrowthTrajectories().

Details

visualizeSchool() plots the school curriculum. It is useful for exploring the consequences of the curriculum.start.points, curriculum.widths, curriculum.lower.slopes, curriculum.upper.slopes, and alpha 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(), visualizeTrajectories(), visualizeZPD()

Examples

1
visualizeSchool(start.point=.2, width=.1, review.slope=10, advanced.slope=15)

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