Skip to content
Prev 14236 / 15274 Next

Luxor Demo Question

On 04/24/2017 12:38 PM, John Klingensmith wrote:
They're just named parameters with dots in the name.  They are used in 
the parameter demos.

You can easily see hidden objects with

ls(all=TRUE)

and can remove any named object:

rm(.FastSMA)

with or without a dot.

Regards,

Brian