Learn R Programming

oreo (version 1.0)

plotColeCole: Cole-Cole plot

Description

create Cole-Cole plot

create Cole-Cole plot

Usage

plotColeCole(Gp_t, Gpp_t, ...)

plotColeCole(Gp_t, Gpp_t, ...)

Arguments

Gp_t

from the output matrix from fft analysis or numerical differentiation analysis

Gpp_t

from the output matrix from fft analysis or numerical differentiation analysis

...

parameters of plot()

Value

No return value

No return value

References

Simon A. Rogersa, M. Paul Letting, A sequence of physical processes determined and quantified in large-amplitude oscillatory shear (LAOS): Application to theoretical nonlinear models Journal of Rheology 56:1, 1-25

Simon A. Rogersa, M. Paul Letting, A sequence of physical processes determined and quantified in large-amplitude oscillatory shear (LAOS): Application to theoretical nonlinear models Journal of Rheology 56:1, 1-25

Examples

Run this code
# 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)
Gp_t= out$spp_data_out$Gp_t
Gpp_t= out$spp_data_out$Gpp_t
plotColeCole(Gp_t,Gpp_t)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab