# NOT RUN {
data(mydata)
df <- rpp_read2(mydata , selected=c(2, 3, 4, 0, 0, 1, 0, 0))
time_wave <- df$raw_time
resp_wave <- data.frame(df$strain,df$strain_rate,df$stress)
out <- Rpp_num(time_wave, resp_wave , L=1024, k=8, num_mode=1)
strain= out$spp_data_out$strain
delta_t_dot= out$spp_data_out$delta_t_dot
plotPAV(strain,delta_t_dot)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab