Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in as.network(x, directed = directed, hyper = hyper, loops = loops, : argument "x" is missing, with no default #11

Open
JBL05 opened this issue Aug 23, 2022 · 0 comments

Comments

@JBL05
Copy link

JBL05 commented Aug 23, 2022

Hi Wentao,

The issue occurred when I attempted to run the analysis using the dataset already included in the package. Could you help me figure out where the problem is?

code:

data("ps16s")
path = "./result_micro_200/"
dir.create(path)

result = network(ps = ps16s,
N = 200,
layout_net = "model_Gephi.2",
r.threshold=0.6,
p.threshold=0.05,
label = FALSE,
path = path,
zipi = TRUE)

issue:
Error in as.network(x, directed = directed, hyper = hyper, loops = loops, : argument "x" is missing, with no default

Best,
JBL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant