PlotPred {brainImageR}R Documentation

Plot your temporal predictions

Description

PlotPred Plots the temporal predictions.

Usage

PlotPred(time)

Arguments

time

Object returned from predict_time

Value

prediction plot

Examples

#brainImageR:::loadworkspace()
##Load in data
data(dat)
##predict time
#time <- predict_time(dat)
##plot the predictions
#PlotPred(time)

[Package brainImageR version 1.0.0 Index]