DSD_NULL | R Documentation |
Placeholder for a DSD. DSD_NULL
does not produce points and creates an error
for get_points()
.
DSD_NULL()
Returns a DSD_NULL
object (subclass of DSD).
Michael Hahsler
Other DSD:
DSD()
,
DSD_BarsAndGaussians()
,
DSD_Benchmark()
,
DSD_Cubes()
,
DSD_Gaussians()
,
DSD_MG()
,
DSD_Memory()
,
DSD_Mixture()
,
DSD_ReadDB()
,
DSD_ReadStream()
,
DSD_Target()
,
DSD_UniformNoise()
,
DSD_mlbenchData()
,
DSD_mlbenchGenerator()
,
DSF()
,
animate_data()
,
close_stream()
,
get_points()
,
plot.DSD()
,
reset_stream()
nullstream <- DSD_NULL()
nullstream
## This will produce an error
## Not run:
get_points(nullstream)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.