PlotPred {brainImageR} | R Documentation |
PlotPred
Plots the temporal predictions.
PlotPred(time)
time |
Object returned from predict_time |
prediction plot
#brainImageR:::loadworkspace() ##Load in data data(dat) ##predict time #time <- predict_time(dat) ##plot the predictions #PlotPred(time)