# NOT RUN {
data(scientometrics)
topSO=sourceGrowth(scientometrics, top=1, cdf=TRUE)
topSO
# Plotting results
#
# library(reshape2)
# library(ggplot2)
# DF=melt(topSO, id='Year')
# ggplot(DF,aes(Year,value, group=variable, color=variable))+geom_line()
# }
Run the code above in your browser using DataLab