View source: R/exploring_lab_data_static.R
pacf_plot_static | R Documentation |
Creates an image file containing PACF plots for X_static, Y_static, Z_static.
pacf_plot_static(data, filename)
data |
A dataframe with columns X_static, Y_static, Z_static |
filename |
String containing the first part of filename for the image files to be created |
None
filename <- "Custom_Lady_27Mar17_static.csv" data <- read.csv(filename) pacf_plot_static(data, "Lady_27Mar17_pacf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.