From 67355e14db1f8d6781ea319e25c5460431699291 Mon Sep 17 00:00:00 2001 From: SpatLyu Date: Thu, 13 Jun 2024 16:30:56 +0800 Subject: [PATCH] small modify --- man/gzma.Rd | 2 +- man/write_geoda.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/gzma.Rd b/man/gzma.Rd index 55f4e7a..b1cb8f3 100644 --- a/man/gzma.Rd +++ b/man/gzma.Rd @@ -5,7 +5,7 @@ \alias{gzma} \title{Guangzhou Metropolitan Social Space Quality Score Data} \format{ -\code{gsma}: An \code{sf} tibble of social space quality score in guangzhou metropolitan +\code{gzma}: An \code{sf} tibble of social space quality score in guangzhou metropolitan areas(2010) with 118 rows and 32 variables, where the last column is \code{geometry}. } \usage{ diff --git a/man/write_geoda.Rd b/man/write_geoda.Rd index 8aee7b6..671eca3 100644 --- a/man/write_geoda.Rd +++ b/man/write_geoda.Rd @@ -11,7 +11,7 @@ write_geoda(wt, dsn, layer = NULL, id_vec = NULL) \item{dsn}{The path of an output weights file} -\item{layer}{(optional) The name of the layer of input dataset,efault is \code{""}.} +\item{layer}{(optional) The name of the layer of input dataset,default is \code{""}.} \item{id_vec}{(optional) Defines the unique value of each observation when saving a weights file. Default is \code{tibble::tibble(id_v = 1:wt$num_obs)}.}