From 3bd4835a53bc8bf0c6b517eb89c48e0e3970bb75 Mon Sep 17 00:00:00 2001 From: Boyuan Ning <73546421+ningboyuan@users.noreply.github.com> Date: Sun, 13 Mar 2022 12:38:39 +0100 Subject: [PATCH] Update XFGkernelcom.R --- XFGkernelcom/XFGkernelcom.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/XFGkernelcom/XFGkernelcom.R b/XFGkernelcom/XFGkernelcom.R index 66443ea..6bb19aa 100755 --- a/XFGkernelcom/XFGkernelcom.R +++ b/XFGkernelcom/XFGkernelcom.R @@ -7,7 +7,7 @@ ibm = read.table("ibm.dat", header = F, col.names = c("date", "rv", "returns")) # if save output as pdf # pdf(file = "kernel.pdf", paper = "special", width = 6, height = 8.5) -# op = par(no.readonly = TRUE) +op = par(no.readonly = TRUE) par(mgp = c(1.75, 0.75, 0)) par(mar = c(3, 3, 0.7, 0.7))