powered by
It calculates the median year for each item of a field tag.
fieldByYear( M, field = "ID", timespan = NULL, min.freq = 1, n.items = 5, labelsize = 5, graph = TRUE )
is a bibliographic data frame obtained by convert2df function.
convert2df
is a character object. It indicates one of the field tags of the standard ISI WoS Field Tag codify.
is a vector with the min and max year. If it is = NULL, the analysis is performed on the entire period. Default is timespan = NULL.
timespan = NULL
is an integer. It indicates the min frequency of the items to include in the analysis
is an integer. I indicates the maximun number of items per year to include in the plot.
is an integer. It indicates the label size in the plot. Default is labelsize=5.
labelsize=5
is logical. If TRUE the function plots Filed Tag distribution by Year graph. Default is graph = TRUE.
graph = TRUE
The function fieldByYear returns a list containing threeobjects:
fieldByYear
df
df_graph
biblioAnalysis function for bibliometric analysis
biblioAnalysis
summary method for class 'bibliometrix'
summary
bibliometrix
# NOT RUN { data(management) timespan=c(2005,2015) res <- fieldByYear(management, field = "ID", timespan = timespan, min.freq = 5, n.items = 5, graph = TRUE) # }
Run the code above in your browser using DataLab