swh:1:snp:dfbb8ae2fb3632e8a8608d675a49ab1f110b7c6d
Raw File
Tip revision: c8904131c3352e1d3ff03bb5c07f5434648cc406 authored by Doug Nychka on 17 November 2011, 11:25:44 UTC
version 6.6.2
Tip revision: c890413
xline.R
# fields, Tools for spatial data
# Copyright 2004-2011, Institute for Mathematics Applied Geosciences
# University Corporation for Atmospheric Research
# Licensed under the GPL -- www.gpl.org/licenses/gpl.html
"xline" <- function(x, ...) {
    abline(v = x, ...)
}
back to top