kazaam (version 0.1-0)

is.shaq: is.shaq

Description

Test if an object is a shaq.

Usage

is.shaq(x)

Arguments

x

An R object.

Value

A logical value, indicating whether or not the input is a shaq.

Communication

The operation is completely local.

Examples

Run this code

library(kazaam)
x = ranshaq(runif, 10, 3)

comm.print(is.shaq(x))

finalize()


Run the code above in your browser using DataCamp Workspace