|
Contents | Previous | Next | Subchapters |
| Syntax |
contour(matrix, levels) |
| See Also | mesh, surface , and contour(matrix, levels, x, y) |
ginit
x = seq(8)
y = x'
matrix = x * y
levels = {10, 20, 30}
contour(matrix, levels)
O-Matrix will generate the following plot: