PlotPred: Plot your temporal predictions

Description Usage Arguments Value Examples

View source: R/plotPred.R

Description

PlotPred Plots the temporal predictions.

Usage

1

Arguments

time

Object returned from predict_time

Value

prediction plot

Examples

1
2
3
4
5
6
7
#brainImageR:::loadworkspace()
##Load in data
data(dat)
##predict time
#time <- predict_time(dat)
##plot the predictions
#PlotPred(time)

brainImageR documentation built on May 6, 2019, 3:54 a.m.