https://github.com/cran/zenplots
Raw File
Tip revision: 707b1df95bb4bf057c4f08377c4b8280fcf7cfc7 authored by Wayne Oldford on 07 November 2023, 23:10:02 UTC
version 1.0.6
Tip revision: 707b1df
as_numeric.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/tools.R
\name{as_numeric}
\alias{as_numeric}
\title{A list of columns}
\usage{
as_numeric(x)
}
\arguments{
\item{x}{A list of columns}
}
\value{
A list where each column is converted to data (range() works,
        can be plotted, etc.)
}
\description{
A list of columns
}
\note{
See plot.default -> xy.coords()
}
\author{
Marius Hofert
}
back to top