Skip to content

Commit 7cf531d

Browse files
committed
fix #149
1 parent da2e68b commit 7cf531d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vignettes/st.Rnw

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ The resulting plot is shown in Figure~\ref{fig:acf}.
120120
par(mfrow=c(2,2))
121121
# select 4, 5, 6, 7
122122
for (i in rn) {
123-
x <- as.numeric(na.omit(r5to10[i, ]))
124-
acf(x, main = i)
123+
acf(na.omit(r5to10[i,]$PM10), main = i)
125124
}
126125
par(mfrow=c(1,1))
127126
@

0 commit comments

Comments
 (0)