R/gspace-generics.R

setGeneric("GraphSpace", function(g, ...) standardGeneric("GraphSpace"))

setGeneric("plotGraphSpace", function(gs, ...)
  standardGeneric("plotGraphSpace"),
  package = "RGraphSpace"
)

setGeneric("getGraphSpace", function(gs, what = "summary") 
  standardGeneric("getGraphSpace"), 
  package = "RGraphSpace"
)

setGeneric("normalizeGraphSpace", function(gs, ...) 
  standardGeneric("normalizeGraphSpace"),
  package = "RGraphSpace"
)

setGeneric("cropGraphSpace", function(gs, ...) 
  standardGeneric("cropGraphSpace"),
  package = "RGraphSpace"
)

setGeneric("gs_graph", function(x) 
  standardGeneric("gs_graph"),
  package = "RGraphSpace"
)

setGeneric("gs_names", function(x) 
  standardGeneric("gs_names"),
  package = "RGraphSpace"
)

setGeneric("gs_nodes", function(x, ...) 
  standardGeneric("gs_nodes"),
  package = "RGraphSpace"
)

setGeneric("gs_edges", function(x) 
  standardGeneric("gs_edges"),
  package = "RGraphSpace"
)

setGeneric("gs_image", function(x) 
  standardGeneric("gs_image"),
  package = "RGraphSpace"
)

setGeneric("gs_image<-", function(x, value) 
  standardGeneric("gs_image<-"),
  package = "RGraphSpace"
)

setGeneric("gs_fdata", function(x) 
  standardGeneric("gs_fdata"),
  package = "RGraphSpace"
)

setGeneric("gs_fdata<-", function(x, value)
  standardGeneric("gs_fdata<-"),
  package = "RGraphSpace"
)

setGeneric("gs_nfeatures", function(x) 
  standardGeneric("gs_nfeatures"),
  package = "RGraphSpace"
)

setGeneric("gs_features", function(x) 
  standardGeneric("gs_features"),
  package = "RGraphSpace"
)

setGeneric("gs_vcount", function(x) 
  standardGeneric("gs_vcount"),
  package = "RGraphSpace"
)

setGeneric("gs_ecount", function(x) 
  standardGeneric("gs_ecount"),
  package = "RGraphSpace"
)

setGeneric("gs_vertex_attr", function(x, ...) 
  standardGeneric("gs_vertex_attr"),
  package = "RGraphSpace"
)

setGeneric("gs_vertex_attr<-", function(x, ..., value) 
  standardGeneric("gs_vertex_attr<-"),
  package = "RGraphSpace"
)

setGeneric("gs_edge_attr", function(x, ...) 
  standardGeneric("gs_edge_attr"),
  package = "RGraphSpace"
)

setGeneric("gs_edge_attr<-", function(x, ..., value) 
  standardGeneric("gs_edge_attr<-"),
  package = "RGraphSpace"
)

Try the RGraphSpace package in your browser

Any scripts or data that you put into this service are public.

RGraphSpace documentation built on June 13, 2026, 9:06 a.m.