SignPrint: Prints The Sign of a Value

View source: R/other_functions.R

SignPrintR Documentation

Prints The Sign of a Value

Description

This function shows the sign of a given single numeric value.

Usage

SignPrint(x)

Arguments

x

numeric. A single numeric value.

Value

Character string either "+" or "-".

Author(s)

Omer Kara

Examples

SignPrint(2)
SignPrint(-2)


omerkara/okara documentation built on Nov. 21, 2023, 7:56 p.m.