powered by
Plots all the time series in Xm from a trained TRMF object.
# S3 method for TRMF plot(x, ...)
a trained TRMF object.
ignored.
No return value, called for side effects
create_TRMF, TRMF_columns, TRMF_trend
create_TRMF
TRMF_columns
TRMF_trend
# NOT RUN { xm = poly(x = (-10:10)/10,degree=4) fm = matrix(runif(40),4,10) Am = xm%*%fm+rnorm(210,0,.2) # create model obj = create_TRMF(Am) out = train(obj) plot(out) # }
Run the code above in your browser using DataLab