load.objects: Create array from stored .rds objects

Description Usage Arguments Details

Description

Load all .rds ojects of a specified type into a single labelled array.

Usage

1
load.objects(fpath = "./02_Objects/images", otype = "pwm", acq.list)

Arguments

fpath

Path to top level of stored .rds objects. Default is "./02_Objects/images"

otype

String specifying which type of image should be imported. Default is "pwm" (pixelwise mean images).

acq.list

Vector containing acquisitions to import. If left blank, will import every file in the target folder named "<otype>-xxxxxx.rds".

Details

RDS objects for import can be downloaded from https://github.com/ClairBee/Pixels/tree/master/02_Objects


ClairBee/IO.Pixels documentation built on May 6, 2019, 11:50 a.m.