Hey Bindhu,
If you have created a decision tree using rpart package then the package also consists of a function to plot the decision tree using rpart object using rpart.part(rpart object).
rpart.plot(model)
Rattle is another package that plots a decision tree using the same object. The function to plot a decsion tree is fancyRpartplot.
fancyRpartPlot(model)