Learn R Programming

kernelPhil (version 0.2)

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)

Value

No returned value, called to save data to disk.

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).