Skip to content

Commit 00b2e1c

Browse files
committed
updated word list 2 network function removed par code
1 parent 9a63865 commit 00b2e1c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: SemanticDistance
22
Type: Package
33
Version: 0.1.1
4-
Title: Clean Text, Compute, and Visualize Pairwise Semantic Distance Relationships in Ordered and Unordered Language Samples
4+
Title: Compute Semantic Distance between Text Constituents
55
Authors@R: c(
66
person("Jamie", "Reilly",
77
role = c("aut", "cre"),

R/wordlist_to_network.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ wordlist_to_network <- function(dat, wordcol, output = 'dendrogram', dist_type =
145145
}, error = function(e) stop("Network conversion failed: ", e$message))
146146

147147
# Plot network
148-
graphics::par(mar = c(1, 1, 1, 1))
149148
plot(g,
150149
layout = igraph::layout_with_fr(g),
151150
vertex.frame.color = "white",

0 commit comments

Comments
 (0)