shrink: Reduces a object in size to be more easily handled by slower...

Description Usage Arguments Value

Description

Many of the AcKnowledge export files can be very large and hard for slower computers to handle. This function will reduce the size of objects to make them easier for slower computers to handle. Rows of the input object are removed evenly through the entire object to acheive the specified reduction.

Usage

1
shrink(x, per = 50)

Arguments

x

An object containing data file from AcqKnowledge which has already had time added by addtime function

per

The percentage of the original object you would like the resulting object to be. For example, using per=10 will result in an object that is 10% the size of the original.

Value

An object reduced to the specified percentage of the original object


KirtOnthank/BIOL464 documentation built on May 23, 2019, 8:01 p.m.