The acf method in the stats package returns a complex output. For example
acf
stats
x = rnorm(1000, mean=100, sd=10) acf(x)
r