# NOT RUN {
if(interactive()){
throwchart(c(1,2),c(2,8),c("#000","#F82"),id = c("id1","id2"),c(1,5))
throwchart(c(1,2),c(2,8))
}
if(!interactive()){
throwchart(c(1,2),c(2,8), offSet = 1, webinteract=FALSE)
throwchart(c(1,2),c(2,1), webinteract=FALSE)
throwchart(c(1,2),c(2,8),c("#000","#F00"),c(1,5), webinteract=FALSE)
}
# }
Run the code above in your browser using DataLab