exhibit
produces an interactive image gallery (alternative display).
exhibit(nodes, name = NULL, label = NULL, subtitle = NULL, order = NULL,
decreasing = FALSE, ntext = NULL,
mainframeHeight = NULL, mainframeWidth = NULL,
image = NULL, zoom = NULL, main = NULL, note = NULL,
frequencies = FALSE, tutorial = FALSE, tableButton = FALSE, export = FALSE,
colorScheme = 0, language = c("en", "es", "ca"), dir = NULL)
Object of class gallery_rd3
.
a data frame with at least one column with the names of the gallery's elements.
name of the vector with names in the nodes data frame.
column name with image labels in the nodes data frame.
column name with image subtitles in the nodes data frame.
name of the column with node order in the nodes data frame.
decreasing or increasing sort of the nodes.
column name with html text in the nodes data frame.
a number between 0.1 and 1 to reduce mainframe height.
a number to proportionally change mainframe width.
column name which indicates the image paths in the nodes data frame.
a number between 0.1 and 1 to reduce item sizes.
upper title of the graph.
lower title of the graph.
a logical value true if barplots representing node attributes frequencies will be added to the final graph.
Should tutorial be displayed?
A button will appear to show the data as a table.
A button will appear to export gallery as excel.
Select a color theme for display (0-11).
a character string indicating the language of the graph (en=english (default); es=spanish; ca=catalan).
a character string representing the directory where the web files will be saved.
Modesto Escobar, Department of Sociology and Communication, University of Salamanca. See https://sociocav.usal.es/blog/modesto-escobar/
data("finches")
finches$species <- system.file("extdata", finches$species,
package="netCoin") # copy path to the species field
exhibit(finches, image="species")
Run the code above in your browser using DataLab