x: A list containing the computed centrality values.
dims: An integer specifying the number of output dimensions (default = 2).
perplexity: A numeric value representing a flexible measure of the efficient number of neighbors. The performance of t-SNE is fairly robust to changes in perplexity, and typical values are between 5 and 50 (default = 5).
scale: A logical value indicating whether the centrality values should be scaled or not (default = TRUE).
Returns
A list containing the following elements: - "Y": A matrix containing the new representations for the objects after t-SNE. - "costs": The cost for every object after the final iteration of t-SNE. The "costs" provide information about the optimization process.