Learn R Programming

kernelPhil (version 0.1)

save.kernel.smooths: Save kernel smooths in space and time

Description

Saves the output of kernel.smooth.in.space.and.time() or kernel.smooth.in.space.and.time.with.margins() to a directory

Usage

save.kernel.smooths(kernel.smooth, location, variable.name)

Arguments

kernel.smooth

A list output of kernel.smooth.in.space.and.time() or kernel.smooth.in.space.and.time.with.margins().

location

String location on the disk to save output to.

variable.name

String name of the variable (used in filenames).

Value

No returned value, called to save data to disk.