by Steve Chen in Department of Statistics, TKU, Taipei, Taiwan
|
Examples: 1.Simple: x = c(12,13,14,15,16)2.You can show R plot(s) as the following example: (You MUST use the bitmap and dev.off functions to generate a plot) (Graphic file format can be jpg or png)
x = c(12,13,14,12,12)
|