# some random data in three variables
c1 <- runif(5, 10, 20)
c2 <- runif(5, 1, 5)
c3 <- runif(5, 15, 25)
# basic plot
tri(c1,c2,c3)
# plot with different symbols and a grid
tri(c1,c2,c3, symb=7, grid=TRUE)
Run the code above in your browser using DataLab