| data.target2 | R Documentation | 
Generate a random dataset shaped like a target.
data.target2(
  minr = c(0, 2),
  maxr = minr + 1,
  initn = 1000,
  levels = NULL,
  graph = TRUE,
  seed = NULL
)
minr | 
 Minimum radius of each class.  | 
maxr | 
 Maximum radius of each class.  | 
initn | 
 Number of observations at the beginning of the generation process.  | 
levels | 
 Name of each class.  | 
graph | 
 A logical indicating whether or not a graphic should be plotted.  | 
seed | 
 A specified seed for random number generation.  | 
A randomly generated dataset.
data.diag, data.parabol, data.target1, data.twomoons, data.xor
data.target2 ()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.