Description Usage Arguments Details Value See Also Examples
View source: R/visualizeHome_function.r
visualizeHome() is a function for visualizing the home learning environment.
| 1 | visualizeHome(home.learning.decay.rate, max = 1)
 | 
| 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  | 
| max | The maximum value to plot on the x-axis; defaults to 1 | 
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.
An object of class ggplot2
ZPDGrowthTrajectories for simulating growth trajectories.
Other visualizations: 
visualizeContext(),
visualizeSchool(),
visualizeTrajectories(),
visualizeZPD()
| 1 | visualizeHome(home.learning.decay.rate=5)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.