make_plot: make_plot

Description Usage Arguments Details Value Examples

Description

make_plot Count number of zeros within a vector

Usage

1

Arguments

x

A vector

Details

This functions counts the number of zeros in a vector

Value

numeric vector of length 1 giving number of zero values in vector x.

Examples

1
2
a <- cbind(1:10,0)
make_plot(x)

ivyleavedtoadflax/teaplots documentation built on May 18, 2019, 7:14 a.m.