https://github.com/cran/bayestestR
Raw File
Tip revision: 9985109256c08d654edb46adb9cb20c913fb1888 authored by Dominique Makowski on 29 May 2019, 14:10:02 UTC
version 0.2.0
Tip revision: 9985109
as.numeric.p_direction.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/p_direction.R, R/p_map.R, R/p_rope.R
\name{as.numeric.p_direction}
\alias{as.numeric.p_direction}
\alias{as.numeric.p_map}
\alias{as.numeric.p_rope}
\title{Convert to Numeric}
\usage{
\method{as.numeric}{p_direction}(x, ...)

\method{as.numeric}{p_map}(x, ...)

\method{as.numeric}{p_rope}(x, ...)
}
\arguments{
\item{x}{object to be coerced or tested.}

\item{...}{further arguments passed to or from other methods.}
}
\description{
Convert to Numeric
}
back to top