visualizeHome: Function for visualizing the home learning environment.

Description Usage Arguments Details Value See Also Examples

View source: R/visualizeHome_function.r

Description

visualizeHome() is a function for visualizing the home learning environment.

Usage

1
visualizeHome(home.learning.decay.rate, max = 1)

Arguments

home.learning.decay.rate

Scalar, the exponential decay parameter for the home learning function. Larger values indicate a more rapid drop-off. Must be greater than 1. The functions visualizHome() and visualizeContext() can be used to visualize, understand, and select appropriate values.

max

The maximum value to plot on the x-axis; defaults to 1

Details

visualizeHome() plots the home curriculum. It is useful for exploring the consequences of the rate argument 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(), visualizeSchool(), visualizeTrajectories(), visualizeZPD()

Examples

1
visualizeHome(home.learning.decay.rate=5)

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